summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorChris Kerr <cjk34@cam.ac.uk>2013-11-12 10:55:20 +0000
committerChris Kerr <cjk34@cam.ac.uk>2013-11-12 10:55:20 +0000
commitc3b7236df6f409651f9335243abf813ca9ad379c (patch)
tree8079d2c9c2acc4ca473034db1b8b83d9208bdc1f /numpy
parenta0b182c1e4727acae0a6eca02f0e51030252431a (diff)
downloadnumpy-c3b7236df6f409651f9335243abf813ca9ad379c.tar.gz
Changed CVS cens.ioc.ee documentation links to link to GitHub
Diffstat (limited to 'numpy')
-rw-r--r--numpy/f2py/docs/README.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/numpy/f2py/docs/README.txt b/numpy/f2py/docs/README.txt
index c638bd32c..971183bb0 100644
--- a/numpy/f2py/docs/README.txt
+++ b/numpy/f2py/docs/README.txt
@@ -270,29 +270,29 @@ __ FAQ.html#q-how-to-test-if-f2py-is-working-correctly
The documentation of the F2PY project is collected in ``f2py2e/docs/``
directory. It contains the following documents:
-`README.txt`_ (in CVS__)
+`README.txt`_ (on GitHub__)
The first thing to read about F2PY -- this document.
-__ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/README.txt?rev=HEAD&content-type=text/x-cvsweb-markup
+__ https://github.com/numpy/numpy/blob/master/numpy/f2py/docs/README.txt
`usersguide/index.txt`_, `usersguide/f2py_usersguide.pdf`_
F2PY Users Guide and Reference Manual. Contains lots of examples.
-`FAQ.txt`_ (in CVS__)
+`FAQ.txt`_ (on GitHub__)
F2PY Frequently Asked Questions.
-__ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/FAQ.txt?rev=HEAD&content-type=text/x-cvsweb-markup
+__ https://github.com/numpy/numpy/blob/master/numpy/f2py/docs/FAQ.txt
-`TESTING.txt`_ (in CVS__)
+`TESTING.txt`_ (on GitHub__)
About F2PY testing site. What tests are available and how to run them.
-__ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/TESTING.txt?rev=HEAD&content-type=text/x-cvsweb-markup
+__ https://github.com/numpy/numpy/blob/master/numpy/f2py/docs/TESTING.txt
-`HISTORY.txt`_ (in CVS__)
+`HISTORY.txt`_ (on GitHub__)
A list of latest changes in F2PY. This is the most up-to-date
document on F2PY.
-__ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt?rev=HEAD&content-type=text/x-cvsweb-markup
+__ https://github.com/numpy/numpy/blob/master/numpy/f2py/docs/HISTORY.txt
`THANKS.txt`_
Acknowledgments.