Skip to content

Commit dbbef75

Browse files
committed
deploy: a836805
1 parent 14de2af commit dbbef75

26 files changed

+94
-92
lines changed

_preview/435/_sources/cookbook-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Here's a handy trick for finding your published book:
163163
- On the home page of your GitHub repo, look for the "About" section in the right-hand side bar.
164164
- Click the "gear" icon next to "About"
165165
- Select the checkbox "Use your GitHub Pages website".
166+
- Is that checkbox missing? That likely means you're looking at the "About" section of your _personal fork_, not the upstream fork. Navigate back to `https://github.com/ProjectPythia/[YOUR_COOKBOOK_REPO_NAME]/` and look for it there.
166167

167168
The link to your published book will then be displayed on the home page of the repo.
168169

_preview/435/_sources/resource-gallery.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
14211421
<img src="_static/images/ebp-logo.png" class="gallery-thumbnail" />
14221422
<div class="container">
14231423
<a href="https://nbviewer.jupyter.org/github/ltauxe/Python-for-Earth-Science-Students/tree/master/" class="text-decoration-none"><h4 class="display-4 p-0">Python Programming for Earth Science Students</h4></a>
1424-
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:[email protected]">Lisa Tauxe</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
1424+
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:[email protected]">Lisa Tauxe</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
14251425
<p class="my-2">Python Programming for Earth Science Students </p>
14261426
</div>
14271427
</div>
@@ -1599,7 +1599,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
15991599
<img src="_static/thumbnails/ptss-txtfile.jpeg" class="gallery-thumbnail" />
16001600
<div class="container">
16011601
<a href="https://youtu.be/Jog7ybd6amw" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Reading in a .txt File</h4></a>
1602-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1602+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16031603
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers setting up a work environment and opening a .txt file. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>.
16041604
</p>
16051605
</div>
@@ -1624,7 +1624,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16241624
<img src="_static/thumbnails/ptss-datadict.jpeg" class="gallery-thumbnail" />
16251625
<div class="container">
16261626
<a href="https://youtu.be/5z6-t62x7Xs" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating a Data Dictionary</h4></a>
1627-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1627+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16281628
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers creating a data dictionary. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>.
16291629
</p>
16301630
</div>
@@ -1649,7 +1649,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16491649
<img src="_static/thumbnails/ptss-writingfx.jpeg" class="gallery-thumbnail" />
16501650
<div class="container">
16511651
<a href="https://youtu.be/BerEf_3CsL8" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Writing Functions</h4></a>
1652-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1652+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16531653
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to write and call functions in Python. The content to follow along with this video is hosted on the <A href ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>.
16541654
</p>
16551655
</div>
@@ -1674,7 +1674,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16741674
<img src="_static/thumbnails/ptss-firstpackage.jpeg" class="gallery-thumbnail" />
16751675
<div class="container">
16761676
<a href="https://youtu.be/6lbbTwGFcTc" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating Your Own Package</h4></a>
1677-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1677+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16781678
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to create and call modules and packages. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>.
16791679
</p>
16801680
</div>
@@ -1699,7 +1699,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16991699
<img src="_static/thumbnails/ptss-builtinpackage.jpeg" class="gallery-thumbnail" />
17001700
<div class="container">
17011701
<a href="https://youtu.be/44QUMCh2ZHU" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Using a Built-In Package and Publishing Your Package</h4></a>
1702-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1702+
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17031703
<p class="my-2">Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to use your first external buil-in package, `math`, and how to publish your package. The content to follow along with this video is hosted on the <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>.
17041704
</p>
17051705
</div>
@@ -1824,7 +1824,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18241824
<img src="_static/thumbnails/ptss-cartopy.jpeg" class="gallery-thumbnail" />
18251825
<div class="container">
18261826
<a href="https://youtu.be/ivmd3RluMiw" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Cartopy</h4></a>
1827-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Michaela Sizemore<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1827+
<p class="card-subtitle"><strong>Author:</strong> Michaela Sizemore, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18281828
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `cartopy`. The content to follow along with this video is hosted in this <A href="https://github.com/michaelavs/cartopy_tutorial">Cartopy Tutorial GitHub Repository</A>.
18291829
</p>
18301830
</div>
@@ -1876,7 +1876,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18761876
<img src="_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" />
18771877
<div class="container">
18781878
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1879-
<p class="card-subtitle"><strong>Author:</strong> Drew Camron, Project Pythia, Max Grover<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1879+
<p class="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18801880
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this <A href="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</A>.
18811881
</p>
18821882
</div>
@@ -1901,7 +1901,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19011901
<img src="_static/thumbnails/ptss-xarray1.jpeg" class="gallery-thumbnail" />
19021902
<div class="container">
19031903
<a href="https://youtu.be/Ss4ryKukhi4" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 1</h4></a>
1904-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1904+
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19051905
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
19061906
</p>
19071907
</div>
@@ -1926,7 +1926,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19261926
<img src="_static/thumbnails/ptss-xarray2.jpeg" class="gallery-thumbnail" />
19271927
<div class="container">
19281928
<a href="https://youtu.be/2H_4drBwORY" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 2</h4></a>
1929-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1929+
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19301930
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
19311931
</p>
19321932
</div>
@@ -1951,7 +1951,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19511951
<img src="_static/thumbnails/ptss-dask1.jpeg" class="gallery-thumbnail" />
19521952
<div class="container">
19531953
<a href="https://youtu.be/wn-QM6QUB_U" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 1</h4></a>
1954-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1954+
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19551955
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
19561956
</p>
19571957
</div>
@@ -1976,7 +1976,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19761976
<img src="_static/thumbnails/ptss-dask2.jpeg" class="gallery-thumbnail" />
19771977
<div class="container">
19781978
<a href="https://youtu.be/yn4_-1pHC5k" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 2</h4></a>
1979-
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1979+
<p class="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19801980
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this <A href="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
19811981
</p>
19821982
</div>

_preview/435/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="6 June 2024"/>
70+
<meta name="docbuild:last-update" content="7 June 2024"/>
7171

7272

7373

@@ -801,7 +801,7 @@ <h2>Presentations about Project Pythia<a class="headerlink" href="#presentations
801801

802802
<div class="footer-item">
803803
<p class="last-updated">
804-
Last updated on 6 June 2024.
804+
Last updated on 7 June 2024.
805805
<br/>
806806
</p>
807807
</div>
@@ -888,7 +888,7 @@ <h1>Contribute</h1>
888888

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

891-
Last updated on 6 June 2024.
891+
Last updated on 7 June 2024.
892892
</p>
893893
</div>
894894
</div>

_preview/435/blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="6 June 2024"/>
67+
<meta name="docbuild:last-update" content="7 June 2024"/>
6868

6969
<link
7070
rel="alternate"
@@ -702,7 +702,7 @@ <h2 class="ablog-post-title">
702702

703703
<div class="footer-item">
704704
<p class="last-updated">
705-
Last updated on 6 June 2024.
705+
Last updated on 7 June 2024.
706706
<br/>
707707
</p>
708708
</div>
@@ -789,7 +789,7 @@ <h1>Contribute</h1>
789789

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

792-
Last updated on 6 June 2024.
792+
Last updated on 7 June 2024.
793793
</p>
794794
</div>
795795
</div>

_preview/435/blog/2023.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="6 June 2024"/>
67+
<meta name="docbuild:last-update" content="7 June 2024"/>
6868

6969
<link
7070
rel="alternate"
@@ -642,7 +642,7 @@ <h2 class="ablog-post-title">
642642

643643
<div class="footer-item">
644644
<p class="last-updated">
645-
Last updated on 6 June 2024.
645+
Last updated on 7 June 2024.
646646
<br/>
647647
</p>
648648
</div>
@@ -729,7 +729,7 @@ <h1>Contribute</h1>
729729

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

732-
Last updated on 6 June 2024.
732+
Last updated on 7 June 2024.
733733
</p>
734734
</div>
735735
</div>

_preview/435/blog/2024.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="6 June 2024"/>
67+
<meta name="docbuild:last-update" content="7 June 2024"/>
6868

6969
<link
7070
rel="alternate"
@@ -582,7 +582,7 @@ <h2 class="ablog-post-title">
582582

583583
<div class="footer-item">
584584
<p class="last-updated">
585-
Last updated on 6 June 2024.
585+
Last updated on 7 June 2024.
586586
<br/>
587587
</p>
588588
</div>
@@ -669,7 +669,7 @@ <h1>Contribute</h1>
669669

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

672-
Last updated on 6 June 2024.
672+
Last updated on 7 June 2024.
673673
</p>
674674
</div>
675675
</div>

_preview/435/blog/archive.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="6 June 2024"/>
67+
<meta name="docbuild:last-update" content="7 June 2024"/>
6868

6969

7070

@@ -560,7 +560,7 @@ <h2>
560560

561561
<div class="footer-item">
562562
<p class="last-updated">
563-
Last updated on 6 June 2024.
563+
Last updated on 7 June 2024.
564564
<br/>
565565
</p>
566566
</div>
@@ -647,7 +647,7 @@ <h1>Contribute</h1>
647647

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

650-
Last updated on 6 June 2024.
650+
Last updated on 7 June 2024.
651651
</p>
652652
</div>
653653
</div>

_preview/435/blog/author.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="6 June 2024"/>
67+
<meta name="docbuild:last-update" content="7 June 2024"/>
6868

6969

7070

@@ -571,7 +571,7 @@ <h2>
571571

572572
<div class="footer-item">
573573
<p class="last-updated">
574-
Last updated on 6 June 2024.
574+
Last updated on 7 June 2024.
575575
<br/>
576576
</p>
577577
</div>
@@ -658,7 +658,7 @@ <h1>Contribute</h1>
658658

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

661-
Last updated on 6 June 2024.
661+
Last updated on 7 June 2024.
662662
</p>
663663
</div>
664664
</div>

_preview/435/blog/author/brian-rose.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="6 June 2024"/>
67+
<meta name="docbuild:last-update" content="7 June 2024"/>
6868

6969
<link
7070
rel="alternate"
@@ -582,7 +582,7 @@ <h2 class="ablog-post-title">
582582

583583
<div class="footer-item">
584584
<p class="last-updated">
585-
Last updated on 6 June 2024.
585+
Last updated on 7 June 2024.
586586
<br/>
587587
</p>
588588
</div>
@@ -669,7 +669,7 @@ <h1>Contribute</h1>
669669

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

672-
Last updated on 6 June 2024.
672+
Last updated on 7 June 2024.
673673
</p>
674674
</div>
675675
</div>

_preview/435/blog/author/john-clyne.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6666
<meta name="docsearch:language" content="en"/>
67-
<meta name="docbuild:last-update" content="6 June 2024"/>
67+
<meta name="docbuild:last-update" content="7 June 2024"/>
6868

6969
<link
7070
rel="alternate"
@@ -583,7 +583,7 @@ <h2 class="ablog-post-title">
583583

584584
<div class="footer-item">
585585
<p class="last-updated">
586-
Last updated on 6 June 2024.
586+
Last updated on 7 June 2024.
587587
<br/>
588588
</p>
589589
</div>
@@ -670,7 +670,7 @@ <h1>Contribute</h1>
670670

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

673-
Last updated on 6 June 2024.
673+
Last updated on 7 June 2024.
674674
</p>
675675
</div>
676676
</div>

0 commit comments

Comments
 (0)