Skip to content

Latest commit

 

History

History
 
 

Documentation

Uses sphinx-autoapi to generate API documentation from docstrings in the codebase.

To generate the documentation, run (from the repository root):

make -C docs clean
make -C docs docs

Or, from inside the docs/ directory:

cd docs
make clean
make docs