Skip to content

Commit f5beb49

Browse files
authored
Merge pull request #90 from ProjectPythia/jukent
fix foundations links
2 parents 419e9d9 + faa6268 commit f5beb49

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and even change the example programs. You’ll see that the code cells
5858
have no output at first, until you execute them by pressing
5959
{kbd}`Shift`\+{kbd}`Enter`. Complete details on how to interact with
6060
a live Jupyter notebook are described in [Getting Started with
61-
Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyter.html).
61+
Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyter).
6262

6363
### Running on Your Own Machine
6464
If you are interested in running this material locally on your computer, you will need to follow this workflow:
@@ -83,4 +83,4 @@ If you are interested in running this material locally on your computer, you wil
8383
jupyter lab
8484
```
8585

86-
At this point, you can interact with the notebooks! Make sure to check out the ["Getting Started with Jupyter"](https://foundations.projectpythia.org/foundations/getting-started-jupyter.html) content from the [Pythia Foundations](https://foundations.projectpythia.org/landing-page.html) material if you are new to Jupyter or need a refresher.
86+
At this point, you can interact with the notebooks! Make sure to check out the ["Getting Started with Jupyter"](https://foundations.projectpythia.org/foundations/getting-started-jupyter) content from the [Pythia Foundations](https://foundations.projectpythia.org) material if you are new to Jupyter or need a refresher.

notebooks/example-workflows/ecs-cmip6.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"\n",
4040
"| Concepts | Importance | Notes |\n",
4141
"| --- | --- | --- |\n",
42-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
43-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
42+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
43+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
4444
"| Dask | Helpful | |\n",
4545
"| Climate sensitivity | Helpful | |\n",
4646
"\n",

notebooks/example-workflows/gmst.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"\n",
3232
"| Concepts | Importance | Notes |\n",
3333
"| --- | --- | --- |\n",
34-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
34+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
3535
"| Seaborn | Helpful | |\n",
3636
"\n",
3737
"- **Time to learn**: 10 minutes"

notebooks/example-workflows/precip-freq.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"\n",
3737
"| Concepts | Importance | Notes |\n",
3838
"| --- | --- | --- |\n",
39-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
40-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
39+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
40+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
4141
"| Dask | Helpful | |\n",
4242
"\n",
4343
"- **Time to learn**: 5 minutes"

notebooks/example-workflows/xesmf-ohu.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"## Prerequisites\n",
3434
"| Concepts | Importance | Notes |\n",
3535
"| --- | --- | --- |\n",
36-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
37-
"| [Computations and Masks with Xarray](https://foundations.projectpythia.org/core/xarray/computation-masking.html) | Necessary | |\n",
38-
"| [Load CMIP6 Data with Intake-ESM](https://projectpythia.org/cmip6-cookbook/notebooks/foundations/intake-esm.html) | Necessary | |\n",
39-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Helpful | |\n",
40-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | |\n",
36+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
37+
"| [Computations and Masks with Xarray](https://foundations.projectpythia.org/core/xarray/computation-masking) | Necessary | |\n",
38+
"| [Load CMIP6 Data with Intake-ESM](https://projectpythia.org/cmip6-cookbook/notebooks/foundations/intake-esm) | Necessary | |\n",
39+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Helpful | |\n",
40+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | |\n",
4141
"| Familiarity with CMIP6 | Helpful | |\n",
4242
"\n",
4343
"- **Time to learn**: 30 minutes"

notebooks/foundations/esgf-opendap.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"\n",
3434
"| Concepts | Importance | Notes |\n",
3535
"| --- | --- | --- |\n",
36-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
37-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
36+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
37+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
3838
"\n",
3939
"- **Time to learn**: 10 minutes"
4040
]

notebooks/foundations/google-cloud-basic.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"\n",
3232
"| Concepts | Importance | Notes |\n",
3333
"| --- | --- | --- |\n",
34-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
35-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
34+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
35+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
3636
"\n",
3737
"- **Time to learn**: 10 minutes"
3838
]

notebooks/foundations/intake-esm.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"\n",
3232
"| Concepts | Importance | Notes |\n",
3333
"| --- | --- | --- |\n",
34-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
35-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
34+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro) | Necessary | |\n",
35+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
3636
"\n",
3737
"- **Time to learn**: 5 minutes"
3838
]

0 commit comments

Comments
 (0)