Skip to content

Commit 61c8591

Browse files
committed
Deploying to gh-pages from @ ba13351 🚀
1 parent 0c5d0cf commit 61c8591

38 files changed

+3528
-581
lines changed

_preview/23/README.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,16 +374,28 @@
374374
</ul>
375375
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Foundations</span></p>
376376
<ul class="nav bd-sidenav">
377-
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/intro-to-unstructured-grids.html">Introduction to Unstructured Grids</a></li>
377+
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/unstructured-grids.html">Unstructured Grids</a></li>
378+
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/plotting-libs.html">Plotting Libraries</a></li>
378379
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/rendering-techniques.html">Rendering Techniques</a></li>
379380
</ul>
380381
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Introduction to UXarray</span></p>
381382
<ul class="nav bd-sidenav">
382-
<li class="toctree-l1"><a class="reference internal" href="notebooks/02-intro-to-uxarray/uxds-uxda.html"><code class="docutils literal notranslate"><span class="pre">ux.UxDataArray</span></code> &amp; <code class="docutils literal notranslate"><span class="pre">ux.UxDataset</span></code></a></li>
383+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02-intro-to-uxarray/grid.html"><code class="docutils literal notranslate"><span class="pre">ux.Grid</span></code></a></li>
384+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02-intro-to-uxarray/uxds-uxda.html"><code class="docutils literal notranslate"><span class="pre">UxDataArray</span></code> &amp; <code class="docutils literal notranslate"><span class="pre">UxDataset</span></code></a></li>
383385
</ul>
384386
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Plotting with UXarray</span></p>
385387
<ul class="nav bd-sidenav">
386388
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/grid-viz.html"><code class="docutils literal notranslate"><span class="pre">ux.Grid</span></code></a></li>
389+
</ul>
390+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Climate Model Output Visualization Examples</span></p>
391+
<ul class="nav bd-sidenav">
392+
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-climate-model-examples/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
393+
</ul>
394+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Compatibility with Visualization Packages</span></p>
395+
<ul class="nav bd-sidenav">
396+
<li class="toctree-l1"><a class="reference internal" href="notebooks/05-viz-packages/matplotlib.html">Matplotlib</a></li>
397+
<li class="toctree-l1"><a class="reference internal" href="notebooks/05-viz-packages/datashader.html">Datashader</a></li>
398+
<li class="toctree-l1"><a class="reference internal" href="notebooks/05-viz-packages/lonboard.html">Lonboard</a></li>
387399
</ul>
388400

389401
</div>
Loading

_preview/23/_sources/notebooks/01-foundations/intro-to-unstructured-grids.ipynb renamed to _preview/23/_sources/notebooks/01-foundations/unstructured-grids.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {},
55
"cell_type": "markdown",
66
"source": [
7-
"# Introduction to Unstructured Grids\n",
7+
"# Unstructured Grids\n",
88
"---"
99
],
1010
"id": "b0e265cab6491374"

_preview/23/_sources/notebooks/02-intro-to-uxarray/uxds-uxda.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {},
55
"cell_type": "markdown",
66
"source": [
7-
"# ``ux.UxDataArray`` & ``ux.UxDataset``\n",
7+
"# ``UxDataArray`` & ``UxDataset``\n",
88
"---"
99
],
1010
"id": "defae8d5978518cb"
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"cells": [
3+
{
4+
"metadata": {},
5+
"cell_type": "markdown",
6+
"source": [
7+
"# Datashader\n",
8+
"---"
9+
],
10+
"id": "9320edea162f109d"
11+
},
12+
{
13+
"metadata": {
14+
"ExecuteTime": {
15+
"end_time": "2024-11-04T20:08:23.394487Z",
16+
"start_time": "2024-11-04T20:08:23.391186Z"
17+
}
18+
},
19+
"cell_type": "code",
20+
"source": "# todo",
21+
"id": "781f47a67aa5e115",
22+
"outputs": [],
23+
"execution_count": 1
24+
},
25+
{
26+
"metadata": {},
27+
"cell_type": "code",
28+
"outputs": [],
29+
"execution_count": null,
30+
"source": "",
31+
"id": "ad31d371e468bdf0"
32+
}
33+
],
34+
"metadata": {
35+
"kernelspec": {
36+
"display_name": "Python 3",
37+
"language": "python",
38+
"name": "python3"
39+
},
40+
"language_info": {
41+
"codemirror_mode": {
42+
"name": "ipython",
43+
"version": 2
44+
},
45+
"file_extension": ".py",
46+
"mimetype": "text/x-python",
47+
"name": "python",
48+
"nbconvert_exporter": "python",
49+
"pygments_lexer": "ipython2",
50+
"version": "2.7.6"
51+
}
52+
},
53+
"nbformat": 4,
54+
"nbformat_minor": 5
55+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"cells": [
3+
{
4+
"metadata": {},
5+
"cell_type": "markdown",
6+
"source": [
7+
"# Lonboard\n",
8+
"---"
9+
],
10+
"id": "342496cb5a083961"
11+
},
12+
{
13+
"metadata": {},
14+
"cell_type": "code",
15+
"outputs": [],
16+
"execution_count": null,
17+
"source": "",
18+
"id": "f2548d72573ff8fd"
19+
}
20+
],
21+
"metadata": {
22+
"kernelspec": {
23+
"display_name": "Python 3",
24+
"language": "python",
25+
"name": "python3"
26+
},
27+
"language_info": {
28+
"codemirror_mode": {
29+
"name": "ipython",
30+
"version": 2
31+
},
32+
"file_extension": ".py",
33+
"mimetype": "text/x-python",
34+
"name": "python",
35+
"nbconvert_exporter": "python",
36+
"pygments_lexer": "ipython2",
37+
"version": "2.7.6"
38+
}
39+
},
40+
"nbformat": 4,
41+
"nbformat_minor": 5
42+
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"cells": [
3+
{
4+
"metadata": {},
5+
"cell_type": "markdown",
6+
"source": [
7+
"# Matplotlib\n",
8+
"---"
9+
],
10+
"id": "603ede925041bb57"
11+
},
12+
{
13+
"metadata": {
14+
"ExecuteTime": {
15+
"end_time": "2024-11-04T20:08:11.699420Z",
16+
"start_time": "2024-11-04T20:08:11.696372Z"
17+
}
18+
},
19+
"cell_type": "code",
20+
"source": "# todo",
21+
"id": "32f286fdac3a7845",
22+
"outputs": [],
23+
"execution_count": 1
24+
},
25+
{
26+
"metadata": {},
27+
"cell_type": "code",
28+
"outputs": [],
29+
"execution_count": null,
30+
"source": "",
31+
"id": "ed0beab11ed42e3f"
32+
}
33+
],
34+
"metadata": {
35+
"kernelspec": {
36+
"display_name": "Python 3",
37+
"language": "python",
38+
"name": "python3"
39+
},
40+
"language_info": {
41+
"codemirror_mode": {
42+
"name": "ipython",
43+
"version": 2
44+
},
45+
"file_extension": ".py",
46+
"mimetype": "text/x-python",
47+
"name": "python",
48+
"nbconvert_exporter": "python",
49+
"pygments_lexer": "ipython2",
50+
"version": "2.7.6"
51+
}
52+
},
53+
"nbformat": 4,
54+
"nbformat_minor": 5
55+
}

_preview/23/genindex.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,16 +368,28 @@
368368
</ul>
369369
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Foundations</span></p>
370370
<ul class="nav bd-sidenav">
371-
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/intro-to-unstructured-grids.html">Introduction to Unstructured Grids</a></li>
371+
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/unstructured-grids.html">Unstructured Grids</a></li>
372+
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/plotting-libs.html">Plotting Libraries</a></li>
372373
<li class="toctree-l1"><a class="reference internal" href="notebooks/01-foundations/rendering-techniques.html">Rendering Techniques</a></li>
373374
</ul>
374375
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Introduction to UXarray</span></p>
375376
<ul class="nav bd-sidenav">
376-
<li class="toctree-l1"><a class="reference internal" href="notebooks/02-intro-to-uxarray/uxds-uxda.html"><code class="docutils literal notranslate"><span class="pre">ux.UxDataArray</span></code> &amp; <code class="docutils literal notranslate"><span class="pre">ux.UxDataset</span></code></a></li>
377+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02-intro-to-uxarray/grid.html"><code class="docutils literal notranslate"><span class="pre">ux.Grid</span></code></a></li>
378+
<li class="toctree-l1"><a class="reference internal" href="notebooks/02-intro-to-uxarray/uxds-uxda.html"><code class="docutils literal notranslate"><span class="pre">UxDataArray</span></code> &amp; <code class="docutils literal notranslate"><span class="pre">UxDataset</span></code></a></li>
377379
</ul>
378380
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Plotting with UXarray</span></p>
379381
<ul class="nav bd-sidenav">
380382
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/grid-viz.html"><code class="docutils literal notranslate"><span class="pre">ux.Grid</span></code></a></li>
383+
</ul>
384+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Climate Model Output Visualization Examples</span></p>
385+
<ul class="nav bd-sidenav">
386+
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-climate-model-examples/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
387+
</ul>
388+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Compatibility with Visualization Packages</span></p>
389+
<ul class="nav bd-sidenav">
390+
<li class="toctree-l1"><a class="reference internal" href="notebooks/05-viz-packages/matplotlib.html">Matplotlib</a></li>
391+
<li class="toctree-l1"><a class="reference internal" href="notebooks/05-viz-packages/datashader.html">Datashader</a></li>
392+
<li class="toctree-l1"><a class="reference internal" href="notebooks/05-viz-packages/lonboard.html">Lonboard</a></li>
381393
</ul>
382394

383395
</div>

_preview/23/meshfiles/catalog.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,16 +373,28 @@
373373
</ul>
374374
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Foundations</span></p>
375375
<ul class="nav bd-sidenav">
376-
<li class="toctree-l1"><a class="reference internal" href="../notebooks/01-foundations/intro-to-unstructured-grids.html">Introduction to Unstructured Grids</a></li>
376+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/01-foundations/unstructured-grids.html">Unstructured Grids</a></li>
377+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/01-foundations/plotting-libs.html">Plotting Libraries</a></li>
377378
<li class="toctree-l1"><a class="reference internal" href="../notebooks/01-foundations/rendering-techniques.html">Rendering Techniques</a></li>
378379
</ul>
379380
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Introduction to UXarray</span></p>
380381
<ul class="nav bd-sidenav">
381-
<li class="toctree-l1"><a class="reference internal" href="../notebooks/02-intro-to-uxarray/uxds-uxda.html"><code class="docutils literal notranslate"><span class="pre">ux.UxDataArray</span></code> &amp; <code class="docutils literal notranslate"><span class="pre">ux.UxDataset</span></code></a></li>
382+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/02-intro-to-uxarray/grid.html"><code class="docutils literal notranslate"><span class="pre">ux.Grid</span></code></a></li>
383+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/02-intro-to-uxarray/uxds-uxda.html"><code class="docutils literal notranslate"><span class="pre">UxDataArray</span></code> &amp; <code class="docutils literal notranslate"><span class="pre">UxDataset</span></code></a></li>
382384
</ul>
383385
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Plotting with UXarray</span></p>
384386
<ul class="nav bd-sidenav">
385387
<li class="toctree-l1"><a class="reference internal" href="../notebooks/03-plotting-with-uxarray/grid-viz.html"><code class="docutils literal notranslate"><span class="pre">ux.Grid</span></code></a></li>
388+
</ul>
389+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Climate Model Output Visualization Examples</span></p>
390+
<ul class="nav bd-sidenav">
391+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/04-climate-model-examples/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
392+
</ul>
393+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Compatibility with Visualization Packages</span></p>
394+
<ul class="nav bd-sidenav">
395+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/05-viz-packages/matplotlib.html">Matplotlib</a></li>
396+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/05-viz-packages/datashader.html">Datashader</a></li>
397+
<li class="toctree-l1"><a class="reference internal" href="../notebooks/05-viz-packages/lonboard.html">Lonboard</a></li>
386398
</ul>
387399

388400
</div>

0 commit comments

Comments
 (0)