提交 c709012f authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merge pull request #353 from lamblin/update_dev_start_guide

Update dev start guide
差异被折叠。
...@@ -44,7 +44,7 @@ version, available via:: ...@@ -44,7 +44,7 @@ version, available via::
You can then place the checkout directory on your ``$PYTHONPATH`` or use You can then place the checkout directory on your ``$PYTHONPATH`` or use
``python setup.py develop`` to install a ``.pth`` into your ``site-packages`` ``python setup.py develop`` to install a ``.pth`` into your ``site-packages``
directory, so that when you pull updates via Mercurial they will be directory, so that when you pull updates via Git, they will be
automatically reflected the "installed" version. For more information about automatically reflected the "installed" version. For more information about
installation and configuration, see :ref:`installing Theano <install>`. installation and configuration, see :ref:`installing Theano <install>`.
...@@ -91,6 +91,9 @@ Check out how Theano can be used for Machine Learning: `Deep Learning Tutorials ...@@ -91,6 +91,9 @@ Check out how Theano can be used for Machine Learning: `Deep Learning Tutorials
Theano was featured at `SciPy 2010 <http://www.iro.umontreal.ca/~lisa/publications2/index.php/publications/show/461>`__. Theano was featured at `SciPy 2010 <http://www.iro.umontreal.ca/~lisa/publications2/index.php/publications/show/461>`__.
.. _theano_community:
Community Community
========= =========
......
...@@ -240,6 +240,8 @@ to your ``Theano`` folder and execute the following command: ...@@ -240,6 +240,8 @@ to your ``Theano`` folder and execute the following command:
You should update frequently, bugs are fixed on a very regular basis. You should update frequently, bugs are fixed on a very regular basis.
.. _testing_installation:
Testing your installation Testing your installation
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
......
...@@ -5,4 +5,4 @@ Developer Start Guide MOVED! ...@@ -5,4 +5,4 @@ Developer Start Guide MOVED!
============================ ============================
The developer start guide :ref:`moved <_dev_start_guide>`. The developer start guide :ref:`moved <dev_start_guide>`.
...@@ -11,7 +11,7 @@ This page lists links to various resources. ...@@ -11,7 +11,7 @@ This page lists links to various resources.
Theano requirements Theano requirements
------------------- -------------------
- mercurial_: A distributed revision control system (RCS). - git_: A distributed revision control system (RCS).
- nosetests_: A system for unit tests. - nosetests_: A system for unit tests.
- numpy_: A library for efficient numerical computing. - numpy_: A library for efficient numerical computing.
- python_: The programming language Theano is for. - python_: The programming language Theano is for.
...@@ -37,7 +37,7 @@ This is a sort of memo for developers and would-be developers. ...@@ -37,7 +37,7 @@ This is a sort of memo for developers and would-be developers.
.. _mercurial: http://www.selenic.com/mercurial/wiki/ .. _git: http://git-scm.com/
.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/ .. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/
.. _numpy: http://numpy.scipy.org/ .. _numpy: http://numpy.scipy.org/
.. _python: http://www.python.org .. _python: http://www.python.org
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论