Skip to content

Commit 77bb152

Browse files
Fix NumPy docstring link
1 parent 8d4c5f4 commit 77bb152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev_start_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Documentation and docstrings
6868
docstrings of all the classes and functions should respect the
6969
`PEP257 <https://www.python.org/dev/peps/pep-0257/>`_ rules and follow the
7070
`Numpy docstring standard
71-
<https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>`_.
71+
<https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard>`_.
7272

7373
* To cross-reference other objects (e.g. reference other classes or methods) in
7474
the docstrings, use the

0 commit comments

Comments
 (0)