Notes

Docstrings

To generate consistent reference documentantion NumPy docstring convention should be followed.

Some important notes:

  • Use double back-ticks for code samples, e.g. (``print(“a text”)``), hence Variable, module, function, and class names should be written between double back-ticks (``numpy``).

  • See the list of available sections in docstrings that appear in a common order.