Skip to content

Commit 8c3e68f

Browse files
committed
Cleanup graph API docs
1 parent 468f14b commit 8c3e68f

File tree

4 files changed

+17
-20
lines changed

4 files changed

+17
-20
lines changed

doc/library/graph/graph.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@
44
:mod:`graph` -- Interface for the PyTensor graph
55
================================================
66

7-
---------
8-
Reference
9-
---------
10-
117
.. automodule:: pytensor.graph.basic
12-
:platform: Unix, Windows
13-
:synopsis: Interface for types of symbolic variables
148
:members:
15-
.. moduleauthor:: LISA

doc/library/graph/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
.. _libdoc_graph:
33

4-
================================================
5-
:mod:`graph` -- Theano Internals [doc TODO]
6-
================================================
4+
========================================
5+
:mod:`graph` -- PyTensor Graph Internals
6+
========================================
77

88
.. module:: graph
9-
:platform: Unix, Windows
10-
:synopsis: Theano Internals
9+
1110
.. moduleauthor:: LISA
1211

1312
.. toctree::
1413
:maxdepth: 1
1514

1615
graph
1716
fgraph
17+
replace
1818
features
1919
op
2020
type

doc/library/graph/op.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
21
.. _libdoc_graph_op:
32

4-
==============================================================
5-
:mod:`graph` -- Objects and functions for computational graphs
6-
==============================================================
3+
===========================================
4+
:mod:`op` -- Objects that define operations
5+
===========================================
76

87
.. automodule:: pytensor.graph.op
9-
:platform: Unix, Windows
10-
:synopsis: Interface for types of symbolic variables
11-
:members:
12-
.. moduleauthor:: LISA
8+
:members:

doc/library/graph/replace.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _libdoc_graph_replace:
2+
3+
==================================================
4+
:mod:`replace` -- High level graph transformations
5+
==================================================
6+
7+
.. automodule:: pytensor.graph.replace
8+

0 commit comments

Comments
 (0)