summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kern <rkern@enthought.com>2013-04-29 16:27:25 +0100
committerRobert Kern <rkern@enthought.com>2013-04-29 16:27:25 +0100
commitc7c4d40895b5e7824a71e5673a7c1ad378c08638 (patch)
treea5de19018c03ddb3a55d5cd4b5d15e032bb34bde
parenta8805f65d25e7268a722da47d490167d99e1559f (diff)
downloadnumpy-c7c4d40895b5e7824a71e5673a7c1ad378c08638.tar.gz
BUG: Fix some README links to point to www.numpy.org
Fixes #3288
-rw-r--r--README.txt4
-rw-r--r--tools/osxbuild/docs/README.txt5
2 files changed, 5 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index b331ec019..f7a8e2a37 100644
--- a/README.txt
+++ b/README.txt
@@ -10,7 +10,7 @@ It derives from the old Numeric code base and can be used as a replacement for N
More information can be found at the website:
-http://scipy.org/NumPy
+http://www.numpy.org
After installation, tests can be run with:
@@ -23,5 +23,3 @@ The most current development version is always available from our
git repository:
http://github.com/numpy/numpy
-
-
diff --git a/tools/osxbuild/docs/README.txt b/tools/osxbuild/docs/README.txt
index c83ce5e97..f7a8e2a37 100644
--- a/tools/osxbuild/docs/README.txt
+++ b/tools/osxbuild/docs/README.txt
@@ -10,12 +10,15 @@ It derives from the old Numeric code base and can be used as a replacement for N
More information can be found at the website:
-http://scipy.org/NumPy
+http://www.numpy.org
After installation, tests can be run with:
python -c 'import numpy; numpy.test()'
+Starting in NumPy 1.7, deprecation warnings have been set to 'raise' by
+default, so the -Wd command-line option is no longer necessary.
+
The most current development version is always available from our
git repository: