Skip to content

Commit fa25497

Browse files
reint-fischerreint-fischer
authored andcommitted
fix some toctrees
1 parent 766d409 commit fa25497

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

docs/community/index.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Community
22

3+
```{toctree}
4+
:caption: CLAM Community
5+
:maxdepth: 1
6+
:hidden:
7+
8+
Website <https://clam-community.github.io/>
9+
```
10+
11+
```{toctree}
12+
:caption: GitHub
13+
:maxdepth: 1
14+
:hidden:
15+
16+
Discussions <https://github.com/Parcels-code/parcels/discussions>
17+
Issues <https://github.com/Parcels-code/parcels/issues>
18+
```
19+
20+
```{toctree}
21+
:caption: parcels_contributions
22+
:maxdepth: 1
23+
:hidden:
24+
25+
Repository <https://github.com/Parcels-code/parcels_contributions>
26+
```
27+
328
Parcels users and developers interact in a vibrant community on a few different platforms. Check out the cards below to see how you can interact with us.
429

530
`````{grid} 1 2 2 2
@@ -59,27 +84,3 @@ Curious to see if someone has already written the custom `Kernel` you are thinki
5984
Share custom Parcels code
6085
```
6186
`````
62-
63-
```{toctree}
64-
:caption: CLAM Community
65-
:maxdepth: 1
66-
:hidden:
67-
68-
Website <https://clam-community.github.io/>
69-
```
70-
```{toctree}
71-
:caption: GitHub
72-
:maxdepth: 1
73-
:hidden:
74-
75-
Discussions <https://github.com/Parcels-code/parcels/discussions>
76-
Issues <https://github.com/Parcels-code/parcels/issues>
77-
```
78-
79-
```{toctree}
80-
:caption: parcels_contributions
81-
:maxdepth: 1
82-
:hidden:
83-
84-
Repository <https://github.com/Parcels-code/parcels_contributions>
85-
```

docs/contributing/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
Contributing Guidelines <self>
99
Versioning Policy <policies>
1010
Release Notes <https://github.com/Parcels-code/Parcels/releases>
11-
Parcels v4.0 Migration Guide <../documentation/v4-migration>
1211
```
1312

1413
```{toctree}

docs/documentation/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Documentation and Tutorials
22

3+
```{toctree}
4+
:hidden:
5+
v3 to v4 migration guide <v4-migration>
6+
Example scripts <additional_examples>
7+
```
8+
39
Shown below are several documentation and tutorial Jupyter notebooks and scripts which go through various aspects of Parcels.
410

511
```{note}
@@ -78,9 +84,3 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.
7884
../examples/tutorial_Argofloats.ipynb
7985
<!-- ../examples/documentation_homepage_animation.ipynb -->
8086
```
81-
82-
<!-- ## Python Example Scripts
83-
84-
```{toctree}
85-
additional_examples
86-
``` -->

0 commit comments

Comments
 (0)