blob: aac820a6f00b6dbb1b9266f70aa645fd16aae17f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.. _numpy_docs_mainpage:
###################
NumPy documentation
###################
.. toctree::
:maxdepth: 1
:hidden:
User Guide <user/index>
API reference <reference/index>
Development <dev/index>
.. This is not really the index page, that is found in
_templates/indexcontent.html The toctree content here will be added to the
top of the template header
|