Skip to content

Commit 42fcf2d

Browse files
Adding 🎓 to v3 to v4 migration guide titles
For consistency with rest of docs
1 parent 27f1062 commit 42fcf2d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/user_guide/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ getting_started/installation.md
1616
```
1717

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

2222
## Getting started
@@ -125,9 +125,12 @@ examples/tutorial_interaction.ipynb
125125

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

128+
## Other
129+
128130
```{toctree}
129-
:hidden:
130131
:caption: Other
131-
v3 to v4 migration guide <v4-migration>
132+
:name: other
133+
:titlesonly:
134+
🎓 v3 to v4 migration guide <v4-migration>
132135
Example scripts <additional_examples>
133136
```

docs/user_guide/v4-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
html_theme.sidebar_secondary.remove: true
33
---
44

5-
# Parcels v4 migration guide
5+
# 🎓 Parcels v4 migration guide
66

77
This migration guide gives some tips if you want to migrate your Parcels v3 code to Parcels v4. The biggest changes are in the [Kernel API](#kernels) and the way that [FieldSets are created](#fieldset). The other changes are mostly small and should be easy to fix.
88

0 commit comments

Comments
 (0)