summaryrefslogtreecommitdiff
path: root/doc/source/user/index.rst
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2015-10-25 16:20:51 +0200
committerPauli Virtanen <pav@iki.fi>2015-10-25 16:20:51 +0200
commit3f6ffa8b7062c7023705361540b6efbe192289c7 (patch)
tree27aa1226af7b425f42e608bfb730c281fe7bb9a3 /doc/source/user/index.rst
parent9d63530e0b7d0a880a0f49713c48ef6f0c11b315 (diff)
downloadnumpy-3f6ffa8b7062c7023705361540b6efbe192289c7.tar.gz
DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wiki
The user guide was missing a quick tutorial --- the basics.* stuff is somewhat too complex already. The "building numpy" instructions also should not be "introductory material".
Diffstat (limited to 'doc/source/user/index.rst')
-rw-r--r--doc/source/user/index.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst
index 6c0a2e929..9f45b68d6 100644
--- a/doc/source/user/index.rst
+++ b/doc/source/user/index.rst
@@ -10,10 +10,11 @@ NumPy. For detailed reference documentation of the functions and
classes contained in the package, see the :ref:`reference`.
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
- introduction
+ setting-up
+ quickstart
basics
- performance
misc
+ building
c-info