Skip to content

Commit

Permalink
fix api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Dec 18, 2024
1 parent 5f690de commit eb7b1e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Prediction error steps
Compute the value and volatility prediction errors of a given node. The prediction error can only be computed after the posterior update (or observation) of a given node.

Binary state nodes
^^^^^^^^^^^^^^^^^^
------------------

.. currentmodule:: pyhgf.updates.prediction_error.binary

Expand All @@ -100,7 +100,7 @@ Binary state nodes
binary_finite_state_node_prediction_error

Categorical state nodes
^^^^^^^^^^^^^^^^^^^^^^^
-----------------------

.. currentmodule:: pyhgf.updates.prediction_error.categorical

Expand All @@ -110,7 +110,7 @@ Categorical state nodes
categorical_state_prediction_error

Continuous state nodes
^^^^^^^^^^^^^^^^^^^^^^
----------------------

.. currentmodule:: pyhgf.updates.prediction_error.continuous

Expand All @@ -122,7 +122,7 @@ Continuous state nodes
continuous_node_prediction_error

Dirichlet state nodes
^^^^^^^^^^^^^^^^^^^^^
---------------------

.. currentmodule:: pyhgf.updates.prediction_error.dirichlet

Expand All @@ -137,7 +137,7 @@ Dirichlet state nodes
clusters_likelihood

Exponential family
^^^^^^^^^^^^^^^^^^
------------------

.. currentmodule:: pyhgf.updates.prediction_error.exponential

Expand Down

0 comments on commit eb7b1e3

Please sign in to comment.