blob: a9945a0d19cfc9254d19e1075e5e6dab7ceda59a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
.. _user:
################
Numpy User Guide
################
This guide explains how to make use of different features
of Numpy. For a detailed documentation about different functions
and classes, see :ref:`reference`.
.. warning::
This "User Guide" is still very much work in progress; the material
is not organized, and many aspects of Numpy are not covered.
More documentation for Numpy can be found on the
`scipy.org <http://www.scipy.org/Documentation>`__ website.
.. toctree::
:maxdepth: 2
install
howtofind
basics
performance
misc
c-info
|