diff options
author | Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> | 2020-05-10 04:21:10 +0200 |
---|---|---|
committer | Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> | 2020-05-10 16:52:37 +0200 |
commit | a1800a7dfe68c499e0da41ec4037eba42ba2051c (patch) | |
tree | 8188cc5295b20cccc31c99613417602c66bc76ee /doc/source | |
parent | e66453568b685dee47d6e6e634b3a47edffcaeed (diff) | |
download | numpy-a1800a7dfe68c499e0da41ec4037eba42ba2051c.tar.gz |
DOC: Unify cross-references between array joining methods
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/routines.array-manipulation.rst | 8 | ||||
-rw-r--r-- | doc/source/reference/routines.ma.rst | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst index bf43232ef..8d13a1800 100644 --- a/doc/source/reference/routines.array-manipulation.rst +++ b/doc/source/reference/routines.array-manipulation.rst @@ -69,11 +69,11 @@ Joining arrays concatenate stack - column_stack - dstack - hstack - vstack block + vstack + hstack + dstack + column_stack Splitting arrays ================ diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst index 346ce2a1b..97859ac67 100644 --- a/doc/source/reference/routines.ma.rst +++ b/doc/source/reference/routines.ma.rst @@ -145,13 +145,13 @@ Joining arrays .. autosummary:: :toctree: generated/ + ma.concatenate ma.stack + ma.vstack + ma.hstack + ma.dstack ma.column_stack - ma.concatenate ma.append - ma.dstack - ma.hstack - ma.vstack _____ |