Documentation GuideΒΆ

This guide provides details on how to contribute to the documetantion of Spectrometer. The style guide we follow for documentation is the python documentation style guide. See:

To build and review the documentation locally you can simply run tox and open the html via your favourite web browser.

tox -edocs
firefox .tox/docs/tmp/html/index.html