diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2010-09-16 15:53:40 +0200 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2010-09-16 16:01:34 +0200 |
commit | f4a313ea4552b78e9e78eb347f6688517e48bd41 (patch) | |
tree | f1c02d10eb4acd406d7149d09b977027e6cf4179 | |
parent | 9c6c71dfa439a336315e98280bc12872d2caba85 (diff) | |
download | numpy-f4a313ea4552b78e9e78eb347f6688517e48bd41.tar.gz |
DOC: Remove more SVN references.
-rw-r--r-- | README.txt | 5 | ||||
-rw-r--r-- | doc/HOWTO_DOCUMENT.txt | 6 | ||||
-rw-r--r-- | doc/TESTS.txt | 2 | ||||
-rw-r--r-- | tools/osxbuild/docs/README.txt | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/README.txt b/README.txt index 80e375eb2..f835004d2 100644 --- a/README.txt +++ b/README.txt @@ -17,7 +17,8 @@ After installation, tests can be run with: python -c 'import numpy; numpy.test()' The most current development version is always available from our -subversion repository: +git repository: + +http://github.com/numpy/numpy -http://svn.scipy.org/svn/numpy/trunk diff --git a/doc/HOWTO_DOCUMENT.txt b/doc/HOWTO_DOCUMENT.txt index c077a7928..8d00ab7d2 100644 --- a/doc/HOWTO_DOCUMENT.txt +++ b/doc/HOWTO_DOCUMENT.txt @@ -7,7 +7,7 @@ A Guide to NumPy/SciPy Documentation .. Note:: For an accompanying example, see `example.py - <http://svn.scipy.org/svn/numpy/trunk/doc/example.py>`_. + <http://github.com/numpy/numpy/blob/master/doc/example.py>`_. Overview -------- @@ -493,10 +493,10 @@ followed. Conclusion ---------- -`An example <http://svn.scipy.org/svn/numpy/trunk/doc/example.py>`_ of the +`An example <http://github.com/numpy/numpy/blob/master/doc/example.py>`_ of the format shown here is available. Refer to `How to Build API/Reference Documentation -<http://svn.scipy.org/svn/numpy/trunk/doc/HOWTO_BUILD_DOCS.txt>`_ +<http://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.txt>`_ on how to use Sphinx_ to build the manual. This document itself was written in ReStructuredText, and may be converted to diff --git a/doc/TESTS.txt b/doc/TESTS.txt index 40524b82a..e1d39079a 100644 --- a/doc/TESTS.txt +++ b/doc/TESTS.txt @@ -287,7 +287,7 @@ minor variations, it can be helpful to create a base class containing all the common tests, and then create a subclass for each variation. Several examples of this technique exist in NumPy; below are excerpts from one in `numpy/linalg/tests/test_linalg.py -<http://svn.scipy.org/svn/numpy/trunk/numpy/linalg/tests/test_linalg.py>`__:: +<http://github.com/numpy/numpy/blob/master/numpy/linalg/tests/test_linalg.py>`__:: class LinalgTestCase: def test_single(self): diff --git a/tools/osxbuild/docs/README.txt b/tools/osxbuild/docs/README.txt index 519df360c..c83ce5e97 100644 --- a/tools/osxbuild/docs/README.txt +++ b/tools/osxbuild/docs/README.txt @@ -17,6 +17,6 @@ After installation, tests can be run with: python -c 'import numpy; numpy.test()' The most current development version is always available from our -subversion repository: +git repository: -http://svn.scipy.org/svn/numpy/trunk +http://github.com/numpy/numpy |