summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorSamesh <samesh.lakhotia@gmail.com>2019-07-16 22:48:34 +0530
committerSamesh <samesh.lakhotia@gmail.com>2019-07-16 22:48:34 +0530
commit1eeb4585fb1adf2b1305e55a102ce0291158e234 (patch)
tree54636d63ed57e1e90610922f4caf7a2957fbe912 /doc/source/reference
parent7d1b57447b2ea853c83ec24cae2dc5b969ee770e (diff)
downloadnumpy-1eeb4585fb1adf2b1305e55a102ce0291158e234.tar.gz
DOC:Link between the two indexing documentation pages
Fix linking error
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/arrays.indexing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst
index 763cb20bc..8ec8d8330 100644
--- a/doc/source/reference/arrays.indexing.rst
+++ b/doc/source/reference/arrays.indexing.rst
@@ -5,7 +5,7 @@ Indexing
.. seealso::
- :ref:`<basics.indexing>`
+ :ref:`Indexing basics <basics.indexing>`
.. sectionauthor:: adapted from "Guide to NumPy" by Travis E. Oliphant