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