提交 642cf31b authored 作者: Joseph Turian's avatar Joseph Turian

Basic documentation fixes

上级 8c211901
...@@ -8,7 +8,7 @@ Release Notes ...@@ -8,7 +8,7 @@ Release Notes
Theano 0.1 Theano 0.1
========== ==========
*Release date: 2009-04-01* *Release date: 2009-04-02*
What works What works
---------- ----------
......
...@@ -42,7 +42,7 @@ What needs to be defined ...@@ -42,7 +42,7 @@ What needs to be defined
In order to be C-compatible, a Type must define several additional In order to be C-compatible, a Type must define several additional
methods, which all start with the ``c_`` prefix. The complete list can methods, which all start with the ``c_`` prefix. The complete list can
be found in the documentation for :api:`gof.Type`. Here, we'll focus on be found in the documentation for :api:`gof.type.Type`. Here, we'll focus on
the most important ones: the most important ones:
......
...@@ -146,7 +146,7 @@ Automatic wrapping ...@@ -146,7 +146,7 @@ Automatic wrapping
All nodes in the graph must be instances of ``Apply`` or ``Result``, but All nodes in the graph must be instances of ``Apply`` or ``Result``, but
``<Op subclass>.make_node()`` typically wraps constants to satisfy those ``<Op subclass>.make_node()`` typically wraps constants to satisfy those
constraints. For example, the :api:`tensor.add <theano.tensor.add>` constraints. For example, the :api:`tensor.add <theano.tensor.basic.add>`
Op instance is written so that: Op instance is written so that:
.. code-block:: python .. code-block:: python
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论