Skip to content

Commit

Permalink
Fix kernal for new example and add to index.rst
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
niklaswr committed Aug 31, 2023
1 parent dd26e12 commit 67bdf84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/ex_intersection_calculations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1462,9 +1462,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "test_env",
"display_name": "python3",
"language": "python",
"name": "test_env"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 67bdf84

Please sign in to comment.