The documentation can be found here.
To build the documentation for lab.py
, you need to install a few python packages:
pip install sphinx sphinx_rtd_theme numpydoc
Once you have these packages installed, you can simply run
sphinx-build -b html . docs
and open the documentation at docs/index.html
with your browser.