You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/index.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,15 @@ Getting started with parcels is easy; here you will find:
5
5
```{toctree}
6
6
The installation guide <installation.md>
7
7
<!-- - a quickstart tutorial to running your first simulation <../examples_v3/parcels_tutorial.ipynb>
8
-
- an overview of the important concepts <../examples_v3/tutorial_parcels_structure.ipynb>
8
+
- an overview of the important concepts <concepts_overview.md>
9
9
- a simple tutorial on how to analyse the output from your first simulation <../examples_v3/tutorial_output.ipynb> -->
10
10
11
11
```
12
+
13
+
```{note}
14
+
TODO: Write quickstart tutorial. This should focus on getting users familiar with the different steps to take to run a simulation. Implicitly we should introduce them to the important concepts, but it should not be an in depth explanation. Instead we should reference to the concept overview and the reference API
15
+
```
16
+
17
+
```{note}
18
+
TODO: Rewrite parcels concepts overview. This .md file should contain most of what is currently in the tutorial_parcels_structure notebook.
0 commit comments