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: .. code-block:: bash # 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