blob: b31f38ae9a7e666dcd662f8f1107bb381fa1b72b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
************
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.rec
basics.subclassing
|