blob: 7427874a5515e7ac1ace96bb8242b23c0e217a23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.. _basics.indexing:
********
Indexing
********
.. seealso:: :ref:`Indexing routines <routines.indexing>`
.. note::
XXX: Combine ``numpy.doc.indexing`` with material
section 2.2 Basic indexing?
Or incorporate the material directly here?
.. automodule:: numpy.doc.indexing
|