From e145a74857a20e278bcb6e53f29080f1e073e4cd Mon Sep 17 00:00:00 2001 From: kritisingh1 Date: Thu, 27 Jun 2019 10:56:32 +0530 Subject: DOC: Adds documentation of functions exposed in numpy namespace --- doc/source/reference/routines.char.rst | 1 + doc/source/reference/routines.other.rst | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'doc/source') diff --git a/doc/source/reference/routines.char.rst b/doc/source/reference/routines.char.rst index 3f4efdfc5..b58dd60b3 100644 --- a/doc/source/reference/routines.char.rst +++ b/doc/source/reference/routines.char.rst @@ -56,6 +56,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..5bd5835f6 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,20 @@ NumPy version comparison :toctree: generated/ lib.NumpyVersion + +Utility +------- + +.. autosummary:: + :toctree: generated/ + + get_include + deprecate + deprecate_with_doc + +Matlab-like Functions +--------------------- +.. autosummary:: + :toctree: generated/ + + who \ No newline at end of file -- cgit v1.2.1 From 02b49b42baadbe70f6c98ad7ec37c02683a1698f Mon Sep 17 00:00:00 2001 From: kritisingh1 Date: Sat, 6 Jul 2019 18:08:53 +0530 Subject: Removes duplicated docs for python functions --- doc/source/reference/routines.other.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/reference/routines.other.rst b/doc/source/reference/routines.other.rst index 5bd5835f6..28c9a1ad1 100644 --- a/doc/source/reference/routines.other.rst +++ b/doc/source/reference/routines.other.rst @@ -52,4 +52,5 @@ Matlab-like Functions .. autosummary:: :toctree: generated/ - who \ No newline at end of file + who + disp \ No newline at end of file -- cgit v1.2.1