Skip to content

Commit 9c3a75b

Browse files
authored
Clean up Xarray landing page (#271)
1 parent f73c137 commit 9c3a75b

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

_toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ parts:
5959
- file: core/data-formats/netcdf-cf
6060
- file: core/xarray
6161
sections:
62-
- file: core/xarray/xarray
62+
- file: core/xarray/xarray-intro
6363
- file: core/xarray/computation-masking
6464
- file: core/xarray/enso-xarray
6565
- caption: Appendix

core/xarray.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Xarray
1+
![xarray Logo](http://xarray.pydata.org/en/stable/_static/dataset-diagram-logo.png 'xarray Logo')
22

3-
```{note}
4-
This content is under construction!
5-
```
3+
# Xarray
64

75
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.
86

core/xarray/computation-masking.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"| Concepts | Importance | Notes |\n",
5151
"| --- | --- | --- |\n",
52-
"| [Introduction to Xarray](./xarray.ipynb) | Necessary | |\n",
52+
"| [Introduction to Xarray](xarray-intro) | Necessary | |\n",
5353
"\n",
5454
"\n",
5555
"- **Time to learn**: 60 minutes"
@@ -896,7 +896,7 @@
896896
"name": "python",
897897
"nbconvert_exporter": "python",
898898
"pygments_lexer": "ipython3",
899-
"version": "3.8.10"
899+
"version": "3.8.12"
900900
}
901901
},
902902
"nbformat": 4,

core/xarray/enso-xarray.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"\n",
4242
"| Concepts | Importance | Notes |\n",
4343
"| --- | --- | --- |\n",
44-
"| [Introduction to Xarray](./xarray.ipynb) | Necessary | |\n",
45-
"| [Computation and Masking](./computation-masking.ipynb) | Necessary | |\n",
44+
"| [Introduction to Xarray](xarray-intro) | Necessary | |\n",
45+
"| [Computation and Masking](computation-masking) | Necessary | |\n",
4646
"\n",
4747
"\n",
4848
"\n",
@@ -380,7 +380,7 @@
380380
"name": "python",
381381
"nbconvert_exporter": "python",
382382
"pygments_lexer": "ipython3",
383-
"version": "3.8.10"
383+
"version": "3.8.12"
384384
},
385385
"toc-autonumbering": false,
386386
"toc-showcode": false,

core/xarray/xarray.ipynb renamed to core/xarray/xarray-intro.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@
930930
"name": "python",
931931
"nbconvert_exporter": "python",
932932
"pygments_lexer": "ipython3",
933-
"version": "3.8.10"
933+
"version": "3.8.12"
934934
}
935935
},
936936
"nbformat": 4,

0 commit comments

Comments
 (0)