Usage
Installation
This project has a number of requirements to install on a clean system:
pip install -r requirements.txt
Generating Documentation Locally
From the command line, from the /docs folder, run:
make html
The documentation will be in the /build folder, run the index.html file in a web browser.