diff --git a/docsrc/source/conf.py b/docsrc/source/conf.py index e3124aa76..cfbc931b9 100644 --- a/docsrc/source/conf.py +++ b/docsrc/source/conf.py @@ -153,7 +153,7 @@ "github_user": "bayesflow-org", "github_repo": "bayesflow", "github_version": current, - "doc_path": "docsrc", + "doc_path": "docsrc/source", } html_logo = "_static/bayesflow_hor.png" html_favicon = "_static/bayesflow_hex.ico" diff --git a/examples/Lotka_Volterra_point_estimation_and_expert_stats.ipynb b/examples/Lotka_Volterra_point_estimation_and_expert_stats.ipynb index 69e94239e..ea252c663 100644 --- a/examples/Lotka_Volterra_point_estimation_and_expert_stats.ipynb +++ b/examples/Lotka_Volterra_point_estimation_and_expert_stats.ipynb @@ -5,7 +5,7 @@ "id": "3cacfcfd-d638-4181-9c16-ba050ab5e367", "metadata": {}, "source": [ - "# Rapid Iteration with Point Estimation Lotka-Volterra Dynamics\n", + "# Rapid Iteration with Point Estimation - Lotka-Volterra Dynamics\n", "\n", "_Author: Hans Olischläger_\n", "\n",