Notes

Docstrings

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

Some important notes:

  • Variable, module, function, and class names should be written between single back-ticks (`numpy`).

  • Use backquotes (``print a``) for code samples.

  • List of available sections in docstrings that appear in a common order.