Skip to content
2 changes: 1 addition & 1 deletion docs/user_guide/examples/tutorial_delaystart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Release particles repeatedly at a set frequency using `np.broadcast_to`\n"
"## Release particles repeatedly\n"
]
},
{
Expand Down
9 changes: 6 additions & 3 deletions docs/user_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ getting_started/installation.md
```

```{note}
If you have code that uses Parcels v3, you can migrate to Parcels v4 using [this migration guide](v4-migration.md)
If you have code that uses Parcels v3, you can migrate to Parcels v4 using [🎓 the v3 to v4 migration guide](v4-migration.md)
```

## Getting started
Expand Down Expand Up @@ -114,10 +114,13 @@ examples/tutorial_diffusion.ipynb
examples/tutorial_interaction.ipynb
```

## Other

```{toctree}
:hidden:
:caption: Other
v3 to v4 migration guide <v4-migration>
:name: other
:titlesonly:
🎓 v3 to v4 migration guide <v4-migration>
examples/tutorial_stuck_particles.ipynb
examples/tutorial_unstuck_Agrid.ipynb
examples/tutorial_homepage_animation.md
Expand Down
Loading