Skip to content

Commit

Permalink
DOC: Remove more SVN references.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 16, 2010
1 parent 9c6c71d commit f4a313e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.txt
Expand Up @@ -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

6 changes: 3 additions & 3 deletions doc/HOWTO_DOCUMENT.txt
Expand Up @@ -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
--------
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/TESTS.txt
Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions tools/osxbuild/docs/README.txt
Expand Up @@ -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

0 comments on commit f4a313e

Please sign in to comment.