summaryrefslogtreecommitdiff
path: root/doc/source/reference/internals.code-explanations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/internals.code-explanations.rst')
-rw-r--r--doc/source/reference/internals.code-explanations.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/internals.code-explanations.rst b/doc/source/reference/internals.code-explanations.rst
index 205d84230..f946d0420 100644
--- a/doc/source/reference/internals.code-explanations.rst
+++ b/doc/source/reference/internals.code-explanations.rst
@@ -196,6 +196,7 @@ Indexing
All python indexing operations ``arr[index]`` are organized by first preparing
the index and finding the index type. The supported index types are:
+
* integer
* newaxis
* slice
@@ -234,6 +235,7 @@ combined with typical view based indexing. Here integer indices are
interpreted as view based. Before trying to understand this, you may want
to make yourself familiar with its subtleties. The advanced indexing code
has three different branches and one special case:
+
* There is one indexing array and it, as well as the assignment array, can
be iterated trivially. For example they may be contiguous. Also the
indexing array must be of `intp` type and the value array in assignments