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 docsOr, from inside the docs/ directory:
cd docs
make clean
make docs