Extending the Documentation¶
The documentation is written as reStructuredText and built using Sphinx. See here for a quick explanation of the rst syntax.
Modifying an existing chapter¶
Simply go to docs-source/content and open one of the .rst-files with a
text-editor of your choice.
Adding a new chapter¶
To add a new chapter you will have to
- create a new
.rst-file:docs-source/content/<your-chapter>.rst - add the new
.rst-file todocs-source/index.rst