diff --git a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb index f3a0a61..a4922af 100644 --- a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb +++ b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb @@ -46,11 +46,11 @@ "[7 Get the Data!](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#get-the-data)
\n", "    [7.1 Get the EDEX Responses](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#get-the-edex-responses)
\n", "    [7.2 Extract Plotting Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#extract-plotting-data)
\n", - "[8 Plot the Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#get-the-data)
\n", + "[8 Plot the Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-the-data)
\n", "    [8.1 Draw the Region](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#draw-the-region)
\n", "    [8.2 Plot METAR Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-metar-data)
\n", "    [8.3 Plot Synoptic Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-synoptic-data)
\n", - "    [8.4 Plot both METAR and Synoptic Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-both-metar-and-synopitc-data)
\n", + "    [8.4 Plot both METAR and Synoptic Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-both-metar-and-synoptic-data)
\n", "[9 See Also](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#see-also)
\n", "    [9.1 Related Notebooks](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#related-notebooks)
\n", "    [9.2 Additional Documentation](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#additional-documentation)
" @@ -756,7 +756,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Plot Synoptic (sfcobs)\n", + "### Plot Synoptic Data\n", "\n", "On a new axes and figure (**ax_syn**, **fig_syn**) plot the map and synoptic data." ]