提交 598f03d8 authored 作者: Frederic's avatar Frederic

Use autodoc for FunctionGraph and Feature

上级 c7a81516
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
:mod:`toolbox` -- [doc TODO] :mod:`toolbox` -- [doc TODO]
================================================ ================================================
.. module:: toolbox .. module:: theano.gof.toolbox
:platform: Unix, Windows :platform: Unix, Windows
:synopsis: Theano Internals :synopsis: Theano Internals
.. moduleauthor:: LISA .. moduleauthor:: LISA
......
.. _fgraph: .. _fgraph:
=== =============
FunctionGraph FunctionGraph
=== =============
TODO: clean up/update the doc/check if complete
WRITEME WRITEME
.. autoclass:: theano.gof.fg.FunctionGraph
.. _fgraphfeature: .. _fgraphfeature:
Feature Feature
======= =======
WRITEME .. autoclass:: theano.gof.toolbox.Feature
:members:
...@@ -136,9 +136,7 @@ might not have Theano installed, who are using a different Python version, or if ...@@ -136,9 +136,7 @@ might not have Theano installed, who are using a different Python version, or if
you are planning to save your model for a long time (in which case version you are planning to save your model for a long time (in which case version
mismatches might make it difficult to unpickle objects). mismatches might make it difficult to unpickle objects).
.. autofunction:: theano.misc.pkl_utils.dump See :func:`theano.misc.pkl_utils.dump` and :func:`theano.misc.pkl_utils.load`.
.. autofunction:: theano.misc.pkl_utils.load
Long-Term Serialization Long-Term Serialization
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论