Contribute to our DocsΒΆ

Our Documentation is contained in the /docs folder and available as github paged. We use the make file to generate html code via

cd docs
make clean && make html

Changes to the docs need to be done in /docs/source. In this folder you can use the existing rst (ReStructuredText) files for your documentation or create new ones.

The content of /docs/build is generated by make html and should not be edited manually. Any manual changes done to this directory will most likely be undone by the next execution of make clean && make html.