summaryrefslogtreecommitdiff
path: root/doc/source/user/index.rst
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2008-11-23 10:39:05 +0000
committerPauli Virtanen <pav@iki.fi>2008-11-23 10:39:05 +0000
commit03582a3dbd1b4643b7b70cf277eada66dcb0800e (patch)
tree1cc0fa73843d5e602a561696817f41c4abfb811b /doc/source/user/index.rst
parent638bacdd9212dd2258a886e0124cca56bf2b905d (diff)
parent84054e34dd58ceebc981d349d997e4dd7cd7c80c (diff)
downloadnumpy-03582a3dbd1b4643b7b70cf277eada66dcb0800e.tar.gz
Moved numpy-docs under doc/ in the main Numpy trunk.
Diffstat (limited to 'doc/source/user/index.rst')
-rw-r--r--doc/source/user/index.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst
new file mode 100644
index 000000000..750062d50
--- /dev/null
+++ b/doc/source/user/index.rst
@@ -0,0 +1,27 @@
+.. _user:
+
+################
+Numpy User Guide
+################
+
+This guide explains how to make use of different features
+of Numpy. For a detailed documentation about different functions
+and classes, see :ref:`reference`.
+
+.. warning::
+
+ This "User Guide" is still very much work in progress; the material
+ is not organized, and many aspects of Numpy are not covered.
+
+ More documentation for Numpy can be found on the
+ `scipy.org <http://www.scipy.org/Documentation>`__ website.
+
+.. toctree::
+ :maxdepth: 2
+
+ howtofind
+ basics
+ performance
+ misc
+ c-info
+