diff --git a/_toc.yml b/_toc.yml index c480b99a9..ab2e00a8f 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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 diff --git a/core/xarray.md b/core/xarray.md index 709906db3..7e582ae65 100644 --- a/core/xarray.md +++ b/core/xarray.md @@ -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. diff --git a/core/xarray/computation-masking.ipynb b/core/xarray/computation-masking.ipynb index 7c43b0fce..676b9824d 100644 --- a/core/xarray/computation-masking.ipynb +++ b/core/xarray/computation-masking.ipynb @@ -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" @@ -896,7 +896,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.8.12" } }, "nbformat": 4, diff --git a/core/xarray/enso-xarray.ipynb b/core/xarray/enso-xarray.ipynb index b7ad75e9e..a0230fd26 100644 --- a/core/xarray/enso-xarray.ipynb +++ b/core/xarray/enso-xarray.ipynb @@ -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", @@ -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, diff --git a/core/xarray/xarray.ipynb b/core/xarray/xarray-intro.ipynb similarity index 99% rename from core/xarray/xarray.ipynb rename to core/xarray/xarray-intro.ipynb index 0ec40ff18..04a12573f 100644 --- a/core/xarray/xarray.ipynb +++ b/core/xarray/xarray-intro.ipynb @@ -930,7 +930,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.8.12" } }, "nbformat": 4,