Skip to content

Commit ddd4e2f

Browse files
authored
Merge pull request #200 from ESMValGroup/change_chapter_order_v2
Change chapter order after the addition of advanced topic chapters
2 parents dfe7392 + 6ff51b2 commit ddd4e2f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

_episodes/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After loading ``esmvaltool``, we can start using ESMValTool. Please see the [nex
4040
will tell you how!
4141
3. If you would like to start experimenting with existing diagnostics or contributing to ESMvalTool, please see the instructions for
4242
source installation in the lesson [Development and
43-
contribution]({{ page.root }}{% link _episodes/08-development-setup.md %}) and
43+
contribution]({{ page.root }}{% link _episodes/07-development-setup.md %}) and
4444
in the [documentation](https://docs.esmvaltool.org/en/latest/quickstart/installation.html).
4545

4646
> ## Install ESMValTool on Windows
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ preprocessing, and then runs our Python script.
4646

4747
> ## Drawing up a plan
4848
>
49-
> In the previous episode, we have seen that ESMValTool executed a number of
50-
> tasks. Write down which tasks we will need to do in this episode. And what does
49+
> Previously, we have seen that ESMValTool executed a number of
50+
> tasks. Write down which tasks we will need to do in this episode. And what do
5151
> each of these tasks do?
5252
>
5353
> > ## Answer
@@ -172,7 +172,7 @@ INFO Run was successful
172172
## Adding a dataset entry
173173
174174
Let's add a datasets section. We will reuse the same datasets that we used in
175-
the previous episode. The data files are stored in `~/esmvaltool_tutorial/data`.
175+
previous episodes. The data files are stored in `~/esmvaltool_tutorial/data`.
176176
177177
> ## Filling in the dataset keys
178178
>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ We now know how ESMValTool works, but how do we develop it?
2323
ESMValTool is an open-source project in ESMValGroup. We can contribute to its development by:
2424

2525
- a new or updated recipe script, see lesson on
26-
[Writing your own recipe]({{ page.root }}{% link _episodes/05-preprocessor.md %})
26+
[Writing your own recipe]({{ page.root }}{% link _episodes/06-preprocessor.md %})
2727
- a new or updated diagnostics script, see lesson on
28-
[Writing your own diagnostic script]({{ page.root }}{% link _episodes/10-diagnostics.md %})
28+
[Writing your own diagnostic script]({{ page.root }}{% link _episodes/08-diagnostics.md %})
2929
- a new or updated cmorizer script, see lesson on
3030
[CMORization: Using observational datasets]({{ page.root }}{% link _episodes/09-cmorization.md %})
3131
- helping with reviewing process of pull requests, see ESMValTool documentation on
@@ -214,7 +214,7 @@ Reviewing small incremental changes are more efficient.
214214
### Background
215215
216216
We saw 'warming stripes' in lesson
217-
[Writing your own recipe]({{ page.root }}{% link _episodes/05-preprocessor.md %}).
217+
[Writing your own recipe]({{ page.root }}{% link _episodes/06-preprocessor.md %}).
218218
Imagine the following task: you want to contribute warming stripes recipe and diagnostics
219219
to ESMValTool. You have to add the diagnostics
220220
[warming_stripes.py](../files/warming_stripes.py) and the recipe
@@ -372,7 +372,7 @@ when you submit a pull request.
372372
>> ~~~
373373
>>
374374
>> For details, see lesson
375-
>> [Writing your own diagnostic script]({{ page.root }}{% link _episodes/10-diagnostics.md %}).
375+
>> [Writing your own diagnostic script]({{ page.root }}{% link _episodes/08-diagnostics.md %}).
376376
>>
377377
> {: .solution}
378378
{: .challenge}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and writing Python diagnostics in this lesson.
3232
In this lesson, we will explain how to find an existing diagnostic and run it
3333
using ESMValTool installed in editable/development mode. For a development
3434
installation, see the instructions in the lesson [Development and
35-
contribution]({{ page.root }}{% link _episodes/08-development-setup.md %}).
35+
contribution]({{ page.root }}{% link _episodes/07-development-setup.md %}).
3636
Also, we will work with the recipe [recipe_python.yml][recipe] and the
3737
diagnostic script [diagnostic.py][diagnostic] called by this recipe that we have
3838
seen in the lesson [Running your first recipe]({{ page.root }}{% link

_episodes/09-cmorization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ that contains observations of the Gross Primary Production (GPP), a variable
6060
that is important for calculating components of the global carbon cycle.
6161

6262
We will assume that you are using a development installation of ESMValTool as
63-
explained in the [previous episode](/08-development-setup).
63+
explained in the [Development and Contribution episode](/07-development-setup).
6464

6565

6666
## Obtaining the data
@@ -224,7 +224,7 @@ CMORized, ESMValTool will give a warning or error.
224224
> >
225225
> > ```
226226
> >
227-
> > To learn more about writing a recipe, please refer to [Writing your own recipe](/05-preprocessor).
227+
> > To learn more about writing a recipe, please refer to [Writing your own recipe](/06-preprocessor).
228228
> >
229229
> {: .solution}
230230
{: .challenge}
@@ -745,8 +745,8 @@ utils.set_global_atts(cube, attributes)
745745
- **Make a pull request**. Since you have gone through all the trouble to
746746
reformat the dataset so that the ESMValTool can work with it, it would be
747747
great if you could provide the CMORizer, and ultimately with that the dataset,
748-
to the rest of the community. For more information, see the previous episode
749-
on [Contributing to ESMValTool](/08-development-setup).
748+
to the rest of the community. For more information, see the episode
749+
on [Development and contribution](/07-development-setup).
750750
751751
- **Add documentation**. Make sure that you have added the info of your dataset
752752
to the User Guide so that people know it is available for the ESMValTool
File renamed without changes.

0 commit comments

Comments
 (0)