summaryrefslogtreecommitdiff
path: root/doc/source/user/basics.rst
blob: 04c20da370f395f8facc8e35128782a5e0887312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
******************
NumPy fundamentals
******************

These documents clarify concepts, design decisions, and technical
constraints in NumPy. This is a great place to understand the
fundamental NumPy ideas and philosophy. 

.. toctree::
   :maxdepth: 1

   basics.creation
   basics.indexing
   basics.io
   basics.types
   basics.broadcasting
   basics.copies
   basics.rec
   basics.ufuncs