summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.array-manipulation.rst
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-05-12 00:43:16 -0400
committerCharles Harris <charlesr.harris@gmail.com>2015-05-12 00:43:16 -0400
commit18c89dbf87929e68479b2272ad7ab4b321120773 (patch)
tree3b28678347cdc06a3b201d46b0877f6e0cce1975 /doc/source/reference/routines.array-manipulation.rst
parentfb6426b3d9b25f5f7a8324fa1d9bab3f4c23dd95 (diff)
parent93d3b8dedc5cd602c867a234f07188fe5bd5479b (diff)
downloadnumpy-18c89dbf87929e68479b2272ad7ab4b321120773.tar.gz
Merge pull request #5605 from shoyer/stack
ENH: add np.stack
Diffstat (limited to 'doc/source/reference/routines.array-manipulation.rst')
-rw-r--r--doc/source/reference/routines.array-manipulation.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst
index 2b3ba342a..a8aa2d0d8 100644
--- a/doc/source/reference/routines.array-manipulation.rst
+++ b/doc/source/reference/routines.array-manipulation.rst
@@ -65,8 +65,9 @@ Joining arrays
.. autosummary::
:toctree: generated/
- column_stack
concatenate
+ stack
+ column_stack
dstack
hstack
vstack
@@ -76,10 +77,10 @@ Splitting arrays
.. autosummary::
:toctree: generated/
+ split
array_split
dsplit
hsplit
- split
vsplit
Tiling arrays