From 3409bd3f38adc03cdf0096c53e897818517bc286 Mon Sep 17 00:00:00 2001 From: Yashasvi Misra <54177363+yashasvimisra2798@users.noreply.github.com> Date: Fri, 23 Jul 2021 13:58:39 +0530 Subject: DOC: Add link and explanation of _add_newdocs to developer guide (#19546) --- doc/source/dev/howto-docs.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/source/dev') 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 +`__ + ********************** Contributing new pages ********************** -- cgit v1.2.1