提交 47542554 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix warnings and errors during documentation generation.

上级 400775e5
...@@ -32,6 +32,7 @@ default values. ...@@ -32,6 +32,7 @@ default values.
reference to ``value`` (i.e. casting prohibited). reference to ``value`` (i.e. casting prohibited).
If ``strict`` is False, then casting may happen, but downcasting should If ``strict`` is False, then casting may happen, but downcasting should
only be used in two situations: only be used in two situations:
* if ``allow_downcast`` is True * if ``allow_downcast`` is True
* if ``allow_downcast`` is ``None`` and the default behavior for this * if ``allow_downcast`` is ``None`` and the default behavior for this
type allows downcasting for the given ``value`` (this behavior is type allows downcasting for the given ``value`` (this behavior is
......
...@@ -88,7 +88,7 @@ You can download the latest `PDF documentation <http://deeplearning.net/software ...@@ -88,7 +88,7 @@ You can download the latest `PDF documentation <http://deeplearning.net/software
Check out how Theano can be used for Machine Learning: `Deep Learning Tutorials <http://www.deeplearning.net/tutorial>`_. Check out how Theano can be used for Machine Learning: `Deep Learning Tutorials <http://www.deeplearning.net/tutorial>`_.
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>`__.
Community Community
========= =========
......
...@@ -42,9 +42,8 @@ Tag the release ...@@ -42,9 +42,8 @@ Tag the release
=============== ===============
You will need to commit the previous changes, tag the resulting version, and You will need to commit the previous changes, tag the resulting version, and
push that into the original repository:: push that into the original repository. The syntax is something like the
following::
Tag the release. The syntax is something like the following::
hg commit -m"modifications for 0.X release" setup.py doc/conf.py NEWS.txt hg commit -m"modifications for 0.X release" setup.py doc/conf.py NEWS.txt
hg tag 0.X hg tag 0.X
...@@ -89,9 +88,11 @@ Account jaberg is listed as submitter. ...@@ -89,9 +88,11 @@ Account jaberg is listed as submitter.
1. log in as jaberg to mloss 1. log in as jaberg to mloss
2. search for theano and click the logo 2. search for theano and click the logo
3. press 'update this project' on the left and change 3. press 'update this project' on the left and change
- the version number - the version number
- the download link - the download link
- the description of what has changed - the description of what has changed
4. press save 4. press save
Make sure the "what's changed" text isn't too long because it will show up on Make sure the "what's changed" text isn't too long because it will show up on
......
.. _python: .. _python_booster:
================ ================
Python booster Python booster
......
...@@ -350,12 +350,11 @@ will always be ``12``. ...@@ -350,12 +350,11 @@ will always be ``12``.
Reference Reference
========= =========
.. automodule:: theano.scan .. automodule:: theano.scan_module
.. autofunction:: theano.map .. autofunction:: theano.map
.. autofunction:: theano.reduce .. autofunction:: theano.reduce
.. autofunction:: theano.foldl .. autofunction:: theano.foldl
.. autofunction:: theano.foldr .. autofunction:: theano.foldr
.. autofunction:: theano.scan .. autofunction:: theano.scan
:noindex:
...@@ -19,7 +19,8 @@ Currently shape informations are used for 2 things in Theano: ...@@ -19,7 +19,8 @@ Currently shape informations are used for 2 things in Theano:
method. method.
ex: ex:
.. code-block:: python
.. code-block:: python
import theano import theano
x = theano.tensor.matrix('x') x = theano.tensor.matrix('x')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论