summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2018-04-09 13:43:38 -0700
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2018-04-09 13:43:38 -0700
commit35753b1f28106d5b3fe48f31130e2dde7a02aa0c (patch)
tree9068212ed2d7a39436e2664349f903407d38f879 /numpy/add_newdocs.py
parentf2f17210a5e5824a9977d63957c09bbe5d64eda2 (diff)
downloadnumpy-35753b1f28106d5b3fe48f31130e2dde7a02aa0c.tar.gz
'remove indirect relationships'
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 88d6df184..62eaf1335 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -871,9 +871,6 @@ add_newdoc('numpy.core.multiarray', 'empty',
See Also
--------
empty_like : Return an empty array with shape and type of input.
- ones_like : Return an array of ones with shape and type of input.
- zeros_like : Return an array of zeros with shape and type of input.
- full_like : Return a new array with shape of input filled with value.
ones : Return a new array setting values to one.
zeros : Return a new array setting values to zero.
full : Return a new array of given shape filled with value.
@@ -937,9 +934,6 @@ add_newdoc('numpy.core.multiarray', 'empty_like',
zeros_like : Return an array of zeros with shape and type of input.
full_like : Return a new array with shape of input filled with value.
empty : Return a new uninitialized array.
- ones : Return a new array setting values to one.
- zeros : Return a new array setting values to zero.
- full : Return a new array of given shape filled with value.
Notes
-----
@@ -1000,10 +994,7 @@ add_newdoc('numpy.core.multiarray', 'zeros',
See Also
--------
- empty_like : Return an empty array with shape and type of input.
- ones_like : Return an array of ones with shape and type of input.
zeros_like : Return an array of zeros with shape and type of input.
- full_like : Return a new array with shape of input filled with value.
empty : Return a new uninitialized array.
ones : Return a new array setting values to one.
full : Return a new array of given shape filled with value.