Skip to content

Reorganize scipy 2025 computation #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ parts:

- caption: Intermediate
chapters:
- file: intermediate/01-high-level-computation-patterns
- file: intermediate/computation/index
sections:
- file: intermediate/computation/01-high-level-computation-patterns.ipynb
- file: intermediate/computation/hierarchical_computation.ipynb
- file: intermediate/indexing/indexing
sections:
- file: intermediate/indexing/advanced-indexing.ipynb
- file: intermediate/indexing/boolean-masking-indexing.ipynb
- file: intermediate/hierarchical_computation.ipynb
- file: intermediate/xarray_and_dask
- file: intermediate/intro-to-zarr.ipynb
- file: intermediate/storage_formats.ipynb
Expand Down
5 changes: 5 additions & 0 deletions intermediate/computation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Computations

```{tableofcontents}

```
2 changes: 1 addition & 1 deletion overview/intermediate-path/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The tutorial was organized by:
```

```{dropdown} Computational Patterns
{doc}`../../intermediate/01-high-level-computation-patterns`
{doc}`../../intermediate/computation/01-high-level-computation-patterns`
```

```{dropdown} Wrapping other arrays: dask
Expand Down
2 changes: 1 addition & 1 deletion workshops/scipy2023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Once your codespace is launched, the following happens:
```

```{dropdown} Computational Patterns
{doc}`../../intermediate/01-high-level-computation-patterns`
{doc}`../../intermediate/computation/01-high-level-computation-patterns`
```

```{dropdown} Wrapping other arrays: dask
Expand Down
8 changes: 7 additions & 1 deletion workshops/scipy2024/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"| Introduction and Setup | 1:30 (10 min) | --- | \n",
"| 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",
"| *10 minute Break* \n",
"| 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",
"| 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",
"| *10 minute Break* | \n",
"| Xarray Integrations and Extensions | 3:30 (50 min) | [The Xarray Ecosystem](../../intermediate/xarray_ecosystem.ipynb) | \n",
"| *10 minute Break* | \n",
Expand Down Expand Up @@ -84,6 +84,12 @@
"- Max Jones (CarbonPlan)\n",
"- Wietze Suijker (Space Intelligence)"
]
},
{
"cell_type": "markdown",
"id": "1",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion workshops/scipy2025/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"| Introduction and Setup | 1:30 (10 min) | | \n",
"| The Xarray Data Model | 1:40 (50 min) | [Data structures](../../fundamentals/01_data_structures.md) | \n",
"| *10 minute Break* \n",
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
"| 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",
"| *10 minute Break* | \n",
"| 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",
"| *10 minute Break* | \n",
Expand Down
Loading