This documentation is written in RST (ReStructuredText) format and can be built into web pages using Sphinx rendered with an HTML theme (sphinx-rtd-theme).
Getting Started
In order to build the web site content from the source code, install additional python packages:
pip install sphinx docutils sphinx-rtd-theme sphinxcontrib-websupport
To make public content:
make html
The generated HTML file is located in 'build'.
Submit changes (for contributors) Follow the github workflow to submit your pull request.