diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-07-07 08:21:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 08:21:35 -0700 |
commit | 48efcc75f094329caf61c753827e76a3c19deff8 (patch) | |
tree | 4390a61b67b704f9195474d3c81abf0950e46c80 /doc | |
parent | 50d76e86eaad117167da1453c18c2ab786217cf4 (diff) | |
parent | 02b49b42baadbe70f6c98ad7ec37c02683a1698f (diff) | |
download | numpy-48efcc75f094329caf61c753827e76a3c19deff8.tar.gz |
Merge pull request #13847 from kritisingh1/dep
DOC: Adds documentation of functions exposed in numpy namespace
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.char.rst | 1 | ||||
-rw-r--r-- | doc/source/reference/routines.other.rst | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/source/reference/routines.char.rst b/doc/source/reference/routines.char.rst index 513f975e7..ed8393855 100644 --- a/doc/source/reference/routines.char.rst +++ b/doc/source/reference/routines.char.rst @@ -58,6 +58,7 @@ comparison. less_equal greater less + compare_chararrays String information ------------------ diff --git a/doc/source/reference/routines.other.rst b/doc/source/reference/routines.other.rst index 0a3677904..28c9a1ad1 100644 --- a/doc/source/reference/routines.other.rst +++ b/doc/source/reference/routines.other.rst @@ -21,6 +21,7 @@ Memory ranges shares_memory may_share_memory + byte_bounds Array mixins ------------ @@ -35,3 +36,21 @@ NumPy version comparison :toctree: generated/ lib.NumpyVersion + +Utility +------- + +.. autosummary:: + :toctree: generated/ + + get_include + deprecate + deprecate_with_doc + +Matlab-like Functions +--------------------- +.. autosummary:: + :toctree: generated/ + + who + disp
\ No newline at end of file |