diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-07-17 09:38:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-17 09:38:31 -0400 |
commit | 169e49ab9d9f5c410c5f1857d16eaf090da37a74 (patch) | |
tree | b1fc4309e683636d3d88826503258c9647136d15 | |
parent | 8828560ea2e78f5884390bc22221109d783b3118 (diff) | |
parent | 9932070b97b55eaf0937dd049c6a8344e49edafe (diff) | |
download | numpy-169e49ab9d9f5c410c5f1857d16eaf090da37a74.tar.gz |
Merge pull request #14025 from sameshl/link_indexing_docs
DOC:Link between the two indexing documentation pages
-rw-r--r-- | doc/source/reference/arrays.indexing.rst | 4 | ||||
-rw-r--r-- | doc/source/user/basics.indexing.rst | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst index 0c0c8dff6..8ec8d8330 100644 --- a/doc/source/reference/arrays.indexing.rst +++ b/doc/source/reference/arrays.indexing.rst @@ -3,6 +3,10 @@ Indexing ======== +.. seealso:: + + :ref:`Indexing basics <basics.indexing>` + .. sectionauthor:: adapted from "Guide to NumPy" by Travis E. Oliphant .. currentmodule:: numpy diff --git a/doc/source/user/basics.indexing.rst b/doc/source/user/basics.indexing.rst index 8844adcae..0dca4b884 100644 --- a/doc/source/user/basics.indexing.rst +++ b/doc/source/user/basics.indexing.rst @@ -4,6 +4,10 @@ Indexing ******** -.. seealso:: :ref:`Indexing routines <routines.indexing>` +.. seealso:: + + :ref:`Indexing <arrays.indexing>` + + :ref:`Indexing routines <routines.indexing>` .. automodule:: numpy.doc.indexing |