summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.array-manipulation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/routines.array-manipulation.rst')
-rw-r--r--doc/source/reference/routines.array-manipulation.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst
index e5163bcfc..2c1a5b200 100644
--- a/doc/source/reference/routines.array-manipulation.rst
+++ b/doc/source/reference/routines.array-manipulation.rst
@@ -3,8 +3,6 @@ Array manipulation routines
.. currentmodule:: numpy
-.. toctree::
-
Changing array shape
====================
.. autosummary::
@@ -21,7 +19,6 @@ Transpose-like operations
.. autosummary::
:toctree: generated/
-
rollaxis
swapaxes
ndarray.T
@@ -32,7 +29,6 @@ Changing number of dimensions
.. autosummary::
:toctree: generated/
-
atleast_1d
atleast_2d
atleast_3d
@@ -59,7 +55,6 @@ Joining arrays
.. autosummary::
:toctree: generated/
- append
column_stack
concatenate
dstack
@@ -92,6 +87,7 @@ Adding and removing elements
delete
insert
+ append
resize
trim_zeros
unique