diff options
Diffstat (limited to 'doc/source/reference/routines.help.rst')
-rw-r--r-- | doc/source/reference/routines.help.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/reference/routines.help.rst b/doc/source/reference/routines.help.rst new file mode 100644 index 000000000..a41563cce --- /dev/null +++ b/doc/source/reference/routines.help.rst @@ -0,0 +1,24 @@ +.. _routines.help: + +Numpy-specific help functions +============================= + +.. currentmodule:: numpy + +Finding help +------------ + +.. autosummary:: + :toctree: generated/ + + lookfor + + +Reading help +------------ + +.. autosummary:: + :toctree: generated/ + + info + source |