Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.
:caption: Creating ParticleSets
:name: tutorial-particlesets

<!-- ../examples/tutorial_delaystart.ipynb -->
../examples/tutorial_delaystart.ipynb
```

```{nbgallery}
Expand All @@ -43,6 +43,8 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.

<!-- ../examples/tutorial_diffusion.ipynb -->
../examples/tutorial_sampling.ipynb
../examples/tutorial_Argofloats.ipynb
../examples/tutorial_gsw_density.ipynb
<!-- ../examples/tutorial_particle_field_interaction.ipynb -->
<!-- ../examples/tutorial_interaction.ipynb -->
<!-- ../examples/tutorial_analyticaladvection.ipynb -->
Expand All @@ -66,7 +68,7 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.
:caption: Worked examples
:name: tutorial-examples

../examples/tutorial_Argofloats.ipynb

<!-- ../examples/documentation_homepage_animation.ipynb -->
```

Expand Down
9 changes: 8 additions & 1 deletion docs/examples/tutorial_Argofloats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@
"fig.colorbar(cb, label=\"Temperature (°C)\")\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -274,7 +281,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down
Loading
Loading