Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit ade1dfb

Browse files
committed
Update docs
1 parent 0f5dcde commit ade1dfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/bayes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Bayesian Models
77
Gaussian Mixture Model
88
----------------------
99

10-
.. automodule:: pycave.bayes.gmm.model
10+
.. autoclass:: pycave.bayes.GMM
1111
:members:
1212

1313
Markov Model
1414
------------
1515

16-
.. automodule:: pycave.bayes.markov.model
16+
.. autoclass:: pycave.bayes.MarkovModel
1717
:members:
1818

1919
Hidden Markov Model
2020
-------------------
2121

22-
.. automodule:: pycave.bayes.hmm.model
22+
.. autoclass:: pycave.bayes.HMM
2323
:members:

0 commit comments

Comments
 (0)