diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-05-15 08:34:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 08:34:01 -0500 |
commit | 50ce0fce70cac779919d97578381a9d762f42594 (patch) | |
tree | 4ba92795fac94d9ff9ef7876699a788b2dae665d /doc/source | |
parent | bb63a1a49bf1fe766ceab3237e0003aef5f19854 (diff) | |
parent | a1800a7dfe68c499e0da41ec4037eba42ba2051c (diff) | |
download | numpy-50ce0fce70cac779919d97578381a9d762f42594.tar.gz |
Merge pull request #16197 from timhoffm/doc-stack
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 _____ |