Documentation

Documentation for this package is generated automatically upon pushes to main using sphinx with extensions autodoc and myst_parser. The relevant commands to generate the documentation pages locally, are listed in the following:

# Install sphinx and dependencies
pip install sphinx sphinx_rtd_theme myst_parser toml

# Build documentation
cd docs
make html # other formats are: epub, latex, latexpdf