diff options
author | Samesh <samesh.lakhotia@gmail.com> | 2019-07-17 07:03:11 +0530 |
---|---|---|
committer | Samesh <samesh.lakhotia@gmail.com> | 2019-07-17 07:03:11 +0530 |
commit | 9932070b97b55eaf0937dd049c6a8344e49edafe (patch) | |
tree | 7048cdf956232428a43bd430d11f93d048d21a30 | |
parent | 1eeb4585fb1adf2b1305e55a102ce0291158e234 (diff) | |
download | numpy-9932070b97b55eaf0937dd049c6a8344e49edafe.tar.gz |
DOC:Link between the two indexing documentation pages
Prettify see also directive
-rw-r--r-- | doc/source/user/basics.indexing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/user/basics.indexing.rst b/doc/source/user/basics.indexing.rst index ca6bba237..0dca4b884 100644 --- a/doc/source/user/basics.indexing.rst +++ b/doc/source/user/basics.indexing.rst @@ -7,6 +7,7 @@ Indexing .. seealso:: :ref:`Indexing <arrays.indexing>` + :ref:`Indexing routines <routines.indexing>` .. automodule:: numpy.doc.indexing |