mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Website version - Forecast Model sounding notebook fixes
- add table of contents - fix broken "top" link
This commit is contained in:
parent
f4ff873e74
commit
24f6714c27
1 changed files with 21 additions and 1 deletions
|
@ -25,6 +25,26 @@
|
|||
"---"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Table of Contents\n",
|
||||
"\n",
|
||||
"[1 Imports](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#imports)<br> \n",
|
||||
"[2 EDEX Connection](http://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#edex-connection)<br> \n",
|
||||
"[3 Define Useful Variables](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#define-useful-variables)<br> \n",
|
||||
"[4 Function: get_surface_data()](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#function-get-surface-data)<br> \n",
|
||||
"[5 Function: get_levels_data()](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#function-get-levels-data)<br> \n",
|
||||
"[6 Function: plot_skewT()](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#function-plot-skewt)<br> \n",
|
||||
"[7 Retrieve Necessary Plotting Data](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#retrieve-necessary-plotting-data)<br> \n",
|
||||
"[8 Skew-T/Log-P](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#skew-t-log-p)<br> \n",
|
||||
"[9 Model Sounding Comparison](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#model-sounding-comparison)<br> \n",
|
||||
"[10 See Also](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#see-also)<br> \n",
|
||||
" [10.1 Related Notebooks](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#related-notebooks)<br> \n",
|
||||
" [10.2 Additional Documentation](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#additional-documentation)<br> "
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
|
@ -181,7 +201,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"<a href=\"#top\">Top</a>\n",
|
||||
"[Top](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html)\n",
|
||||
"\n",
|
||||
"---"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue