How you can contribute to this documentation

These pages are rendered using RST/Sphinx and served using Read the Docs. RST is a subset of Sphinx. Sphinx is RST with some extensions.

How to modify the webpages

The source code for this documentation is hosted on GitLab. You need a GitLab account to modify the sources.

With a GitLab account you have two possibilities to edit the sources:

Note that the entire documentation including the entire documentation source code is public. Do not publish sensitive information and harvestable email addresses.

How to locally test changes

You do not have to push to see and test your changes. You can test them locally. For this install python-sphinx and python-matplotlib. Then build the pages with:

$ make html

Then point your browser to _build/html/index.html. The style is not the same but the content is what you would see after the git push.