diff options
author | mattip <matti.picus@gmail.com> | 2019-10-15 09:54:29 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-15 09:54:29 +0300 |
commit | cf2f4e0782f130258d3bdafebfbcab889874610a (patch) | |
tree | 8d658941bbe667b1c962801987dc8bfec68a2d1b /doc/source/reference | |
parent | 08b5907b62db280d028fe7508633a1abe4c5e713 (diff) | |
download | numpy-cf2f4e0782f130258d3bdafebfbcab889874610a.tar.gz |
DOC: add numpy.shape to index
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.array-manipulation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst index cc93d1029..bf43232ef 100644 --- a/doc/source/reference/routines.array-manipulation.rst +++ b/doc/source/reference/routines.array-manipulation.rst @@ -9,6 +9,7 @@ Basic operations :toctree: generated/ copyto + shape Changing array shape ==================== |