Skip to content

Commit

Permalink
Fix NumPy docstring link
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Jul 4, 2022
1 parent 8d4c5f4 commit 77bb152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dev_start_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Documentation and docstrings
docstrings of all the classes and functions should respect the
`PEP257 <https://www.python.org/dev/peps/pep-0257/>`_ rules and follow the
`Numpy docstring standard
<https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>`_.
<https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard>`_.

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

0 comments on commit 77bb152

Please sign in to comment.