DocumentationΒΆ
Most projects have documentation generated with Sphinx and hosted on ReadTheDocs.
The documentation source is located in the doc-source directory.
A local copy of the documentation can be built with tox:
tox -e docs
The built documentation can be found in the doc-soure/build/html directory.