We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73eea94 + 2703f30 commit 8a8f9e7Copy full SHA for 8a8f9e7
CONTRIBUTING.rst
@@ -60,6 +60,10 @@ introduction/examples/usage documentation or API documentation in docstrings.
60
Documentation is written in `reStructuredText <http://docutils.sourceforge.net/rst.html>`_
61
and use `Sphinx <http://sphinx-doc.org/index.html>`_ to generate the HTML output.
62
63
+The project uses Numpy style docstrings, see
64
+`Sphinx extension Napoleon's documentation <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html>`_
65
+for examples.
66
+
67
Once you made the documentation changes locally, run the documentation generation::
68
69
invoke docs
0 commit comments