diff options
author | Eren Sezener <erensezener@gmail.com> | 2016-02-26 13:24:49 +0100 |
---|---|---|
committer | Denis Alevi <mail@denisalevi.de> | 2016-03-12 19:07:43 +0100 |
commit | e7de401f5c9634a2a63eb8f44f2193be1a946191 (patch) | |
tree | 24e9ca5254eb80f9a1fa92e1fe2db089737a087c /doc/source | |
parent | 1373aa79fe9e0563d6d05402c08dac08a329795d (diff) | |
download | numpy-e7de401f5c9634a2a63eb8f44f2193be1a946191.tar.gz |
ENH: Add generalized flip function and its tests
Diffstat (limited to 'doc/source')
-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 f3ce4889b..b9cf6f448 100644 --- a/doc/source/reference/routines.array-manipulation.rst +++ b/doc/source/reference/routines.array-manipulation.rst @@ -109,6 +109,7 @@ Rearranging elements .. autosummary:: :toctree: generated/ + flip fliplr flipud reshape |