提交 47ada8f3 authored 作者: Gokula Krishnan's avatar Gokula Krishnan

fixed nosetest doc, who put this anyway?

上级 7ddf071c
...@@ -15,7 +15,7 @@ ERROR: The IPython test suite requires nose to run. ...@@ -15,7 +15,7 @@ ERROR: The IPython test suite requires nose to run.
Please install nose on your system first and try again. Please install nose on your system first and try again.
For information on installing nose, see: For information on installing nose, see:
http://somethingaboutorange.com/mrl/projects/nose http://nose.readthedocs.org/en/latest/
Exiting.""" Exiting."""
import sys import sys
......
...@@ -41,7 +41,7 @@ To get up to speed, you'll need to ...@@ -41,7 +41,7 @@ To get up to speed, you'll need to
.. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _NumPy documentation: http://docs.scipy.org/numpy/ .. _NumPy documentation: http://docs.scipy.org/numpy/
.. _unittest: http://docs.python.org/library/unittest.html .. _unittest: http://docs.python.org/library/unittest.html
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/ .. _nose: http://nose.readthedocs.org/en/latest/
Installation and configuration Installation and configuration
......
...@@ -77,7 +77,7 @@ find & execute tests case in test*.py files whose method name starts ...@@ -77,7 +77,7 @@ find & execute tests case in test*.py files whose method name starts
with 'test'. with 'test'.
``theano-nose`` is a wrapper around `nosetests ``theano-nose`` is a wrapper around `nosetests
<http://somethingaboutorange.com/mrl/projects/nose/>`_. You should be <http://nose.readthedocs.org/en/latest/>`_. You should be
able to execute it if you installed Theano using pip, or if you ran able to execute it if you installed Theano using pip, or if you ran
"python setup.py develop" after the installation. If ``theano-nose`` is "python setup.py develop" after the installation. If ``theano-nose`` is
not found by your shell, you will need to add ``Theano/bin`` to your not found by your shell, you will need to add ``Theano/bin`` to your
......
...@@ -49,7 +49,7 @@ instructions below for detailed installation steps): ...@@ -49,7 +49,7 @@ instructions below for detailed installation steps):
The following libraries and software are optional: The following libraries and software are optional:
`nose <http://somethingaboutorange.com/mrl/projects/nose/>`_ >= 1.3.0 `nose <http://nose.readthedocs.org/en/latest/>`_ >= 1.3.0
Recommended, to run Theano's test-suite. Recommended, to run Theano's test-suite.
`Sphinx <http://sphinx.pocoo.org/>`_ >= 0.5.1, `pygments <http://pygments.org/>`_ `Sphinx <http://sphinx.pocoo.org/>`_ >= 0.5.1, `pygments <http://pygments.org/>`_
......
...@@ -278,7 +278,7 @@ MinGW, but this has not been tested yet. ...@@ -278,7 +278,7 @@ MinGW, but this has not been tested yet.
``C:\\Python27\\libs`` folder. ``C:\\Python27\\libs`` folder.
- In order to run Theano's test-suite, you will need `nose - In order to run Theano's test-suite, you will need `nose
<http://somethingaboutorange.com/mrl/projects/nose>`__. <http://nose.readthedocs.org/en/latest/>`__.
After unpacking its source code (you may use `7-zip After unpacking its source code (you may use `7-zip
<http://www.7-zip.org/>`__), you can build and install it from within <http://www.7-zip.org/>`__), you can build and install it from within
its code directory by running the following command (either from a Windows its code directory by running the following command (either from a Windows
......
...@@ -38,7 +38,7 @@ This is a sort of memo for developers and would-be developers. ...@@ -38,7 +38,7 @@ This is a sort of memo for developers and would-be developers.
.. _git: http://git-scm.com/ .. _git: http://git-scm.com/
.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/ .. _nosetests: http://nose.readthedocs.org/en/latest/
.. _numpy: http://numpy.scipy.org/ .. _numpy: http://numpy.scipy.org/
.. _python: http://www.python.org .. _python: http://www.python.org
.. _scipy: http://scipy.org/ .. _scipy: http://scipy.org/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论