Skip to content

Commit

Permalink
Clean up Xarray landing page (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored Apr 28, 2022
1 parent f73c137 commit 9c3a75b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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

0 comments on commit 9c3a75b

Please sign in to comment.