Merge pull request #83 from srcarter3/website

Fix more broken links for Regional Surface obs notebook
This commit is contained in:
srcarter3 2022-11-15 11:00:41 -07:00 committed by GitHub
commit 0c9041ee6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,11 +46,11 @@
"[7 Get the Data!](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#get-the-data)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[7.1 Get the EDEX Responses](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#get-the-edex-responses)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[7.2 Extract Plotting Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#extract-plotting-data)<br> \n",
"[8 Plot the Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#get-the-data)<br> \n",
"[8 Plot the Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-the-data)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[8.1 Draw the Region](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#draw-the-region)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[8.2 Plot METAR Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-metar-data)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[8.3 Plot Synoptic Data](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#plot-synoptic-data)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[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)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[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)<br> \n",
"[9 See Also](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#see-also)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[9.1 Related Notebooks](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#related-notebooks)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[9.2 Additional Documentation](https://unidata.github.io/python-awips/examples/generated/Regional_Surface_Obs_Plot.html#additional-documentation)<br> "
@ -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."
]