Skip to content

Commit 3dd4206

Browse files
ricardoV94OriolAbril
authored andcommitted
Update API reference listings
1 parent 6f67dec commit 3dd4206

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/api_reference.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,40 @@ methods in the current release of PyMC experimental.
99
:maxdepth: 2
1010

1111

12+
:mod:`pymc_experimental`
13+
=============================
14+
15+
.. automodule:: pymc_experimental.marginal_model
16+
:members: MarginalModel
17+
18+
.. automodule:: pymc_experimental.model_builder
19+
:members: ModelBuilder
20+
21+
22+
:mod:`pymc_experimental.inference`
23+
=============================
24+
25+
.. automodule:: pymc_experimental.inference.fit
26+
:members: fit
27+
28+
1229
:mod:`pymc_experimental.distributions`
1330
=============================
1431

32+
.. automodule:: pymc_experimental.distributions.continuous
33+
:members: GenExtreme
34+
1535
.. automodule:: pymc_experimental.distributions.histogram_utils
1636
:members: histogram_approximation
1737

1838

39+
:mod:`pymc_experimental.gp`
40+
=============================
41+
42+
.. automodule:: pymc_experimental.gp.latent_approx
43+
:members: HSGP
44+
45+
1946
:mod:`pymc_experimental.utils`
2047
=============================
2148

@@ -24,3 +51,4 @@ methods in the current release of PyMC experimental.
2451

2552
.. automodule:: pymc_experimental.utils.prior
2653
:members: prior_from_idata
54+

0 commit comments

Comments
 (0)