Skip to content

Commit

Permalink
Fixing tutorial names
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyb16 committed Jan 24, 2025
1 parent 5174f54 commit 1a86d75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ chapters:
- file: gravlensingintro
- file: tutorials/index
sections:
- file: tutorials/Introduction
- file: interfaceindex
sections:
- file: tutorials/InterfaceIntroduction_yaml
- file: tutorials/InterfaceIntroduction_oop
- file: tutorials/InterfaceIntroduction_func
- file: tutorials/LensZoo
- file: tutorials/BasicCustomSimulator
- file: tutorials/IntroductionInDepth
- file: tutorials/Microlensing
- file: tutorials/VisualizeCaustics
- file: tutorials/MultiplaneDemo
- file: tutorials/InvertLensEquation
- file: tutorials/MultiSource
- file: tutorials/LensZoo
- file: examples/index
sections:
- file: examples/Example_ImageFit_LM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Welcome to Caustics!\n",
"# Let's take a deeper dive into Caustics! \n",
"\n",
"In this introduction, we will showcase some of the features and design principles of Caustics. We will see\n",
"1. How to get started from one of our pre-built `Simulator`\n",
Expand Down Expand Up @@ -836,7 +836,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "PY39",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -850,9 +850,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.10.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 1a86d75

Please sign in to comment.