Skip to content

Commit

Permalink
deploy: 2101e01
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed May 20, 2024
1 parent 2c53984 commit 0992077
Show file tree
Hide file tree
Showing 66 changed files with 918 additions and 918 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _sources/core/numpy/numpy-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
"source": [
"### Slices\n",
"\n",
"Slicing syntax is written as `array[start:stop[:step]]`, where **all numbers are optional**.\n",
"Slicing syntax is written as `array[start:stop:step]`. Note that **all numbers are optional**. Importantly, the **step** parameter is optional and can be omitted, in which case the slice uses a default step of 1.\n",
"- defaults: \n",
" - start = 0\n",
" - stop = len(dim)\n",
Expand Down
6 changes: 3 additions & 3 deletions appendix/how-to-contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="Dask Arrays with Xarray" href="../core/xarray/dask-arrays-xarray.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -832,7 +832,7 @@ <h3>Keeping your dev environment up to date<a class="headerlink" href="#keeping-

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -961,7 +961,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions appendix/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<link rel="prev" title="Pythia Foundations Contributor’s Guide" href="how-to-contribute.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -612,8 +612,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
<section id="header-levels">
<h6>header levels<a class="headerlink" href="#header-levels" title="Link to this heading"><i class="fas fa-link"></i></a></h6>
<p>Each section in your notebook can also contain <span class="math notranslate nohighlight">\(\LaTeX\)</span> equations, enabled through MathJax. In the following example, we illustrate some sample MathJax equations. (Rendering instructions, as well as detailed information about MathJax, can be found in <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html">this documentation</a>.)</p>
<div class="amsmath math notranslate nohighlight" id="equation-f30dbe6b-885a-4420-880f-d8f6a99895d0">
<span class="eqno">(1)<a class="headerlink" href="#equation-f30dbe6b-885a-4420-880f-d8f6a99895d0" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-61381fa0-8af8-47df-9f50-27f6c02b151f">
<span class="eqno">(1)<a class="headerlink" href="#equation-61381fa0-8af8-47df-9f50-27f6c02b151f" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
\dot{z} &amp; = -\beta z + xy
Expand Down Expand Up @@ -998,7 +998,7 @@ <h2>Resources and references<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1127,7 +1127,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/cartopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Annotations, Colorbars, and Advanced Layouts" href="matplotlib/annotations-colorbars-layouts.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -763,7 +763,7 @@ <h1>Cartopy<a class="headerlink" href="#cartopy" title="Link to this heading"><i

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -892,7 +892,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions core/cartopy/cartopy.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Cartopy" href="../cartopy.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -571,7 +571,7 @@ <h3>Create a map with a specified projection<a class="headerlink" href="#create-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f5f6cbc0500&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f003cb648c0&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -603,7 +603,7 @@ <h3>Add cartographic features to the map<a class="headerlink" href="#add-cartogr
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f5f6cb68fb0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f004cd08ad0&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -1340,7 +1340,7 @@ <h2>Resources and References<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1469,7 +1469,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/data-formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Introduction to Pandas" href="pandas/pandas.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -755,7 +755,7 @@ <h1>Data Formats<a class="headerlink" href="#data-formats" title="Link to this h

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -884,7 +884,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions core/data-formats/netcdf-cf.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<link rel="prev" title="Data Formats" href="../data-formats.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -564,7 +564,7 @@ <h2>Gridded Data<a class="headerlink" href="#gridded-data" title="Link to this h
</div>
</div>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2523/2342439358.py:1: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2539/2342439358.py:1: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
start = datetime.utcnow().replace(hour=22, minute=0, second=0, microsecond=0)
</pre></div>
</div>
Expand Down Expand Up @@ -610,7 +610,7 @@ <h3>Creating the file and dimensions<a class="headerlink" href="#creating-the-fi
</div>
</div>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2523/2008125275.py:5: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2539/2008125275.py:5: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
nc.history = str(datetime.utcnow()) + &#39; Python&#39;
</pre></div>
</div>
Expand Down Expand Up @@ -651,7 +651,7 @@ <h3>Creating the file and dimensions<a class="headerlink" href="#creating-the-fi
title: Forecast model run
institution: Unidata
source: WRF-1.5
history: 2024-05-15 20:54:54.653673 Python
history: 2024-05-20 18:27:34.711385 Python
references:
comment:
dimensions(sizes): forecast_time(0), x(101), y(67), pressure(7)
Expand Down Expand Up @@ -1564,7 +1564,7 @@ <h2>Resources and References<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1693,7 +1693,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="Introduction to Cartopy" href="cartopy/cartopy.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -763,7 +763,7 @@ <h1>Datetime<a class="headerlink" href="#datetime" title="Link to this heading">

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -892,7 +892,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
26 changes: 13 additions & 13 deletions core/datetime/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="Datetime" href="../datetime.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -593,7 +593,7 @@ <h3>Some core terminology<a class="headerlink" href="#some-core-terminology" tit
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>1715806495.8833458
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>1716229655.9439774
</pre></div>
</div>
</div>
Expand All @@ -614,7 +614,7 @@ <h3><code class="docutils literal notranslate"><span class="pre">time</span></co
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The benchmark took 1.0002374649047852 seconds
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The benchmark took 1.0002319812774658 seconds
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -743,7 +743,7 @@ <h4>See how many days have elapsed since the strike:<a class="headerlink" href="
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>6167
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>6172
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -815,8 +815,8 @@ <h3>Time Zone Naive Versus Time Zone Aware <code class="docutils literal notrans
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive 2024-05-15 20:54:56.921356.
I am time zone aware 2024-05-15 20:54:56.921392+00:00.
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive 2024-05-20 18:27:36.981418.
I am time zone aware 2024-05-20 18:27:36.981452+00:00.
</pre></div>
</div>
</div>
Expand All @@ -839,8 +839,8 @@ <h3>Full time zone support with the <code class="docutils literal notranslate"><
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive: 2024-05-15 20:54:56.925612.
I am time zone aware: 2024-05-15 14:54:56.936190-06:00.
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>I am time zone naive: 2024-05-20 18:27:36.985646.
I am time zone aware: 2024-05-20 12:27:36.996878-06:00.
</pre></div>
</div>
</div>
Expand All @@ -862,11 +862,11 @@ <h3>Print Time with a Different Time Zone<a class="headerlink" href="#print-time
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The UTC time is May 15, 2024, 8:54PM.
The &#39;US/Mountain&#39; time is May 15, 2024, 2:54PM.
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The UTC time is May 20, 2024, 6:27PM.
The &#39;US/Mountain&#39; time is May 20, 2024, 12:27PM.
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2546/3080495102.py:1: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2563/3080495102.py:1: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
utc = dt.datetime.utcnow().replace(tzinfo=pytz.utc)
</pre></div>
</div>
Expand Down Expand Up @@ -1243,7 +1243,7 @@ <h2>Resources and References<a class="headerlink" href="#resources-and-reference

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -1372,7 +1372,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions core/matplotlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<link rel="prev" title="NumPy Broadcasting" href="numpy/numpy-broadcasting.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="15 May 2024"/>
<meta name="docbuild:last-update" content="20 May 2024"/>
</head>


Expand Down Expand Up @@ -795,7 +795,7 @@ <h2>In this section<a class="headerlink" href="#in-this-section" title="Link to

<div class="footer-item">
<p class="last-updated">
Last updated on 15 May 2024.
Last updated on 20 May 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -924,7 +924,7 @@ <h1>Contribute</h1>

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 15 May 2024.
Last updated on 20 May 2024.
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 0992077

Please sign in to comment.