Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48efcc7

Browse files
authored
Merge pull request #13847 from kritisingh1/dep
DOC: Adds documentation of functions exposed in numpy namespace
2 parents 50d76e8 + 02b49b4 commit 48efcc7

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

doc/source/reference/routines.char.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ comparison.
5858
less_equal
5959
greater
6060
less
61+
compare_chararrays
6162

6263
String information
6364
------------------

doc/source/reference/routines.other.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Memory ranges
2121

2222
shares_memory
2323
may_share_memory
24+
byte_bounds
2425

2526
Array mixins
2627
------------
@@ -35,3 +36,21 @@ NumPy version comparison
3536
:toctree: generated/
3637

3738
lib.NumpyVersion
39+
40+
Utility
41+
-------
42+
43+
.. autosummary::
44+
:toctree: generated/
45+
46+
get_include
47+
deprecate
48+
deprecate_with_doc
49+
50+
Matlab-like Functions
51+
---------------------
52+
.. autosummary::
53+
:toctree: generated/
54+
55+
who
56+
disp

numpy/core/_add_newdocs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6837,3 +6837,4 @@ def add_newdoc_for_scalar_type(obj, fixed_aliases, doc):
68376837
>>> np.{ftype}(-.25).as_integer_ratio()
68386838
(-1, 4)
68396839
""".format(ftype=float_name)))
6840+

0 commit comments

Comments
 (0)