From 4cdd3606160de923fb4054cf93f4ea02a356def0 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Mon, 14 Sep 2020 18:55:12 +0300 Subject: DOC: add new glossary terms (#17263) * DOC: add new glossary terms * DOC: link to python Ellipsis * DOC: fixes from review * DOC: fixes from review * DOC: remove glossary items that belong to python --- doc/source/reference/arrays.indexing.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source/reference/arrays.indexing.rst') diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst index 3e600b7c4..180a79dae 100644 --- a/doc/source/reference/arrays.indexing.rst +++ b/doc/source/reference/arrays.indexing.rst @@ -198,6 +198,7 @@ concepts to remember include: create an axis of length one. :const:`newaxis` is an alias for 'None', and 'None' can be used in place of this with the same result. +.. _advanced-indexing: Advanced Indexing ----------------- @@ -304,6 +305,8 @@ understood with an example. most important thing to remember about indexing with multiple advanced indexes. +.. _combining-advanced-and-basic-indexing: + Combining advanced and basic indexing """"""""""""""""""""""""""""""""""""" -- cgit v1.2.1