summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorSamesh <samesh.lakhotia@gmail.com>2019-07-16 21:23:01 +0530
committerSamesh <samesh.lakhotia@gmail.com>2019-07-16 21:23:01 +0530
commita90ecad9ba6815cd92fdb4366a340448e6baee85 (patch)
treefbb553dfbdf1c29098617e081d1bfdf87ecaf4a1 /doc/source/reference
parent88021a568cc13ef7325a52e22573f027a2be9df7 (diff)
downloadnumpy-a90ecad9ba6815cd92fdb4366a340448e6baee85.tar.gz
DOC:Link between the two indexing documentation pages
Made references to each other for the following two indexing docs https://docs.scipy.org/doc/numpy-1.15.0/user/basics.indexing.html https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.indexing.html closes #12195
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/arrays.indexing.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst
index 0c0c8dff6..bf43a35c4 100644
--- a/doc/source/reference/arrays.indexing.rst
+++ b/doc/source/reference/arrays.indexing.rst
@@ -3,6 +3,10 @@
Indexing
========
+.. seealso::
+
+ :doc:`/source/user/basics.indexing`
+
.. sectionauthor:: adapted from "Guide to NumPy" by Travis E. Oliphant
.. currentmodule:: numpy