提交 6536c03e authored 作者: Frederic Bastien's avatar Frederic Bastien

Small doc syntax fix.

上级 4102ff9a
.. _developer: .. _developer:
====================== ==============================================
Theano Design and Implementation Documentation Theano Design and Implementation Documentation
====================== ==============================================
.. toctree:: .. toctree::
......
...@@ -7,7 +7,7 @@ Tensor ...@@ -7,7 +7,7 @@ Tensor
This file describes the design of theano.tensor. This file describes the design of theano.tensor.
Elemwise grad and R_op Elemwise grad and R_op
================= ======================
Here's another straightforward example, though a bit more elaborate Here's another straightforward example, though a bit more elaborate
than adding two numbers together. Let's say that you want to compute than adding two numbers together. Let's say that you want to compute
......
...@@ -728,11 +728,11 @@ row of a matrix x: ...@@ -728,11 +728,11 @@ row of a matrix x:
Index-assignment is *not* supported. If you want to do something like ``a[5] Index-assignment is *not* supported. If you want to do something like ``a[5]
= b`` or ``a[5]+=b``, see :func:`setsubtensor` and :func:`incsubtensor` below. = b`` or ``a[5]+=b``, see :func:`set_subtensor` and :func:`inc_subtensor` below.
.. autofunction:: theano.tensor.basic.setsubtensor .. autofunction:: theano.tensor.basic.set_subtensor
.. autofunction:: theano.tensor.basic.incsubtensor .. autofunction:: theano.tensor.basic.inc_subtensor
.. _tensor_operator_support: .. _tensor_operator_support:
......
...@@ -112,7 +112,7 @@ Misc ...@@ -112,7 +112,7 @@ Misc
---- ----
The sparse equivalent of dmatrix is csc_matrix and csr_matrix. The sparse equivalent of dmatrix is csc_matrix and csr_matrix.
:api:`TrueDot` vs. :api:`StructuredDot` :api:`Dot` vs. :api:`StructuredDot`
---------------------------------------- ----------------------------------------
Often when you use a sparse matrix it is because there is a meaning to the Often when you use a sparse matrix it is because there is a meaning to the
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论