diff options
-rw-r--r-- | numpy/__init__.py | 8 | ||||
-rw-r--r-- | numpy/doc/README.txt | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index b2039319a..33c1125f6 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -1,9 +1,9 @@ """\ -SciPy Core +NumPy ========== -You can support the development of SciPy by purchasing documentation -at +You can support the development of NumPy and SciPy by purchasing +documentation at http://www.trelgol.com @@ -26,7 +26,7 @@ except ImportError: class PackageLoader: def __init__(self): - """ Manages loading SciPy packages. + """ Manages loading NumPy packages. """ self.parent_frame = frame = sys._getframe(1) diff --git a/numpy/doc/README.txt b/numpy/doc/README.txt index f63508669..eacc3659e 100644 --- a/numpy/doc/README.txt +++ b/numpy/doc/README.txt @@ -1,9 +1,9 @@ Very complete documentation is available from the primary developer of -SciPy Core for a small fee. After a brief period, that documentation +NumPy for a small fee. After a brief period, that documentation will become freely available. See http://www.trelgol.com for details. The fee and restriction period is intended to allow people and to encourage companies to easily contribute to the development of -SciPy. +NumPy. This directory will contain all public documentation that becomes available. |