Documentation#
This section contains links and explanations for writing documentation.
Markdown/MyST files#
The documentation files with .md are structured using Markdown and MyST.
reStructuredText files#
reStructuredText is used for .rst files to include the source code using Sphinx.
Source code#
The source code is written in Python and tested with doctest. The format of the docstrings follows Google’s style guide.