Skip to content

Commit 01c71fe

Browse files
committed
more link fixes for ecco_access tutorials
1 parent 6a4d5f7 commit 01c71fe

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

ecco_access/ecco_access_tutorials/ECCO_access_intro.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"id": "2802c35d-27c2-44f6-9b85-2c3dcf5d0184",
66
"metadata": {},
77
"source": [
8-
"# The `ecco_access` Python \"package\": accessing ECCO output on PO.DAAC\n",
8+
"# The *ecco_access* Python \"package\": accessing ECCO output on PO.DAAC\n",
99
"\n",
1010
"Andrew Delman, updated 2024-10-15\n",
1111
"\n",
12-
"[Introduction](#Introduction)\\\n",
13-
"[Setting up `ecco_access`](#Setting-up-ecco_access)\\\n",
14-
"[Using the `ecco_podaac_to_xrdataset` function](#Using-the-ecco_podaac_to_xrdataset-function)\\\n",
15-
"[Using the `ecco_podaac_access` function](#Using-the-ecco_podaac_access-function)\n",
12+
"[Introduction](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Introduction)\\\n",
13+
"[Setting up `ecco_access`](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Setting-up-ecco_access)\\\n",
14+
"[Using the `ecco_podaac_to_xrdataset` function](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Using-the-ecco_podaac_to_xrdataset-function)\\\n",
15+
"[Using the `ecco_podaac_access` function](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Using-the-ecco_podaac_access-function)\n",
1616
"\n",
1717
"## Introduction\n",
1818
"\n",

ecco_access/ecco_access_tutorials/ECCO_access_modes.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"\n",
1010
"Andrew Delman, 2024-10-10\n",
1111
"\n",
12-
"[Introduction](#introduction)\n",
12+
"[Introduction](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#introduction)\n",
1313
"\n",
14-
"[Query-only modes](#query-only-modes)\n",
15-
"- [`ls`/`query` mode](#ls/query-mode)\n",
16-
"- [`s3_ls`/`s3_query` mode](#s3-ls/s3-query-mode)\n",
14+
"[Query-only modes](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#query-only-modes)\n",
15+
"- [`ls`/`query` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#ls/query-mode)\n",
16+
"- [`s3_ls`/`s3_query` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#s3-ls/s3-query-mode)\n",
1717
"\n",
18-
"[Direct download modes](#direct-download-modes)\n",
19-
"- [`download` mode](#download-mode)\n",
20-
"- [`download_ifspace` mode](#download-ifspace-mode)\n",
21-
"- [`download_subset` mode](#download-subset-mode)\n",
18+
"[Direct download modes](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#direct-download-modes)\n",
19+
"- [`download` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#download-mode)\n",
20+
"- [`download_ifspace` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#download-ifspace-mode)\n",
21+
"- [`download_subset` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#download-subset-mode)\n",
2222
"\n",
23-
"[In-cloud only access modes](#in-cloud-only-access-modes)\n",
24-
"- [`s3_open` mode](#s3-open-mode)\n",
25-
"- [`s3_open_fsspec` mode](#s3-open-fsspec-mode)\n",
26-
"- [`s3_get` mode](#s3-get-mode)\n",
27-
"- [`s3_get_ifspace` mode](#s3-get-ifspace-mode)\n",
23+
"[In-cloud only access modes](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#in-cloud-only-access-modes)\n",
24+
"- [`s3_open` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#s3-open-mode)\n",
25+
"- [`s3_open_fsspec` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#s3-open-fsspec-mode)\n",
26+
"- [`s3_get` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#s3-get-mode)\n",
27+
"- [`s3_get_ifspace` mode](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#s3-get-ifspace-mode)\n",
2828
"\n",
29-
"[Time comparison of access modes](#time-comparison-of-access-modes)\n",
29+
"[Time comparison of access modes](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_modes.html#time-comparison-of-access-modes)\n",
3030
"\n",
3131
"\n",
3232
"## Introduction\n",

0 commit comments

Comments
 (0)