Skip to content

Commit f0d233c

Browse files
committed
Fix broken link to point estimation example
The example currently does not show up in the doc due to the wrong link. Fix section header in PositiveDefinite docstring.
1 parent 19b1699 commit f0d233c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bayesflow/links/positive_definite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def compute_input_shape(self, output_shape):
4343
4444
There are m nonzero elements of a lower triangular nxn matrix with m = n * (n + 1) / 2.
4545
46-
Example
47-
-------
46+
Examples
47+
--------
4848
>>> PositiveDefinite().compute_output_shape((None, 3, 3))
4949
6
5050
"""

docsrc/source/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ The corresponding Jupyter Notebooks are available :mainbranch:`here <examples/>`
1717
_examples/Bayesian_Experimental_Design.ipynb
1818
_examples/From_ABC_to_BayesFlow.ipynb
1919
_examples/One_Sample_TTest.ipynb
20-
_examples/Lotka_Volterra_Point_Estimation_and_Expert_Stats.ipynb
20+
_examples/Lotka_Volterra_Point_Estimation.ipynb
2121
_examples/Likelihood_Estimation.ipynb
2222
_examples/Multimodal_Data.ipynb

0 commit comments

Comments
 (0)