Skip to content

Commit cd75aef

Browse files
authored
Merge pull request #547 from bayesflow-org/fix-docs-point-estimation-link
Fix broken link to point estimation example
2 parents 19b1699 + f0d233c commit cd75aef

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)