You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/cookbook-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Before developing your cookbook, you should consider how it will access the data
23
23
## Use the template
24
24
25
25
1. If you don't already have a GitHub account, create one by following the [Getting Started with GitHub guide](https://foundations.projectpythia.org/foundations/getting-started-github.html)
26
-
1. On https://github.com/ProjectPythia/cookbook-template, click "Use this template→Create a new repository"
26
+
1. On the [Cookbook Template repository](https://github.com/ProjectPythia/cookbook-template), click "Use this template→Create a new repository"
27
27
1. Give your repository a descriptive name followed by `-cookbook` (e.g., `hydrology-cookbook`, `hpc-cookbook`, `cesm-cookbook`) and a description
28
28
1. Choose "Include all branches" and create the repository. Your browser will be directed to the newly created repository under your GitHub account
29
29
1. Under Settings→Pages, ensure that GitHub Pages is enabled. If it is not, change the Branch from "None" to "gh-pages/(root)" and click "Save"
<ahref="https://youtu.be/kstc-6uz7AQ"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Numpy</h4></a>
1591
-
<pclass="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1591
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1592
1592
<pclass="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 <Ahref="https://colab.research.google.com/drive/1zcjaGXofLzUXkQzJKnANE9Z3yFUt0q7E?">Numpy Google Collab</A>.
<ahref="https://youtu.be/GEFnL8C62u8"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Object Oriented Programming</h4></a>
1642
-
<pclass="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1642
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1643
1643
<pclass="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 <Ahref="https://github.com/pilotchute/oop_hrrr_tutorial">Object Oriented Programming Tutorial GitHub Repository</A>.
<ahref="https://youtu.be/BsV3ek7qsiM"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1718
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Drew Camron, Max Grover<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1718
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Max Grover, Drew Camron<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1719
1719
<pclass="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 <Ahref="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</A>.
<ahref="https://youtu.be/Ss4ryKukhi4"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 1</h4></a>
1743
-
<pclass="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1743
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1744
1744
<pclass="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 <Ahref="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
<ahref="https://youtu.be/2H_4drBwORY"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Xarray Part 2</h4></a>
1768
-
<pclass="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1768
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1769
1769
<pclass="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 <Ahref="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
<ahref="https://youtu.be/wn-QM6QUB_U"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 1</h4></a>
1793
-
<pclass="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1793
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1794
1794
<pclass="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 <Ahref="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
<ahref="https://youtu.be/yn4_-1pHC5k"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Dask Part 2</h4></a>
1818
-
<pclass="card-subtitle"><strong>Author:</strong> Anderson Banihirwe, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1818
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Anderson Banihirwe<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1819
1819
<pclass="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 <Ahref="https://github.com/andersy005/xarray-tutorial">Xarray Tutorial GitHub Repository</A>.
<ahref="https://www.youtube.com/watch?v=uiWDQKI8YTQ&t=6s"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - GeoCAT-Comp</h4></a>
1869
-
<pclass="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1869
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1870
1870
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing `geocat-comp`. The content to follow along with this video is hosted in this <Ahref="https://github.com/pilotchute/geocat_comp_tutorial">GeoCat-Comp GitHub Repository</A>.
Copy file name to clipboardExpand all lines: cookbook-guide.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ <h2>Data access<a class="headerlink" href="#data-access" title="Link to this hea
415
415
<h2>Use the template<aclass="headerlink" href="#use-the-template" title="Link to this heading"><iclass="fas fa-link"></i></a></h2>
416
416
<olclass="arabic simple">
417
417
<li><p>If you don’t already have a GitHub account, create one by following the <aclass="reference external" href="https://foundations.projectpythia.org/foundations/getting-started-github.html">Getting Started with GitHub guide</a></p></li>
418
-
<li><p>On https://github.com/ProjectPythia/cookbook-template, click “Use this template→Create a new repository”</p></li>
418
+
<li><p>On the <aclass="reference external" href="https://github.com/ProjectPythia/cookbook-template">Cookbook Template repository</a>, click “Use this template→Create a new repository”</p></li>
419
419
<li><p>Give your repository a descriptive name followed by <codeclass="docutils literal notranslate"><spanclass="pre">-cookbook</span></code> (e.g., <codeclass="docutils literal notranslate"><spanclass="pre">hydrology-cookbook</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">hpc-cookbook</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">cesm-cookbook</span></code>) and a description</p></li>
420
420
<li><p>Choose “Include all branches” and create the repository. Your browser will be directed to the newly created repository under your GitHub account</p></li>
421
421
<li><p>Under Settings→Pages, ensure that GitHub Pages is enabled. If it is not, change the Branch from “None” to “gh-pages/(root)” and click “Save”</p></li>
0 commit comments