Skip to content

Commit 4231740

Browse files
authored
Reorganize scipy 2025 tutorial sections (#332)
* rearrange order * link to advanced material on custom backends * try adding a space * add another space * add line break at the end * add cmip6 link * fix cmip6 link * underscore * add to table of contents * link to image from zarr docs directly
1 parent 2f86b37 commit 4231740

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ parts:
4646
- file: intermediate/hierarchical_computation.ipynb
4747
- file: intermediate/xarray_and_dask
4848
- file: intermediate/intro-to-zarr.ipynb
49+
- file: intermediate/storage_formats.ipynb
4950
- file: intermediate/xarray_ecosystem
5051
- file: intermediate/hvplot
5152
- file: intermediate/remote_data/index

intermediate/storage_formats.ipynb

Lines changed: 1 addition & 18 deletions
Large diffs are not rendered by default.

workshops/scipy2025/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"| *10 minute Break* \n",
4444
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
4545
"| *10 minute Break* | \n",
46-
"| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n",
46+
"| 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",
48-
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n",
48+
"| Other storage formats | 3:30 (50 min) | [IO basics](../../fundamentals/01.1_io.ipynb) <br> [Data models](../../intermediate/storage_formats.ipynb) <br> [Custom backends](../../advanced/backends/backends.md) <br> | \n",
4949
"| | End 5:30 | |"
5050
]
5151
},

0 commit comments

Comments
 (0)