From 7b751f66c7feb71646f0c2540aca2e5e67cd5db5 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Tue, 24 Mar 2009 22:25:21 +0000 Subject: Merge from the doc wiki --- doc/source/reference/routines.array-manipulation.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/source/reference/routines.array-manipulation.rst') 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 -- cgit v1.2.1