Skip to content

Commit c15a2f7

Browse files
committed
deploy: d859419
1 parent f3b9f2a commit c15a2f7

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

_preview/435/_sources/cookbook-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ Pythia Cookbooks are not just collections of notebooks! They are backed by GitHu
147147
### About the publishing pipeline
148148

149149
Any time you push new content to the `main` branch of your Cookbook repo, actions are triggered that do the following:
150-
- create an up-to-date build environment using your `environment.yml` file
151-
- execute all the notebooks in that environment
152-
- package the book into a styled website
153-
- check all the links in the website to make sure they are valid
154-
- deploy the styled website so it's visible to the world
150+
- Create an up-to-date build environment using your `environment.yml` file
151+
- Execute all the notebooks in that environment
152+
- Package the book into a styled website
153+
- Check all the links in the website to make sure they are valid
154+
- Deploy the styled website so it's visible to the world
155155

156156
### Where is my book?
157157

_preview/435/_sources/resource-gallery.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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>
@@ -1724,7 +1724,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17241724
<img src="_static/thumbnails/ptss-jupyter.jpeg" class="gallery-thumbnail" />
17251725
<div class="container">
17261726
<a href="https://youtu.be/xSzXvwzFsDU" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Jupyter Notebooks</h4></a>
1727-
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1727+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17281728
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks.
17291729
</p>
17301730
</div>
@@ -1749,7 +1749,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17491749
<img src="_static/thumbnails/ptss-numpy.jpeg" class="gallery-thumbnail" />
17501750
<div class="container">
17511751
<a href="https://youtu.be/kstc-6uz7AQ" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Numpy</h4></a>
1752-
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1752+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17531753
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `numpy`. The content to follow along with this video is hosted on this <A href="https://colab.research.google.com/drive/1zcjaGXofLzUXkQzJKnANE9Z3yFUt0q7E?">Numpy Google Collab</A>.
17541754
</p>
17551755
</div>
@@ -1774,7 +1774,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17741774
<img src="_static/thumbnails/ptss-matplotlib.jpeg" class="gallery-thumbnail" />
17751775
<div class="container">
17761776
<a href="https://youtu.be/EiPRIdHQEmE" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Matplotlib</h4></a>
1777-
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1777+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17781778
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `matplotlib`. The content to follow along with this video is hosted on this <A href="https://github.com/anissa111/matplotlib-tutorial">Matplotlib Tutorial GitHub Repository</A>.
17791779
</p>
17801780
</div>
@@ -1800,7 +1800,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18001800
<img src="_static/thumbnails/ptss-oop.jpeg" class="gallery-thumbnail" />
18011801
<div class="container">
18021802
<a href="https://youtu.be/GEFnL8C62u8" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Object Oriented Programming</h4></a>
1803-
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1803+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18041804
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing Object Oriented Programming. The content to follow along with this video is hosted in this <A href="https://github.com/pilotchute/oop_hrrr_tutorial">Object Oriented Programming Tutorial GitHub Repository</A>.
18051805
</p>
18061806
</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> Michaela Sizemore, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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>
@@ -1851,7 +1851,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
18511851
<img src="_static/thumbnails/ptss-git.png" class="gallery-thumbnail" />
18521852
<div class="container">
18531853
<a href="https://youtu.be/fYkPn0Nttlg" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Git and GitHub</h4></a>
1854-
<p class="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1854+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
18551855
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the tools Git and GitHub. The content to follow along with this tutorial is hosted in this <A href="https://github.com/NCAR/git-github-demo">Git and GitHub Demo GitHub Repository</A>.
18561856
</p>
18571857
</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> Max Grover, Drew Camron, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1879+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Drew Camron, Max Grover<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> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
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>
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>
@@ -2001,7 +2001,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20012001
<img src="_static/thumbnails/ptss-geocatplot.jpeg" class="gallery-thumbnail" />
20022002
<div class="container">
20032003
<a href="https://youtu.be/It231le1fAU" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Plotting with GeoCAT</h4></a>
2004-
<p class="card-subtitle"><strong>Author:</strong> Anissa Zacharias, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2004+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Anissa Zacharias<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20052005
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing advanced plotting techniques and highlighting tools developed by GeoCAT. The content to follow along with this video is hosted in this <A href="https://github.com/anissa111/plotting-with-geocat-tutorial">Plotting with GeoCat GitHub Repository</A>.
20062006
</p>
20072007
</div>
@@ -2027,7 +2027,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
20272027
<img src="_static/thumbnails/ptss-geocatcomp.jpeg" class="gallery-thumbnail" />
20282028
<div class="container">
20292029
<a href="https://www.youtube.com/watch?v=uiWDQKI8YTQ&t=6s" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - GeoCAT-Comp</h4></a>
2030-
<p class="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
2030+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
20312031
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing `geocat-comp`. The content to follow along with this video is hosted in this <A href="https://github.com/pilotchute/geocat_comp_tutorial">GeoCat-Comp GitHub Repository</A>.
20322032
</p>
20332033
</div>

_preview/435/cookbook-guide.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,11 @@ <h2>Deploying your Cookbook<a class="headerlink" href="#deploying-your-cookbook"
534534
<h3>About the publishing pipeline<a class="headerlink" href="#about-the-publishing-pipeline" title="Link to this heading"><i class="fas fa-link"></i></a></h3>
535535
<p>Any time you push new content to the <code class="docutils literal notranslate"><span class="pre">main</span></code> branch of your Cookbook repo, actions are triggered that do the following:</p>
536536
<ul class="simple">
537-
<li><p>create an up-to-date build environment using your <code class="docutils literal notranslate"><span class="pre">environment.yml</span></code> file</p></li>
538-
<li><p>execute all the notebooks in that environment</p></li>
539-
<li><p>package the book into a styled website</p></li>
540-
<li><p>check all the links in the website to make sure they are valid</p></li>
541-
<li><p>deploy the styled website so it’s visible to the world</p></li>
537+
<li><p>Create an up-to-date build environment using your <code class="docutils literal notranslate"><span class="pre">environment.yml</span></code> file</p></li>
538+
<li><p>Execute all the notebooks in that environment</p></li>
539+
<li><p>Package the book into a styled website</p></li>
540+
<li><p>Check all the links in the website to make sure they are valid</p></li>
541+
<li><p>Deploy the styled website so it’s visible to the world</p></li>
542542
</ul>
543543
</section>
544544
<section id="where-is-my-book">

0 commit comments

Comments
 (0)