Skip to content

Commit 975f33c

Browse files
authored
Merge pull request #12 from ProjectPythia/jukent
Fix foundations links
2 parents 0b1b11f + d303675 commit 975f33c

10 files changed

+33
-33
lines changed

README.md

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

6060
### Running on Your Own Machine
6161

notebooks/notebook-template.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"\n",
6363
"| Concepts | Importance | Notes |\n",
6464
"| --- | --- | --- |\n",
65-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
66-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
65+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
66+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
6767
"| Project management | Helpful | |\n",
6868
"\n",
6969
"- **Time to learn**: estimate in minutes. For a rough idea, use 5 mins per subsection, 10 if longer; add these up for a total. Safer to round up and overestimate.\n",

notebooks/ocn-carbonfluxes.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"\n",
4747
"| Concepts | Importance | Notes |\n",
4848
"| --- | --- | --- |\n",
49-
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html) | Necessary | |\n",
50-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
51-
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) | Helpful | |\n",
52-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Helpful | |\n",
49+
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib) | Necessary | |\n",
50+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
51+
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook) | Helpful | |\n",
52+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Helpful | |\n",
5353
"\n",
5454
"\n",
5555
"- **Time to learn**: 15 min\n"

notebooks/ocn-iron.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"\n",
4141
"| Concepts | Importance | Notes |\n",
4242
"| --- | --- | --- |\n",
43-
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html) | Necessary | |\n",
44-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
45-
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) | Helpful | |\n",
46-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Helpful | |\n",
43+
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib) | Necessary | |\n",
44+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
45+
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook) | Helpful | |\n",
46+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Helpful | |\n",
4747
"\n",
4848
"- **Time to learn**: 15 min\n"
4949
]

notebooks/ocn-macronuts.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"\n",
4747
"| Concepts | Importance | Notes |\n",
4848
"| --- | --- | --- |\n",
49-
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html) | Necessary | |\n",
50-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
51-
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) | Helpful | |\n",
52-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Helpful | |\n",
49+
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib) | Necessary | |\n",
50+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
51+
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook) | Helpful | |\n",
52+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Helpful | |\n",
5353
"\n",
5454
"- **Time to learn**: 30 min\n"
5555
]

notebooks/ocn-phyto-biomass.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"\n",
5555
"| Concepts | Importance | Notes |\n",
5656
"| --- | --- | --- |\n",
57-
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html) | Necessary | |\n",
58-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
59-
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) | Helpful | |\n",
60-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Helpful | |\n",
57+
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib) | Necessary | |\n",
58+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
59+
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook) | Helpful | |\n",
60+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Helpful | |\n",
6161
"\n",
6262
"- **Time to learn**: 30 min\n"
6363
]

notebooks/ocn-phyto-lims.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"\n",
5454
"| Concepts | Importance | Notes |\n",
5555
"| --- | --- | --- |\n",
56-
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html) | Necessary | |\n",
57-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
58-
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) | Helpful | |\n",
59-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Helpful | |\n",
56+
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib) | Necessary | |\n",
57+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
58+
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook) | Helpful | |\n",
59+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Helpful | |\n",
6060
"\n",
6161
"- **Time to learn**: 30 min\n"
6262
]

notebooks/ocn-tracer-views.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"\n",
3939
"| Concepts | Importance | Notes |\n",
4040
"| --- | --- | --- |\n",
41-
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html) | Necessary | |\n",
42-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
43-
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) | Helpful | |\n",
44-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Helpful | |\n",
41+
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib) | Necessary | |\n",
42+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
43+
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook) | Helpful | |\n",
44+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Helpful | |\n",
4545
"\n",
4646
"\n",
4747
"- **Time to learn**: 10 min\n"
@@ -98,7 +98,7 @@
9898
"id": "8109adf1-0545-4897-9db3-0f9ea06d085e",
9999
"metadata": {},
100100
"source": [
101-
"Since we're doing a little more processing in this notebook, we spin up a local Dask cluster. See the [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) or [Dask tutorial](https://tutorial.dask.org/) to learn more about this!"
101+
"Since we're doing a little more processing in this notebook, we spin up a local Dask cluster. See the [Dask Cookbook](https://projectpythia.org/dask-cookbook) or [Dask tutorial](https://tutorial.dask.org/) to learn more about this!"
102102
]
103103
},
104104
{

notebooks/ocn-zoo.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"\n",
5454
"| Concepts | Importance | Notes |\n",
5555
"| --- | --- | --- |\n",
56-
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib.html) | Necessary | |\n",
57-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
58-
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook/README.html) | Helpful | |\n",
59-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Helpful | |\n",
56+
"| [Matplotlib](https://foundations.projectpythia.org/core/matplotlib) | Necessary | |\n",
57+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
58+
"| [Dask Cookbook](https://projectpythia.org/dask-cookbook) | Helpful | |\n",
59+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Helpful | |\n",
6060
"\n",
6161
"- **Time to learn**: 30 min\n"
6262
]

notebooks/readintutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"\n",
3535
"| Concepts | Importance | Notes |\n",
3636
"| --- | --- | --- |\n",
37-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Necessary | |\n",
37+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Necessary | |\n",
3838
"\n",
3939
"\n",
4040
"- **Time to learn**: 5 min\n"

0 commit comments

Comments
 (0)