提交 2e42caf1 authored 作者: Frederic's avatar Frederic

fix doc gen warnings/errors.

上级 7bc503ac
......@@ -39,7 +39,7 @@ For more details:
Use ReST for documentation
--------------------------
* :ref:`ReST <http://docutils.sourceforge.net/rst.html>` is standardized.
* `ReST <http://docutils.sourceforge.net/rst.html>`__ is standardized.
epydoc is not. trac wiki-markup is not.
This means that ReST can be cut-and-pasted between epydoc, code, other
docs, and TRAC. This is a huge win!
......
......@@ -13,7 +13,7 @@
.. toctree::
:maxdepth: 1
fg
fgraph
toolbox
type
......
......@@ -52,9 +52,9 @@ variables, and then:
\frac{\partial C}{\partial r} = \frac{\partial C}{\partial x} \frac{\partial x}{\partial r} + \frac{\partial C}{\partial y} \frac{\partial y}{\partial r}
If we want to use an algorithm similar to gradient backpropagation,
we can see that, here, we need to have both :math:\frac{\partial
C}{\partial \Re t} and :math:\frac{\partial C}{\partial \Im t}, in order
to compute :math:`\frac{\partial C}{\partial r}.
we can see that, here, we need to have both :math:`\frac{\partial
C}{\partial \Re t}` and :math:`\frac{\partial C}{\partial \Im t}`, in order
to compute :math:`\frac{\partial C}{\partial r}`.
For each variable :math:`v` in the expression graph, let us denote
:math:`\nabla_C(v)` the *gradient* of :math:`C` with respect to
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论