diff options
author | Samesh <samesh.lakhotia@gmail.com> | 2019-07-16 22:24:52 +0530 |
---|---|---|
committer | Samesh <samesh.lakhotia@gmail.com> | 2019-07-16 22:24:52 +0530 |
commit | 7d1b57447b2ea853c83ec24cae2dc5b969ee770e (patch) | |
tree | de146de7c73b93ca9919d537a5cdc780079b0ece /doc/source/reference | |
parent | a90ecad9ba6815cd92fdb4366a340448e6baee85 (diff) | |
download | numpy-7d1b57447b2ea853c83ec24cae2dc5b969ee770e.tar.gz |
DOC:Link between the two indexing documentation pages
Fixed 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 bf43a35c4..763cb20bc 100644 --- a/doc/source/reference/arrays.indexing.rst +++ b/doc/source/reference/arrays.indexing.rst @@ -5,7 +5,7 @@ Indexing .. seealso:: - :doc:`/source/user/basics.indexing` + :ref:`<basics.indexing>` .. sectionauthor:: adapted from "Guide to NumPy" by Travis E. Oliphant |