diff options
author | Samesh <samesh.lakhotia@gmail.com> | 2019-07-16 22:48:34 +0530 |
---|---|---|
committer | Samesh <samesh.lakhotia@gmail.com> | 2019-07-16 22:48:34 +0530 |
commit | 1eeb4585fb1adf2b1305e55a102ce0291158e234 (patch) | |
tree | 54636d63ed57e1e90610922f4caf7a2957fbe912 /doc/source/reference | |
parent | 7d1b57447b2ea853c83ec24cae2dc5b969ee770e (diff) | |
download | numpy-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.rst | 2 |
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 |