提交 0b0197e5 authored 作者: Ricardo Vieira's avatar Ricardo Vieira 提交者: Ricardo Vieira

Cleanup graph API docs

上级 dea261ea
...@@ -4,12 +4,5 @@ ...@@ -4,12 +4,5 @@
:mod:`graph` -- Interface for the PyTensor graph :mod:`graph` -- Interface for the PyTensor graph
================================================ ================================================
---------
Reference
---------
.. automodule:: pytensor.graph.basic .. automodule:: pytensor.graph.basic
:platform: Unix, Windows
:synopsis: Interface for types of symbolic variables
:members: :members:
.. moduleauthor:: LISA
.. _libdoc_graph: .. _libdoc_graph:
================================================ ========================================
:mod:`graph` -- Theano Internals [doc TODO] :mod:`graph` -- PyTensor Graph Internals
================================================ ========================================
.. module:: graph .. module:: graph
:platform: Unix, Windows
:synopsis: Theano Internals
.. moduleauthor:: LISA .. moduleauthor:: LISA
.. toctree:: .. toctree::
...@@ -15,6 +14,7 @@ ...@@ -15,6 +14,7 @@
graph graph
fgraph fgraph
replace
features features
op op
type type
......
.. _libdoc_graph_op: .. _libdoc_graph_op:
============================================================== ===========================================
:mod:`graph` -- Objects and functions for computational graphs :mod:`op` -- Objects that define operations
============================================================== ===========================================
.. automodule:: pytensor.graph.op .. automodule:: pytensor.graph.op
:platform: Unix, Windows :members:
:synopsis: Interface for types of symbolic variables \ No newline at end of file
:members:
.. moduleauthor:: LISA
.. _libdoc_graph_replace:
==================================================
:mod:`replace` -- High level graph transformations
==================================================
.. automodule:: pytensor.graph.replace
:members:
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论