Skip to content

Commit e2216fb

Browse files
authored
Fixes links to Tutorials in README (#629)
Partially resolves #607
1 parent 640914b commit e2216fb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,22 @@ If you have never used the NCI see these [first steps instructions](https://acce
3030

3131
## Contents
3232

33-
* #### [Cooking Lessons 101 (Tutorials)](https://cosima-recipes.readthedocs.io/en/latest/cooking-lessons-101.html)
33+
* #### [Cooking Lessons 101 (Tutorials)](https://cosima-recipes.readthedocs.io/en/latest/cooking-lessons-101/index.html)
3434

35-
The starting point should be the [COSIMA_CookBook_Introduction](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/COSIMA_CookBook_Introduction.html) that showcases how we can use Intake catalog to interrogate about available output and load them.
35+
The starting point should be all the **Basic** Tutorials:
3636

37-
Recipes load model output to using an [_intake catalogue_](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/02-ACCESS-NRI_Intake_Catalog.html). The intake package is available on the conda-analysis python environments on `xp65`. The [ACCESS-NRI_Intake_Catalog](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/ACCESS-NRI_Intake_Catalog.html) tutorial outlines the basic philosophy of the Intake catalog to load model output variables.
37+
* #### [Basics](https://cosima-recipes.readthedocs.io/en/latest/cooking-lessons-101/basics.html)
38+
39+
The [Introduction: loading, slicing, dicing model output](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/01-Loading-Slicing-Dicing-Output.html) should be the starting point.
40+
41+
Recipes load model output to using an [_intake catalogue_](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/02-ACCESS-NRI_Intake_Catalog.html). The intake package is available on the conda-analysis python environments on `xp65`. The [ACCESS-NRI_Intake_Catalog](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/ACCESS-NRI_Intake_Catalog.html) tutorial outlines the basic philosophy of the Intake catalog to load model output variables.
42+
43+
Also included here are some other tutorials, related to techniques (e.g., [Maps_with_Cartopy.ipynb](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/Making_Maps_with_Cartopy.html)).
44+
45+
After going through the **Basic** Tutorials, feel free to browse some of the **Advanced** ones:
46+
47+
* #### [Advanced](https://cosima-recipes.readthedocs.io/en/latest/cooking-lessons-101/advanced.html)
3848

39-
Also included here are some other tutorials, related to techniques (e.g., [Maps_with_Cartopy.ipynb](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/01-Basics/Making_Maps_with_Cartopy.html)) or tools (e.g., [Model Agnostic Analysis](https://cosima-recipes.readthedocs.io/en/latest/01-Cooking-Lessons-101/02-Advanced/Model_Agnostic_Analysis.html)).
4049

4150
### Recipes
4251

0 commit comments

Comments
Β (0)