mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Merge pull request #66 from rfiutak/website_updates
Fixed broken link in METAR notebook
This commit is contained in:
commit
37be363161
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
||||||
"[2 Function: get_cloud_cover()](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#function-get-cloud-cover)<br> \n",
|
"[2 Function: get_cloud_cover()](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#function-get-cloud-cover)<br> \n",
|
||||||
"[3 Initial Setup](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#initial-setup)<br> \n",
|
"[3 Initial Setup](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#initial-setup)<br> \n",
|
||||||
" [3.1 Initial EDEX Connection](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#initial-edex-connection)<br> \n",
|
" [3.1 Initial EDEX Connection](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#initial-edex-connection)<br> \n",
|
||||||
" [3.2 Setting Connection Location Names](https://unidata.github.io/python-awips/examples/generated/WMETAR_Station_Plot_with_MetPy.html#setting-connection-location-names)<br> \n",
|
" [3.2 Setting Connection Location Names](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#setting-connection-location-names)<br> \n",
|
||||||
"[4 Filter by Time](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#filter-by-time)<br> \n",
|
"[4 Filter by Time](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#filter-by-time)<br> \n",
|
||||||
"[5 Use the Data!](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#use-the-data)<br> \n",
|
"[5 Use the Data!](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#use-the-data)<br> \n",
|
||||||
" [5.1 Get the Data!](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#get-the-data)<br> \n",
|
" [5.1 Get the Data!](https://unidata.github.io/python-awips/examples/generated/METAR_Station_Plot_with_MetPy.html#get-the-data)<br> \n",
|
||||||
|
@ -488,7 +488,7 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3",
|
"display_name": "Python 3 (ipykernel)",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
@ -502,7 +502,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.5"
|
"version": "3.9.13"
|
||||||
},
|
},
|
||||||
"toc": {
|
"toc": {
|
||||||
"base_numbering": 1,
|
"base_numbering": 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue