Skip to content

Commit d48ebab

Browse files
committed
fix some links
1 parent 256e913 commit d48ebab

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

overview/intermediate-path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The tutorial was organized by:
2424
```
2525

2626
```{dropdown} Computational Patterns
27-
{doc}`../../intermediate/01-high-level-computation-patterns`
27+
{doc}`../../intermediate/computation/01-high-level-computation-patterns`
2828
```
2929

3030
```{dropdown} Wrapping other arrays: dask

workshops/scipy2023/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Once your codespace is launched, the following happens:
5757
```
5858

5959
```{dropdown} Computational Patterns
60-
{doc}`../../intermediate/01-high-level-computation-patterns`
60+
{doc}`../../intermediate/computation/01-high-level-computation-patterns`
6161
```
6262

6363
```{dropdown} Wrapping other arrays: dask

workshops/scipy2024/index.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"| Introduction and Setup | 1:30 (10 min) | --- | \n",
3636
"| The Xarray Data Model | 1:40 (40 min) | [Data structures](../../fundamentals/01_data_structures.md) <br> [Basic Indexing](../../fundamentals/02.1_indexing_Basic.ipynb) | \n",
3737
"| *10 minute Break* \n",
38-
"| Indexing & Computational Patterns | 2:30 (50 min) | [Advanced Indexing](../../intermediate/indexing/indexing.md) <br> [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
38+
"| Indexing & Computational Patterns | 2:30 (50 min) | [Advanced Indexing](../../intermediate/indexing/indexing.md) <br> [Computational Patterns](../../intermediate/computation/01-high-level-computation-patterns.ipynb) <br> | \n",
3939
"| *10 minute Break* | \n",
4040
"| Xarray Integrations and Extensions | 3:30 (50 min) | [The Xarray Ecosystem](../../intermediate/xarray_ecosystem.ipynb) | \n",
4141
"| *10 minute Break* | \n",
@@ -84,6 +84,12 @@
8484
"- Max Jones (CarbonPlan)\n",
8585
"- Wietze Suijker (Space Intelligence)"
8686
]
87+
},
88+
{
89+
"cell_type": "markdown",
90+
"id": "f327d2a5",
91+
"metadata": {},
92+
"source": []
8793
}
8894
],
8995
"metadata": {

0 commit comments

Comments
 (0)