summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2017-12-12 14:02:48 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2017-12-14 15:37:12 -0800
commit976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67 (patch)
tree41bf3a9a49414e097420a78ef0b54c26b03f7570 /doc/release
parentf88d035266d4582c4eb40be9b4c0fe716d5ec24b (diff)
downloadpython-numpy-976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67.tar.gz
python-numpy-976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67.tar.bz2
python-numpy-976554a3eb4e66ebfeef2e9aace2cf4eb1e83e67.zip
DOC: Prepare to host NEPs on GH pages
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.3.0-notes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst
index 246ec5869..3ec93e0b0 100644
--- a/doc/release/1.3.0-notes.rst
+++ b/doc/release/1.3.0-notes.rst
@@ -235,7 +235,7 @@ This should make the porting to new platforms easier, and more robust. In
particular, the configuration stage does not need to execute any code on the
target platform, which is a first step toward cross-compilation.
-http://projects.scipy.org/numpy/browser/trunk/doc/neps/math_config_clean.txt
+http://numpy.github.io/neps/math_config_clean.html
umath refactor
--------------
@@ -247,7 +247,7 @@ Improvements to build warnings
Numpy can now build with -W -Wall without warnings
-http://projects.scipy.org/numpy/browser/trunk/doc/neps/warnfix.txt
+http://numpy.github.io/neps/warnfix.html
Separate core math library
--------------------------