This documentation repository uses Jupyter Book.
A static version of this docimentation can be found here on the project's github page.
Prerequisite: You should have jupyter-book
installed:
pip install -U jupyter-book
To build, run from the root directory of the project:
jupyter-book build .
The book website can then be viewed in the browser by opening _build/html/index.html
.