The full documentation is available at Read the Docs.
To build the documentation locally:
- Clone this repository
- Install requirements:
pip install -r requirements.txt - Navigate to the root directory
- Build the docs:
make html - Open
_build/html/index.htmlin your browser