.. _notes: ***** 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.