Skip to content

Commit e8f1a78

Browse files
Reorganize scipy 2025 computation (#334)
* add link to hierarchical computation notebook * move computation notebooks to be in a dedicated section * fix some links * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update toc * underscore * remove reference to the old location * final --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1a9b0f8 commit e8f1a78

File tree

8 files changed

+19
-6
lines changed

8 files changed

+19
-6
lines changed

_toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ parts:
3838

3939
- caption: Intermediate
4040
chapters:
41-
- file: intermediate/01-high-level-computation-patterns
41+
- file: intermediate/computation/index
42+
sections:
43+
- file: intermediate/computation/01-high-level-computation-patterns.ipynb
44+
- file: intermediate/computation/hierarchical_computation.ipynb
4245
- file: intermediate/indexing/indexing
4346
sections:
4447
- file: intermediate/indexing/advanced-indexing.ipynb
4548
- file: intermediate/indexing/boolean-masking-indexing.ipynb
46-
- file: intermediate/hierarchical_computation.ipynb
4749
- file: intermediate/xarray_and_dask
4850
- file: intermediate/intro-to-zarr.ipynb
4951
- file: intermediate/storage_formats.ipynb

intermediate/computation/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Computations
2+
3+
```{tableofcontents}
4+
5+
```

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": "1",
91+
"metadata": {},
92+
"source": []
8793
}
8894
],
8995
"metadata": {

workshops/scipy2025/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"| Introduction and Setup | 1:30 (10 min) | | \n",
4242
"| The Xarray Data Model | 1:40 (50 min) | [Data structures](../../fundamentals/01_data_structures.md) | \n",
4343
"| *10 minute Break* \n",
44-
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
44+
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/computation/01-high-level-computation-patterns.ipynb) <br> [Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n",
4545
"| *10 minute Break* | \n",
4646
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) <br> [CMIP6 on the cloud](../../intermediate/remote_data/cmip6-cloud.ipynb) <br> |\n",
4747
"| *10 minute Break* | \n",

0 commit comments

Comments
 (0)