Development notes
Contents
Development notes#
Sphinx documentation#
No tabs. For the Sphinx documentation-generation program to give the
expected results, it is crucially important to use spaces and not tabs
in the py
files.
To get LaTeX code to render correctly, it is often necessary to use a raw
string for documentation 1. A raw docstring starts with r"""
instead of the usual """
.