blob: c365c0af38c45c858e346510dacffd6e5645927f (
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
28
29
|
.. _user:
################
NumPy User Guide
################
This guide is intended as an introductory overview of NumPy and
explains how to install and make use of the most important features of
NumPy. For detailed reference documentation of the functions and
classes contained in the package, see the :ref:`reference`.
.. warning::
This "User Guide" is still a work in progress; some of the material
is not organized, and several aspects of NumPy are not yet covered
in sufficient detail. However, we are continually working to
improve the documentation.
More documentation for NumPy can be found on the `numpy.org
<http://www.numpy.org>`__ website.
.. toctree::
:maxdepth: 2
introduction
basics
performance
misc
c-info
|