summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2010-09-16 16:04:42 +0200
committerStefan van der Walt <stefan@sun.ac.za>2010-09-16 16:04:42 +0200
commitc952a9cd93344d0504508ccad13bcf818658e534 (patch)
tree9a2b2ed940dd433387c715b8ecba6115d34281d3 /doc
parentf4a313ea4552b78e9e78eb347f6688517e48bd41 (diff)
downloadnumpy-c952a9cd93344d0504508ccad13bcf818658e534.tar.gz
DOC: Point the npy NEP to the git repo.
Diffstat (limited to 'doc')
-rw-r--r--doc/neps/npy-format.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/neps/npy-format.txt b/doc/neps/npy-format.txt
index 836468096..a60dc2e00 100644
--- a/doc/neps/npy-format.txt
+++ b/doc/neps/npy-format.txt
@@ -263,10 +263,9 @@ Alternatives
Implementation
- The current implementation is in the trunk of the numpy SVN
- repository and will be part of the 1.0.5 release.
+ The current implementation is included in the 1.0.5 release of numpy.
- http://svn.scipy.org/svn/numpy/trunk
+ http://github.com/numpy/numpy/blob/v1.5.0/numpy/lib/format.py
Specifically, the file format.py in this directory implements the
format as described here.