Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
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 @@ -177,7 +177,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 @@ -125,8 +125,11 @@ examples/tutorial_interaction.ipynb

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

## Other

```{toctree}
:hidden:
:caption: Other
v3 to v4 migration guide <v4-migration>
:name: other
:titlesonly:
🎓 v3 to v4 migration guide <v4-migration>
```
Loading