Skip to content

Commit 2340b01

Browse files
authored
Fix datastructures links (#338)
* add to toc * fix image links * fix link * fix links * fix computation link * revert image link
1 parent 61dd8d1 commit 2340b01

File tree

5 files changed

+17
-13
lines changed

5 files changed

+17
-13
lines changed

_toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ parts:
5151
- file: intermediate/storage_formats.ipynb
5252
- file: intermediate/xarray_ecosystem
5353
- file: intermediate/hvplot
54+
- file: intermediate/datastructures-intermediate.ipynb
55+
- file: intermediate/BiologyDataset.ipynb
5456
- file: intermediate/remote_data/index
5557
sections:
5658
- file: intermediate/remote_data/cmip6-cloud.ipynb

fundamentals/01_datatree_hierarchical_data.ipynb

Lines changed: 2 additions & 10 deletions
Large diffs are not rendered by default.

intermediate/BiologyDataset.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"source": [
9191
"## Allows high level computations.\n",
9292
"\n",
93-
"We won't get into here - but this structuring data allows you to leverage Xarray to do powerful operations such as computing per cell properties. See the [Computational Patterns Notebook](./01-high-level-computation-patterns.ipynb) for more."
93+
"We won't get into here - but this structuring data allows you to leverage Xarray to do powerful operations such as computing per cell properties. See the [Computational Patterns Notebook](./computation/01-high-level-computation-patterns.ipynb) for more."
9494
]
9595
},
9696
{

intermediate/datastructures-intermediate.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
"## Other field DataStructures\n",
586586
"\n",
587587
"\n",
588-
"Link to next notebook: [Data structures In Biology](../../intermediate/BiologyDataset.ipynb)"
588+
"Link to next notebook: [Data structures In Biology](./BiologyDataset.ipynb)"
589589
]
590590
},
591591
{
@@ -624,6 +624,16 @@
624624
"For more see the [user guide](https://docs.xarray.dev/en/stable/plotting.html), the [gallery](https://docs.xarray.dev/en/stable/examples/visualization_gallery.html), and [the tutorial material](https://tutorial.xarray.dev/fundamentals/04.0_plotting.html)."
625625
]
626626
},
627+
{
628+
"cell_type": "markdown",
629+
"metadata": {},
630+
"source": []
631+
},
632+
{
633+
"cell_type": "markdown",
634+
"metadata": {},
635+
"source": []
636+
},
627637
{
628638
"cell_type": "code",
629639
"execution_count": null,

workshops/scipy2025/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n",
4444
"|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n",
4545
"| *10 minute Break* \n",
46-
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
46+
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/computation/01-high-level-computation-patterns.ipynb) <br> | \n",
4747
"| *10 minute Break* | \n",
4848
"| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n",
4949
"| *10 minute Break* | \n",

0 commit comments

Comments
 (0)