diff options
author | Jarrod Millman <millman@berkeley.edu> | 2009-11-13 17:50:02 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2009-11-13 17:50:02 +0000 |
commit | 6e91f0f59818c5bc9021f1913764bb667811fbcc (patch) | |
tree | f33d42be24ea2ea9c4f1dc2c052997c37b847e7e /doc/source/user/index.rst | |
parent | f07c79d3709a7f81219abc3c516fd772f469c167 (diff) | |
download | numpy-6e91f0f59818c5bc9021f1913764bb667811fbcc.tar.gz |
second set of checkins from doc editor
Diffstat (limited to 'doc/source/user/index.rst')
-rw-r--r-- | doc/source/user/index.rst | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index ed8e186a7..c365c0af3 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -1,20 +1,23 @@ .. _user: ################ -Numpy User Guide +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`. +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`. .. warning:: - This "User Guide" is still very much work in progress; the material - is not organized, and many aspects of Numpy are not covered. + This "User Guide" is still a work in progress; some of the material + is not organized, and several aspects of NumPy are not yet covered + in sufficient detail. However, we are continually working to + improve the documentation. - More documentation for Numpy can be found on the - `scipy.org <http://www.scipy.org/Documentation>`__ website. + More documentation for NumPy can be found on the `numpy.org + <http://www.numpy.org>`__ website. .. toctree:: :maxdepth: 2 |