For Developers

Standards and Tools

Please comply with the following standards/guides as much as possible.

CHANGELOG

Versioning

Documentation

Cheat sheet

Sphinx

Generate documentation base, in docs/,

sphinx-quickstart

Select separate build and source files when prompted.

Preview documentation page with modified source, in docs/

make html

Open index.html with a browser (if this was set as the first page).