diff options
Diffstat (limited to 'doc/source/dev/howto-docs.rst')
-rw-r--r-- | doc/source/dev/howto-docs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/dev/howto-docs.rst b/doc/source/dev/howto-docs.rst index 3687d7550..9354357e8 100644 --- a/doc/source/dev/howto-docs.rst +++ b/doc/source/dev/howto-docs.rst @@ -59,6 +59,10 @@ Obvious **wording** mistakes (like leaving out a "not") fall into the typo category, but other rewordings -- even for grammar -- require a judgment call, which raises the bar. Test the waters by first presenting the fix as an issue. +Some functions/objects like numpy.ndarray.transpose, numpy.array etc. defined in +C-extension modules have their docstrings defined seperately in `_add_newdocs.py +<https://github.com/numpy/numpy/blob/main/numpy/core/_add_newdocs.py>`__ + ********************** Contributing new pages ********************** |