summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkritisingh1 <kritisingh1.ks@gmail.com>2019-06-27 10:56:32 +0530
committerkritisingh1 <kritisingh1.ks@gmail.com>2019-06-27 10:56:32 +0530
commite145a74857a20e278bcb6e53f29080f1e073e4cd (patch)
tree4030820be707e9eac64f853d44e51ab5d67b37e5 /doc
parent871fac7d1c08d00533f8351b8d32ad0f6e30dab1 (diff)
downloadnumpy-e145a74857a20e278bcb6e53f29080f1e073e4cd.tar.gz
DOC: Adds documentation of functions exposed in numpy namespace
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/routines.char.rst1
-rw-r--r--doc/source/reference/routines.other.rst18
2 files changed, 19 insertions, 0 deletions
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