Build The Docs#
The documentation is built using jupyter-book which you can install with pip:
pip install jupyter-book
Then, to build the docs, run the following command from the root of the repository:
jupyter-book build docs/
This, build build the docs as html and place them in docs/_build/html/
. You can then view the docs by opening docs/_build/html/index.html
in your browser.