Skip to content

Commit

Permalink
Fix API docs rendering (#1041)
Browse files Browse the repository at this point in the history
Nice, thanks!
  • Loading branch information
FBruzzesi committed Aug 25, 2023
1 parent 02b8b30 commit ee3c177
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions docs/api.rst
Expand Up @@ -62,33 +62,25 @@ This returns the matrix of log posterior probabilities for numerical stability.
API Reference
-------------

Distributions
=============

.. automodule:: pomegranate.distributions
:members: Bernoulli, Categorical, ConditionalCategorical, JointCategorical, DiracDelta, Exponential, Gamma, Normal, Poisson, StudentT, Uniform, ZeroInflated

.. automodule:: pomegranate.bayes_classifier.BayesClassifier
:members:
:inherited-members:
Models
======

.. autoclass:: pomegranate.bayes_classifier.BayesClassifier

.. automodule:: pomegranate.gmm.GeneralMixtureModel
:members:
:inherited-members:
.. autoclass:: pomegranate.gmm.GeneralMixtureModel

.. automodule:: pomegranate.hmm.DenseHMM
:members:
:inherited-members:
.. autoclass:: pomegranate.hmm.DenseHMM

.. automodule:: pomegranate.hmm.SparseHMM
:members:
:inherited-members:
.. autoclass:: pomegranate.hmm.SparseHMM

.. automodule:: pomegranate.markov_chain.MarkovChain
:members:
:inherited-members:
.. autoclass:: pomegranate.markov_chain.MarkovChain

.. automodule:: pomegranate.bayesian_network.BayesianNetwork
:members:
:inherited-members:
.. autoclass:: pomegranate.bayesian_network.BayesianNetwork

.. automodule:: pomegranate.factor_graph.FactorGraph
:members:
:inherited-members:
.. autoclass:: pomegranate.factor_graph.FactorGraph

0 comments on commit ee3c177

Please sign in to comment.