========
How To's
========
How to edit the Documentation
=============================
The documentation is build with `sphinx `_,
see `sphinx tutorial `_.
**Sourcecode documentation** is build from
`python docstrings `_ in the source itself.
**Other documentation**, like this document, is written in `reST `_
with additional `sphinx-syntax `_,
espacially for internal links or ``cross-references``.
The documentation root dir is ``docs/``. The ``.rst``-files contain all custom documentation.
The most important elements are::
Headlines
=========
paragraphs
`links `_
You can build your documentation code with::
(env)$ docs/make html
In some cases use::
(env)$ docs/make clean html
Afterwards open ``file:////docs/_build/html/index.html``, test your documentation
and commit your changes.