blob: 85e79c25dcafd2680df557e52eb0fda0c7d9a08e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
************
Numpy basics
************
.. note::
XXX: there is overlap between this text extracted from ``numpy.doc``
and "Guide to Numpy" chapter 2. Needs combining?
.. toctree::
:maxdepth: 2
basics.types
basics.creation
basics.io
basics.indexing
basics.broadcasting
basics.byteswapping
basics.rec
basics.subclassing
|