diff options
author | naveenarun <notatroll.troll@gmail.com> | 2016-09-21 23:31:51 -0500 |
---|---|---|
committer | naveenarun <notatroll.troll@gmail.com> | 2016-09-21 23:31:51 -0500 |
commit | 2a6547ca608644a8ed583996e74f86792959263c (patch) | |
tree | d579c9b8f7da0225976bd6b7c20edcb2e2722005 /doc | |
parent | 04a9eac54dff8f74d6433b25c3cb722ccd98b077 (diff) | |
download | numpy-2a6547ca608644a8ed583996e74f86792959263c.tar.gz |
Update somethingaboutorange URL to nose.readthedocs.io
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TESTS.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TESTS.rst.txt b/doc/TESTS.rst.txt index 7028ca57a..68b0eace4 100644 --- a/doc/TESTS.rst.txt +++ b/doc/TESTS.rst.txt @@ -9,7 +9,7 @@ Introduction '''''''''''' SciPy uses the `Nose testing system -<http://www.somethingaboutorange.com/mrl/projects/nose>`__, with some +<http://nose.readthedocs.io>`__, with some minor convenience features added. Nose is an extension of the unit testing framework offered by `unittest.py <http://docs.python.org/lib/module-unittest.html>`__. Our goal is that |