[Numpy-svn] r4835 - trunk/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Feb 29 01:35:49 EST 2008


Author: oliphant
Date: 2008-02-29 00:35:47 -0600 (Fri, 29 Feb 2008)
New Revision: 4835

Modified:
   trunk/numpy/__init__.py
Log:
Alter NumPy docstring to remove ad and give a litte more info.

Modified: trunk/numpy/__init__.py
===================================================================
--- trunk/numpy/__init__.py	2008-02-28 16:07:59 UTC (rev 4834)
+++ trunk/numpy/__init__.py	2008-02-29 06:35:47 UTC (rev 4835)
@@ -1,19 +1,14 @@
 """
 NumPy
 ==========
+Provides 
+   1) An array object of arbitrary homogeneous items
+   2) Fast mathematical operations over arrays
+   3) Linear Algebra, Fourier Transforms, Random Number Generation
 
-You can support the development of NumPy and SciPy by purchasing
-the book "Guide to NumPy" at
-
-  http://www.trelgol.com
-
-It is being distributed for a fee until Oct. 2010 to
-cover some of the costs of development.  After the restriction period
-it will also be freely available.
-
 Documentation is available in the docstrings and at
 
-http://www.scipy.org.
+http://www.scipy.org
 """
 
 # We first need to detect if we're being called as part of the numpy setup




More information about the Numpy-svn mailing list