From d582c00ef2d3488d6c38711ee7253387d54b0911 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Fri, 7 Jun 2024 14:13:46 -0700 Subject: [PATCH] Add links xCDAT example notebook --- .../1-25-23-cwss-seminar/introduction-to-xcdat.ipynb | 10 +++------- docs/examples/introduction-to-xcdat.ipynb | 8 +++----- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb b/docs/demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb index bc1e9e26..a25a1939 100644 --- a/docs/demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb +++ b/docs/demos/1-25-23-cwss-seminar/introduction-to-xcdat.ipynb @@ -4770,13 +4770,9 @@ "\n", "Visit these pages for more guidance (e.g., when to parallelize):\n", "\n", - "- Ongoing xCDAT Dask Investigation: https://github.com/xCDAT/xcdat/discussions/376\n", - " - Performance metrics, best practices, and possibly a guide\n", - "- Parallel computing with Dask: https://docs.xarray.dev/en/stable/user-guide/dask.html\n", - "- Xarray with Dask Arrays: https://examples.dask.org/xarray.html\n", - "\n", - "\n", - "[//]: # \"TODO: Add link to xCDAT Dask guidance\"" + "- Parallel computing with Dask (xCDAT): https://xcdat.readthedocs.io/en/latest/examples/parallel-computing-with-dask.html\n", + "- Parallel computing with Dask (Xarray): https://docs.xarray.dev/en/stable/user-guide/dask.html\n", + "- Xarray with Dask Arrays: https://examples.dask.org/xarray.html\n" ] }, { diff --git a/docs/examples/introduction-to-xcdat.ipynb b/docs/examples/introduction-to-xcdat.ipynb index fe1cf354..56cd2d34 100644 --- a/docs/examples/introduction-to-xcdat.ipynb +++ b/docs/examples/introduction-to-xcdat.ipynb @@ -1695,7 +1695,7 @@ "\n", "3. If you're working on HPC, we have a guide for that too!\n", "\n", - "- https://xcdat.readthedocs.io/en/latest/getting-started-hpc-jupyter.html\n", + "- https://xcdat.readthedocs.io/en/latest/getting-started-guide/getting-started-hpc-jupyter.html\n", "\n", "_Source_: https://xcdat.readthedocs.io/en/latest/getting-started.html\n" ] @@ -5787,11 +5787,9 @@ "\n", "Visit these pages for more guidance (e.g., when to parallelize):\n", "\n", - "- Parallel computing with Dask (xCDAT): \n", + "- Parallel computing with Dask (xCDAT): https://xcdat.readthedocs.io/en/latest/examples/parallel-computing-with-dask.html\n", "- Parallel computing with Dask (Xarray): https://docs.xarray.dev/en/stable/user-guide/dask.html\n", - "- Xarray with Dask Arrays: https://examples.dask.org/xarray.html\n", - "\n", - "[//]: # \"TODO: Add link to xCDAT Dask guidance\"\n" + "- Xarray with Dask Arrays: https://examples.dask.org/xarray.html\n" ] }, {