From 3c7ee8087617a1baa38a66cd31ad81b5d1c6195e Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Fri, 4 Feb 2022 21:09:59 +0000 Subject: [PATCH] deploy: 0c79e834ce2940f3021393cb3bd8d10093e30d15 --- ..._21_1.png => Colorized_Grid_Data_21_1.png} | Bin ..._23_0.png => Colorized_Grid_Data_23_0.png} | Bin ...py.rst.txt => Colorized_Grid_Data.rst.txt} | 12 +++---- _static/basic.css | 3 +- _static/doctools.js | 5 ++- _static/language_data.js | 2 +- _static/searchtools.js | 2 +- .../Colored_Surface_Temperature_Plot.html | 6 ++-- ..._Cartopy.html => Colorized_Grid_Data.html} | 34 +++++++++--------- .../Forecast_Model_Vertical_Sounding.html | 6 ++-- .../generated/GOES_CIRA_Product_Writer.html | 2 +- .../GOES_Geostationary_Lightning_Mapper.html | 2 +- .../generated/Grid_Levels_and_Parameters.html | 6 ++-- .../METAR_Station_Plot_with_MetPy.html | 6 ++-- .../Map_Resources_and_Topography.html | 2 +- examples/generated/Model_Sounding_Data.html | 2 +- examples/generated/NEXRAD_Level3_Radar.html | 2 +- ...recip_Accumulation-Region_Of_Interest.html | 2 +- .../generated/Regional_Surface_Obs_Plot.html | 2 +- examples/generated/Satellite_Imagery.html | 2 +- .../generated/Upper_Air_BUFR_Soundings.html | 2 +- .../generated/Watch_and_Warning_Polygons.html | 2 +- examples/index.html | 4 +-- objects.inv | Bin 5038 -> 5032 bytes searchindex.js | 2 +- 25 files changed, 56 insertions(+), 52 deletions(-) rename _images/{Grids_and_Cartopy_21_1.png => Colorized_Grid_Data_21_1.png} (100%) rename _images/{Grids_and_Cartopy_23_0.png => Colorized_Grid_Data_23_0.png} (100%) rename _sources/examples/generated/{Grids_and_Cartopy.rst.txt => Colorized_Grid_Data.rst.txt} (97%) rename examples/generated/{Grids_and_Cartopy.html => Colorized_Grid_Data.html} (96%) diff --git a/_images/Grids_and_Cartopy_21_1.png b/_images/Colorized_Grid_Data_21_1.png similarity index 100% rename from _images/Grids_and_Cartopy_21_1.png rename to _images/Colorized_Grid_Data_21_1.png diff --git a/_images/Grids_and_Cartopy_23_0.png b/_images/Colorized_Grid_Data_23_0.png similarity index 100% rename from _images/Grids_and_Cartopy_23_0.png rename to _images/Colorized_Grid_Data_23_0.png diff --git a/_sources/examples/generated/Grids_and_Cartopy.rst.txt b/_sources/examples/generated/Colorized_Grid_Data.rst.txt similarity index 97% rename from _sources/examples/generated/Grids_and_Cartopy.rst.txt rename to _sources/examples/generated/Colorized_Grid_Data.rst.txt index e674cbc..f0d5421 100644 --- a/_sources/examples/generated/Grids_and_Cartopy.rst.txt +++ b/_sources/examples/generated/Colorized_Grid_Data.rst.txt @@ -1,7 +1,7 @@ -================= -Grids and Cartopy -================= -`Notebook `_ +=================== +Colorized Grid Data +=================== +`Notebook `_ Python-AWIPS Tutorial Notebook -------------- @@ -205,7 +205,7 @@ label for our plot. -.. image:: Grids_and_Cartopy_files/Grids_and_Cartopy_21_1.png +.. image:: Colorized_Grid_Data_files/Colorized_Grid_Data_21_1.png 5.2 Plot Using contourf @@ -229,7 +229,7 @@ a label for our plot. -.. image:: Grids_and_Cartopy_files/Grids_and_Cartopy_23_0.png +.. image:: Colorized_Grid_Data_files/Colorized_Grid_Data_23_0.png `Top `__ diff --git a/_static/basic.css b/_static/basic.css index 603f6a8..bf18350 100644 --- a/_static/basic.css +++ b/_static/basic.css @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -757,6 +757,7 @@ span.pre { -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; + white-space: nowrap; } div[class*="highlight-"] { diff --git a/_static/doctools.js b/_static/doctools.js index 8cbf1b1..e509e48 100644 --- a/_static/doctools.js +++ b/_static/doctools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilities for all documentation. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -264,6 +264,9 @@ var Documentation = { hideSearchWords : function() { $('#searchbox .highlight-link').fadeOut(300); $('span.highlighted').removeClass('highlighted'); + var url = new URL(window.location); + url.searchParams.delete('highlight'); + window.history.replaceState({}, '', url); }, /** diff --git a/_static/language_data.js b/_static/language_data.js index 863704b..ebe2f03 100644 --- a/_static/language_data.js +++ b/_static/language_data.js @@ -5,7 +5,7 @@ * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/_static/searchtools.js b/_static/searchtools.js index 002e9c4..2d77859 100644 --- a/_static/searchtools.js +++ b/_static/searchtools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilities for the full-text search. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/examples/generated/Colored_Surface_Temperature_Plot.html b/examples/generated/Colored_Surface_Temperature_Plot.html index 71dae25..5949229 100644 --- a/examples/generated/Colored_Surface_Temperature_Plot.html +++ b/examples/generated/Colored_Surface_Temperature_Plot.html @@ -19,7 +19,7 @@ - + @@ -59,11 +59,11 @@ +
  • Colorized Grid Data
  • Forecast Model Vertical Sounding
  • GOES CIRA Product Writer
  • GOES Geostationary Lightning Mapper
  • Grid Levels and Parameters
  • -
  • Grids and Cartopy
  • METAR Station Plot with MetPy
  • Map Resources and Topography
  • Model Sounding Data
  • @@ -332,7 +332,7 @@ final, colored figure.