From b70e2aba6aa29f26bd1a75a9fc3f86c6d077ddb9 Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Sat, 22 Aug 2009 23:55:59 +0000 Subject: DOC: numpy.scipy.org reST thanks to Kyle Mandli. --- doc/numpy.scipy.org/source/index.rst | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) (limited to 'doc/numpy.scipy.org/source/index.rst') diff --git a/doc/numpy.scipy.org/source/index.rst b/doc/numpy.scipy.org/source/index.rst index 24e50f56a..f0dc92f61 100644 --- a/doc/numpy.scipy.org/source/index.rst +++ b/doc/numpy.scipy.org/source/index.rst @@ -1,12 +1,31 @@ -Contents: +NumPy is the fundamental package needed for scientific computing with Python. It contains among other things: -.. toctree:: - :maxdepth: 2 +- a powerful N-dimensional array object +- sophisticated (broadcasting) functions +- tools for integrating C/C++ and Fortran code +- useful linear algebra, Fourier transform, and random number capabilities. -Indices and tables -================== +Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases. -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` +Getting Started +--------------- +- `Getting Numpy `_ +- `Installing NumPy and SciPy `_ +- `NumPy Tutorial `_ +- `NumPy for MATLABĀ© Users `_ +- `NumPy functions by category `_ +- `NumPy Mailing List `_ + +Documentation +------------- + +The full documentation for both NumPy and SciPy can be found at the `NumPy and SciPy documentation page `_ + +More Information +---------------- + +- `NumPy Sourceforge Home Page `_ +- `SciPy Home Page `_ +- `Interfacing with compiled code `_ +- :doc:`Older python array packages ` \ No newline at end of file -- cgit v1.2.1