Skip to content

Commit

Permalink
Merge pull request #2677 from ChAr-De/main
Browse files Browse the repository at this point in the history
Fix broken Numpy style guide link.
  • Loading branch information
kosack authored Jan 14, 2025
2 parents d0ab1d1 + 76844ff commit fde22f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All functions, classes, and modules should contain appropriate API
documentation in their *docstrings*. The *docstrings* should be
written in ReStructuredText format (same as the Sphinx high-level
documentation), and should follow the `NumPy Docstring Standards
<https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt#docstring-standard>`_
<https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard>`_

Documentation for all algorithms should contain citations to external
works, which should be collected in ``bibliography.rst``. An example of
Expand Down

0 comments on commit fde22f9

Please sign in to comment.