For the 'v1.0' documentation, you may visit this page. To rebuild the documentation, try the following steps on your machine:
Open the terminal and go to this repo.
Then, type:
cd docs
make clean
make html
The resulting documentation lives in docs/build/html/index.html
. You may
browse through it in your favorite browser!