Skip to content

Fix datastructures links #338

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
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
2 changes: 2 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ parts:
- file: intermediate/storage_formats.ipynb
- file: intermediate/xarray_ecosystem
- file: intermediate/hvplot
- file: intermediate/datastructures-intermediate.ipynb
- file: intermediate/BiologyDataset.ipynb
- file: intermediate/remote_data/index
sections:
- file: intermediate/remote_data/cmip6-cloud.ipynb
Expand Down
12 changes: 2 additions & 10 deletions fundamentals/01_datatree_hierarchical_data.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion intermediate/BiologyDataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"source": [
"## Allows high level computations.\n",
"\n",
"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."
"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."
]
},
{
Expand Down
12 changes: 11 additions & 1 deletion intermediate/datastructures-intermediate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
"## Other field DataStructures\n",
"\n",
"\n",
"Link to next notebook: [Data structures In Biology](../../intermediate/BiologyDataset.ipynb)"
"Link to next notebook: [Data structures In Biology](./BiologyDataset.ipynb)"
]
},
{
Expand Down Expand Up @@ -624,6 +624,16 @@
"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)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion workshops/scipy2025/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n",
"|||[Data structures Part 2](../../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> | \n",
"| *10 minute Break* | \n",
"| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n",
"| *10 minute Break* | \n",
Expand Down
Loading