From c952a9cd93344d0504508ccad13bcf818658e534 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 16 Sep 2010 16:04:42 +0200 Subject: DOC: Point the npy NEP to the git repo. --- doc/neps/npy-format.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/neps') 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. -- cgit v1.2.1