@@ -23,9 +23,9 @@ We now know how ESMValTool works, but how do we develop it?
2323ESMValTool 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
216216We 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 %}).
218218Imagine the following task: you want to contribute warming stripes recipe and diagnostics
219219to 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}
0 commit comments