File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ Some other important things to know about the docs:
252
252
- The docstrings follow the **Numpy Docstring Standard **, which is used widely
253
253
in the Scientific Python community. This standard specifies the format of
254
254
the different sections of the docstring. See `this document
255
- <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt > `_
255
+ <https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard > `_
256
256
for a detailed explanation, or look at some of the existing functions to
257
257
extend it in a similar manner.
258
258
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ Documentation
72
72
By `Sahid Velji <https://github.com/sahidvelji >`_.
73
73
- Fix grammar and typos in the :doc: `io ` guide (:pull: `4553 `).
74
74
By `Sahid Velji <https://github.com/sahidvelji >`_.
75
+ - Update link to NumPy docstring standard in the :doc: `contributing ` guide (:pull: `4558 `).
76
+ By `Sahid Velji <https://github.com/sahidvelji >`_.
75
77
76
78
Internal Changes
77
79
~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments