Skip to content

Commit

Permalink
Deploy dev to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Sep 18, 2023
1 parent 0e8a78d commit 0f25b04
Show file tree
Hide file tree
Showing 384 changed files with 1,069 additions and 1,057 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion dev/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/index.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/io/gempak.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/io/gempak.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/io/gini.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/io/gini.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/io/nexrad.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/io/nexrad.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/ctables.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/ctables.html" />

</head>
Expand Down
24 changes: 15 additions & 9 deletions dev/_modules/metpy/plots/declarative.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/declarative.html" />

</head>
Expand Down Expand Up @@ -490,8 +490,8 @@ <h1>Source code for metpy.plots.declarative</h1><div class="highlight"><pre>
<span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span>
<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
<span class="kn">import</span> <span class="nn">pandas</span> <span class="k">as</span> <span class="nn">pd</span>
<span class="kn">from</span> <span class="nn">traitlets</span> <span class="kn">import</span> <span class="p">(</span><span class="n">Any</span><span class="p">,</span> <span class="n">Bool</span><span class="p">,</span> <span class="n">Float</span><span class="p">,</span> <span class="n">HasTraits</span><span class="p">,</span> <span class="n">Instance</span><span class="p">,</span> <span class="n">Int</span><span class="p">,</span> <span class="n">List</span><span class="p">,</span> <span class="n">observe</span><span class="p">,</span> <span class="n">TraitError</span><span class="p">,</span>
<span class="n">Tuple</span><span class="p">,</span> <span class="n">Unicode</span><span class="p">,</span> <span class="n">Union</span><span class="p">,</span> <span class="n">validate</span><span class="p">)</span>
<span class="kn">from</span> <span class="nn">traitlets</span> <span class="kn">import</span> <span class="p">(</span><span class="n">Any</span><span class="p">,</span> <span class="n">Bool</span><span class="p">,</span> <span class="n">Dict</span><span class="p">,</span> <span class="n">Float</span><span class="p">,</span> <span class="n">HasTraits</span><span class="p">,</span> <span class="n">Instance</span><span class="p">,</span> <span class="n">Int</span><span class="p">,</span> <span class="n">List</span><span class="p">,</span> <span class="n">observe</span><span class="p">,</span>
<span class="n">TraitError</span><span class="p">,</span> <span class="n">Tuple</span><span class="p">,</span> <span class="n">Unicode</span><span class="p">,</span> <span class="n">Union</span><span class="p">,</span> <span class="n">validate</span><span class="p">)</span>

<span class="kn">from</span> <span class="nn">.</span> <span class="kn">import</span> <span class="n">ctables</span><span class="p">,</span> <span class="n">wx_symbols</span>
<span class="kn">from</span> <span class="nn">._mpl</span> <span class="kn">import</span> <span class="n">TextCollection</span>
Expand Down Expand Up @@ -1339,8 +1339,12 @@ <h1>Source code for metpy.plots.declarative</h1><div class="highlight"><pre>
<span class="k">if</span> <span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s1">&#39;handle&#39;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_build</span><span class="p">()</span>
<span class="k">if</span> <span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s1">&#39;colorbar&#39;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
<span class="n">cbar</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">parent</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">figure</span><span class="o">.</span><span class="n">colorbar</span><span class="p">(</span>
<span class="bp">self</span><span class="o">.</span><span class="n">handle</span><span class="p">,</span> <span class="n">orientation</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">colorbar</span><span class="p">,</span> <span class="n">pad</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">aspect</span><span class="o">=</span><span class="mi">50</span><span class="p">)</span>
<span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">colorbar</span><span class="p">,</span> <span class="nb">dict</span><span class="p">):</span>
<span class="n">cbar</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">parent</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">figure</span><span class="o">.</span><span class="n">colorbar</span><span class="p">(</span>
<span class="bp">self</span><span class="o">.</span><span class="n">handle</span><span class="p">,</span> <span class="o">**</span><span class="bp">self</span><span class="o">.</span><span class="n">colorbar</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">cbar</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">parent</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">figure</span><span class="o">.</span><span class="n">colorbar</span><span class="p">(</span>
<span class="bp">self</span><span class="o">.</span><span class="n">handle</span><span class="p">,</span> <span class="n">orientation</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">colorbar</span><span class="p">,</span> <span class="n">pad</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">aspect</span><span class="o">=</span><span class="mi">50</span><span class="p">)</span>
<span class="n">cbar</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">tick_params</span><span class="p">(</span><span class="n">labelsize</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">colorbar_fontsize</span><span class="p">)</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_need_redraw</span> <span class="o">=</span> <span class="kc">False</span></div>

Expand Down Expand Up @@ -1393,13 +1397,15 @@ <h1>Source code for metpy.plots.declarative</h1><div class="highlight"><pre>
<span class="s2"> `matplotlib.colors.Normalize` instance for plotting.</span>
<span class="s2"> &quot;&quot;&quot;</span>

<span class="n">colorbar</span> <span class="o">=</span> <span class="n">Unicode</span><span class="p">(</span><span class="n">default_value</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">allow_none</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
<span class="n">colorbar</span> <span class="o">=</span> <span class="n">Union</span><span class="p">([</span><span class="n">Unicode</span><span class="p">(</span><span class="n">default_value</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">allow_none</span><span class="o">=</span><span class="kc">True</span><span class="p">),</span> <span class="n">Dict</span><span class="p">()])</span>
<span class="n">colorbar</span><span class="o">.</span><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;A string (horizontal/vertical) on whether to add a colorbar to the</span>
<span class="s2"> plot.</span>

<span class="s2"> To add a colorbar associated with the plot, set the trait to ``horizontal`` or</span>
<span class="s2"> ``vertical``,specifying the orientation of the produced colorbar. The default value is</span>
<span class="s2"> ``None``.</span>
<span class="s2"> To add a colorbar associated with the plot, you can either set the trait with a string of</span>
<span class="s2"> ``horizontal`` or ``vertical``, which specifies the orientation of the produced colorbar</span>
<span class="s2"> and uses pre-defined defaults for aspect and pad. Alternatively, you can set a dictionary</span>
<span class="s2"> of keyword argument values valid for a Matplotlib colorbar to specify how the colorbar will</span>
<span class="s2"> be plotted. The default value is ``None``.</span>
<span class="s2"> &quot;&quot;&quot;</span>

<span class="n">colorbar_fontsize</span> <span class="o">=</span> <span class="n">Union</span><span class="p">([</span><span class="n">Int</span><span class="p">(),</span> <span class="n">Float</span><span class="p">(),</span> <span class="n">Unicode</span><span class="p">()],</span> <span class="n">allow_none</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">default_value</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/patheffects.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/patheffects.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/skewt.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/skewt.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/station_plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/station_plot.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/units.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/units.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/xarray.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 17:25:39"/>
<meta name="docbuild:last-update" content="Sep 18, 2023 at 21:04:29"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/xarray.html" />

</head>
Expand Down
8 changes: 4 additions & 4 deletions dev/_sources/examples/Complex-Sounding-Plot.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ MetPy functionality
.. code-block:: none
[<matplotlib.lines.Line2D object at 0x7fd64da35ed0>]
[<matplotlib.lines.Line2D object at 0x7f21a5af2a50>]
Expand Down Expand Up @@ -267,7 +267,7 @@ INCREASE READABILITY
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7fd64e1b0bd0>
<matplotlib.collections.PolyCollection object at 0x7f21a62f51d0>
Expand Down Expand Up @@ -339,7 +339,7 @@ INCREASE READABILITY
.. code-block:: none
<matplotlib.patches.FancyArrow object at 0x7fd64dc5e650>
<matplotlib.patches.FancyArrow object at 0x7f21a657a150>
Expand Down Expand Up @@ -520,7 +520,7 @@ STEP 4: ADD A FEW EXTRA ELEMENTS TO REALLY MAKE A NEAT PLOT
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.818 seconds)
**Total running time of the script:** (0 minutes 0.807 seconds)


.. _sphx_glr_download_examples_Complex-Sounding-Plot.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/Four_Panel_Map.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ By reading model output data from a netCDF file, we can create a four panel plot

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 11.762 seconds)
**Total running time of the script:** (0 minutes 11.672 seconds)


.. _sphx_glr_download_examples_Four_Panel_Map.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/XArray_Projections.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data on a map using CartoPy.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 12.679 seconds)
**Total running time of the script:** (0 minutes 12.682 seconds)


.. _sphx_glr_download_examples_XArray_Projections.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Advection.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ the example xarray Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.150 seconds)
**Total running time of the script:** (0 minutes 0.148 seconds)


.. _sphx_glr_download_examples_calculations_Advection.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Bulk_Shear.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Compute the bulk shear for the lowest three km
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.013 seconds)
**Total running time of the script:** (0 minutes 0.012 seconds)


.. _sphx_glr_download_examples_calculations_Bulk_Shear.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Divergence.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.164 seconds)
**Total running time of the script:** (0 minutes 0.163 seconds)


.. _sphx_glr_download_examples_calculations_Divergence.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Calculate the mean pressure weighted temperature over a depth of 500 hPa
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.013 seconds)
**Total running time of the script:** (0 minutes 0.012 seconds)


.. _sphx_glr_download_examples_calculations_Mean_Pressure_Weighted.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ parcel

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.008 seconds)
**Total running time of the script:** (0 minutes 0.007 seconds)


.. _sphx_glr_download_examples_calculations_Mountain_Problem.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.239 seconds)
**Total running time of the script:** (0 minutes 0.231 seconds)


.. _sphx_glr_download_examples_calculations_Shearing_Deformation.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Smoothing.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Now, create a grid showing different smoothing options

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.676 seconds)
**Total running time of the script:** (0 minutes 0.674 seconds)


.. _sphx_glr_download_examples_calculations_Smoothing.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Print Important Sounding Parameters
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.320 seconds)
**Total running time of the script:** (0 minutes 0.315 seconds)


.. _sphx_glr_download_examples_calculations_Sounding_Calculations.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.231 seconds)
**Total running time of the script:** (0 minutes 0.229 seconds)


.. _sphx_glr_download_examples_calculations_Stretching_Deformation.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ for the layer from the surface pressure to 500-hPa
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.013 seconds)
**Total running time of the script:** (0 minutes 0.012 seconds)


.. _sphx_glr_download_examples_calculations_Thickness_Hydrostatic.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.234 seconds)
**Total running time of the script:** (0 minutes 0.232 seconds)


.. _sphx_glr_download_examples_calculations_Total_Deformation.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Vorticity.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.235 seconds)
**Total running time of the script:** (0 minutes 0.233 seconds)


.. _sphx_glr_download_examples_calculations_Vorticity.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Wind_Speed.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.145 seconds)
**Total running time of the script:** (0 minutes 0.144 seconds)


.. _sphx_glr_download_examples_calculations_Wind_Speed.py:
Expand Down
Loading

0 comments on commit 0f25b04

Please sign in to comment.