Skip to content

Commit ec9a874

Browse files
author
juanitorduz
committed
fix model drop down
1 parent 99cac55 commit ec9a874

File tree

5 files changed

+45
-1
lines changed

5 files changed

+45
-1
lines changed

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ API
99

1010
api/distributions
1111
api/gp
12-
api/model/core
12+
api/model
1313
api/samplers
1414
api/vi
1515
api/smc

docs/source/api/model.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Model
2+
------
3+
4+
.. automodule:: pymc.model
5+
6+
.. toctree::
7+
:maxdepth: 2
8+
9+
model/core
10+
model/creation
11+
model/conditioning
12+
model/fgraph
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Model Conditioning
2+
------------------
3+
4+
.. currentmodule:: pymc.model.transform.conditioning
5+
.. autosummary::
6+
:toctree: generated/
7+
8+
change_value_transforms
9+
do
10+
observe
11+
remove_value_transforms

docs/source/api/model/creation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Model creation and inspection
2+
-----------------------------
3+
4+
.. currentmodule:: pymc.model.core
5+
.. autosummary::
6+
:toctree: generated/
7+
8+
Model
9+
model_to_graphviz
10+
model_to_networkx
11+
modelcontext

docs/source/api/model/fgraph.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FunctionGraph
2+
-------------
3+
4+
.. currentmodule:: pymc.model.fgraph
5+
.. autosummary::
6+
:toctree: generated/
7+
8+
clone_model
9+
fgraph_from_model
10+
model_from_fgraph

0 commit comments

Comments
 (0)