From 36e438a2b50b57ba001a55513b44a56ee6a58156 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Mon, 13 Jun 2022 11:51:32 -0600 Subject: [PATCH] Small changes to website notebooks for "Note" styling - updated the Grid Levels and Parameters notebook because there was a leftover admonition style note that had not been changed for the website - updated the Metar notebook for a "note" that had not been changed over --- .../notebooks/Grid_Levels_and_Parameters.ipynb | 14 ++++++-------- .../notebooks/METAR_Station_Plot_with_MetPy.ipynb | 9 +++------ 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/examples/notebooks/Grid_Levels_and_Parameters.ipynb b/examples/notebooks/Grid_Levels_and_Parameters.ipynb index 14ebde8..7f20471 100644 --- a/examples/notebooks/Grid_Levels_and_Parameters.ipynb +++ b/examples/notebooks/Grid_Levels_and_Parameters.ipynb @@ -914,14 +914,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "
\n", - "Note: \n", - "
  • 0.0SFC is the Surface level
  • \n", - "
  • HAG stands for Fixed Height Above Ground (in meters)
  • \n", - "
  • NTAT stands for Nominal Top of the ATmosphere
  • \n", - "
  • BL stands for Boundary Layer, where 0.0_30.0BL reads as 0-30 mb above ground level
  • \n", - "
  • TROP is the Tropopause level\n", - "
  • " + "> Note\n", + "> - **0.0SFC** is the Surface level\n", + "> - **HAG** stands for Fixed Height Above Ground (in meters)\n", + "> - **NTAT** stands for Nominal Top of the ATmosphere\n", + "> - **BL** stands for Boundary Layer, where **0.0_30.0BL** reads as *0-30 mb above ground level* \n", + "> - **TROP** is the Tropopause level" ] }, { diff --git a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb index dc1e584..bf36f15 100644 --- a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb +++ b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb @@ -259,10 +259,7 @@ "\n", "In this section we start gathering all the information we'll need to properly display our data. First we create an empty dictionary and array to keep track of all data and unique station IDs. We also create a boolean to help us only grab the first entry for `skyCover` related to a station id.\n", "\n", - "
    \n", - "
    \n", - " Note: The way the data responses are returned, we recieve many skyCover entries for each station ID, but we only want to keep track of the most recent one (first one returned).\n", - "
    \n", + "> **Note**: The way the data responses are returned, we recieve many `skyCover` entries for each station ID, but we only want to keep track of the most recent one (first one returned).\n", "\n", "After defining these variables, we are ready to start looping through our response data. If the response is an entry of `skyCover`, and this is a new station id, then set the skyCover value in the obs dictionary. If this is not a skyCover entry, then explicitly set the `timeObs` variable (because we have to manipulate it slightly), and dynamically set all the remaining parameters." ] @@ -488,7 +485,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -502,7 +499,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" + "version": "3.9.5" }, "toc": { "base_numbering": 1,