blob: e5c51351e073d64a85d7de356564c87630c9f9f4 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
:orphan:
.. _user:
################
NumPy user guide
################
This guide is an overview and explains the important features;
details are found in :ref:`reference`.
.. toctree::
:maxdepth: 1
whatisnumpy
Installation <https://numpy.org/install/>
quickstart
absolute_beginners
basics
misc
numpy-for-matlab-users
building
c-info
NumPy Tutorials <https://numpy.org/numpy-tutorials/features.html>
howtos_index
depending_on_numpy
.. Links to these files are placed directly in the top-level html
(doc/source/_templates/indexcontent.html, which appears for the URLs
numpy.org/devdocs and numpy.org/doc/XX) and are not in any toctree, so
we include them here to avoid a "WARNING: document isn't included in any
toctree" message
.. toctree::
:hidden:
../f2py/index
../glossary
../dev/underthehood
../bugs
../release
../license
|