Skip to content

Commit 719ed18

Browse files
authored
Merge pull request #20 from ProjectPythia/erogluorhan-patch-1
Update _config.yml to add linkcheck_ignore
2 parents f368a97 + 4f07d10 commit 719ed18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ parse:
2727

2828
sphinx:
2929
config:
30+
linkcheck_ignore: ["https://www.ncdc.noaa.gov/cdo-web/*"] # don't run link checker on NOAA CDO search link
3031
html_favicon: notebooks/images/icons/favicon.ico
3132
html_last_updated_fmt: "%-d %B %Y"
3233
html_theme: sphinx_pythia_theme

notebooks/03-dask-xarray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@
952952
"* [Dask Code](https://github.com/dask/dask/)\n",
953953
"* [Dask Blog](https://blog.dask.org/)\n",
954954
"* [Xarray Docs](https://xarray.pydata.org/)\n",
955-
"* [Xarray + Dask docs](https://docs.xarray.dev/en/stable/user-guide/dask.html), particularly the [optimization tips](https://docs.xarray.dev/en/stable/user-guide/dask.html#optimization-tips)\n",
955+
"* [Xarray + Dask docs](https://docs.xarray.dev/en/stable/user-guide/dask.html), particularly the [best practices](https://docs.xarray.dev/en/stable/user-guide/dask.html#best-practices)\n",
956956
"* [Xarray Tutorial material](https://tutorial.xarray.dev/intro.html)\n",
957957
" \n",
958958
"\n",

0 commit comments

Comments
 (0)