summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredschofield <edschofield@localhost>2006-01-05 00:13:13 +0000
committeredschofield <edschofield@localhost>2006-01-05 00:13:13 +0000
commite74ea102831a608086fdd155101158ab19a24c2c (patch)
treecd6bba42c59d327b7af12a3a855689fb05715425
parente53c47ee4476a5de9e302fab9618006502d1b8ed (diff)
downloadnumpy-e74ea102831a608086fdd155101158ab19a24c2c.tar.gz
Documentation updates: SciPy core -> NumPy
-rw-r--r--numpy/__init__.py8
-rw-r--r--numpy/doc/README.txt4
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.