Skip to content

Commit 43b60c8

Browse files
authored
Merge pull request #18 from ProjectPythia/jukent
2 parents 648db95 + 4891f72 commit 43b60c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

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

5656
### Running on Your Own Machine
5757

notebooks/notebook-template.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"\n",
5757
"| Concepts | Importance | Notes |\n",
5858
"| --- | --- | --- |\n",
59-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
60-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
59+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
60+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
6161
"| Project management | Helpful | |\n",
6262
"\n",
6363
"- **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/skewt/Foundational_Sounding.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"\n",
3131
"| Concepts | Importance | Notes |\n",
3232
"| --- | --- | --- |\n",
33-
"| [Intermediate NumPy](https://foundations.projectpythia.org/core/numpy/intermediate-numpy.html)| Necessary | |\n",
34-
"| [Matplotlib Basics](https://foundations.projectpythia.org/core/matplotlib/matplotlib-basics.html) | Necessary |\n",
33+
"| [Intermediate NumPy](https://foundations.projectpythia.org/core/numpy/intermediate-numpy)| Necessary | |\n",
34+
"| [Matplotlib Basics](https://foundations.projectpythia.org/core/matplotlib/matplotlib-basics) | Necessary |\n",
3535
"\n",
3636
"- **Time to learn**: 30 minutes\n"
3737
]

0 commit comments

Comments
 (0)