From 67bdf8441f59f5d0f9044b66fcb83f32b8212125 Mon Sep 17 00:00:00 2001 From: Niklas Wagner Date: Thu, 31 Aug 2023 14:35:11 +0200 Subject: [PATCH] Fix kernal for new example and add to index.rst - IPython files does save the kernal name used. As the kernal name is highly individual, we have to adapt this manualy to a kernal name known by the GitHub workflow. - Add the new example to index.rst to be shown in documentation --- doc/index.rst | 1 + examples/ex_intersection_calculations.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index dcc4217..f61da93 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -31,6 +31,7 @@ Welcome to SLOTH's documentation! examples/README.md examples/ex_RotatedCoordinates.ipynb examples/ex_SanityCheck.ipynb + examples/ex_intersection_calculations.ipynb .. toctree:: :maxdepth: 2 diff --git a/examples/ex_intersection_calculations.ipynb b/examples/ex_intersection_calculations.ipynb index 8452a5c..3141935 100644 --- a/examples/ex_intersection_calculations.ipynb +++ b/examples/ex_intersection_calculations.ipynb @@ -1462,9 +1462,9 @@ ], "metadata": { "kernelspec": { - "display_name": "test_env", + "display_name": "python3", "language": "python", - "name": "test_env" + "name": "python3" }, "language_info": { "codemirror_mode": {