Adding Documentation#
There are a few guidelines when adding new documentation, or when refactoring the current documentation.
We use the numpy docstring format <https://numpydoc.readthedocs.io/en/latest/format.html>.
Code examples or example
yamlfiles should be tested using the sphinx extensiondoctest.New APIs should be added to the
docs/apifolder. The builtinautosummaryandtoctreeare used to keep track.