Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 249 Bytes

How to compile documentation

cd docs/api
pip install -r requirements.txt
pip install -r ../../requirements.txt
make html

And then go to _build/html and open index.html in your browser. Please do not commit compiled doc files.