Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

To build the docs, install Sphinx:

pip install sphinx

And then run this inside docs folder:

make html

The documentation will be built into _build folder. Access it by opening _build/index.html.