Skip to content

Clean up Xarray landing page #271

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 2 commits into from
Apr 28, 2022
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: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ parts:
- file: core/data-formats/netcdf-cf
- file: core/xarray
sections:
- file: core/xarray/xarray
- file: core/xarray/xarray-intro
- file: core/xarray/computation-masking
- file: core/xarray/enso-xarray
- caption: Appendix
Expand Down
6 changes: 2 additions & 4 deletions core/xarray.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Xarray
![xarray Logo](http://xarray.pydata.org/en/stable/_static/dataset-diagram-logo.png 'xarray Logo')

```{note}
This content is under construction!
```
# Xarray

This section contains tutorials on using [Xarray][xarray home]. Xarray is used widely in the geosciences and beyond for analysis of gridded N-dimensional datasets.

Expand Down
4 changes: 2 additions & 2 deletions core/xarray/computation-masking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"\n",
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Introduction to Xarray](./xarray.ipynb) | Necessary | |\n",
"| [Introduction to Xarray](xarray-intro) | Necessary | |\n",
"\n",
"\n",
"- **Time to learn**: 60 minutes"
Expand Down Expand Up @@ -896,7 +896,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.8.12"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions core/xarray/enso-xarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"\n",
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Introduction to Xarray](./xarray.ipynb) | Necessary | |\n",
"| [Computation and Masking](./computation-masking.ipynb) | Necessary | |\n",
"| [Introduction to Xarray](xarray-intro) | Necessary | |\n",
"| [Computation and Masking](computation-masking) | Necessary | |\n",
"\n",
"\n",
"\n",
Expand Down Expand Up @@ -380,7 +380,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.8.12"
},
"toc-autonumbering": false,
"toc-showcode": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.8.12"
}
},
"nbformat": 4,
Expand Down