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.
1 parent 8d4c5f4 commit 77bb152Copy full SHA for 77bb152
doc/dev_start_guide.rst
@@ -68,7 +68,7 @@ Documentation and docstrings
68
docstrings of all the classes and functions should respect the
69
`PEP257 <https://www.python.org/dev/peps/pep-0257/>`_ rules and follow the
70
`Numpy docstring standard
71
- <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>`_.
+ <https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard>`_.
72
73
* To cross-reference other objects (e.g. reference other classes or methods) in
74
the docstrings, use the
0 commit comments