summaryrefslogtreecommitdiff
path: root/doc/source/user/index.rst
blob: 6c0a2e929d95b055c7147d7fc17534392bfeed88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _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`.

.. toctree::
   :maxdepth: 2

   introduction
   basics
   performance
   misc
   c-info