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: _preview/426/_sources/cookbook-guide.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,18 @@ Your cookbook is now ready to have content added. In the rest of this guide, we
33
33
34
34
## Update repository-specific text
35
35
36
-
1. Automatically adjust link paths that need to be changed from the `cookbook-template` to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to "Actions" -> "trigger-replace-links" -> "Run workflow".
37
-
1. Edit `_config.yml`. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and are used for filtering.
36
+
- Automatically adjust link paths that need to be changed from the `cookbook-template` to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to "Actions" -> "trigger-replace-links" -> "Run workflow".
37
+
- Edit `_config.yml`. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and are used for filtering.
38
38
- title
39
39
- thumbnail (not logo). You may simply replace the default `thumbnail.png` with your own image
40
40
- tags
41
-
1. Edit the `CITATION.cff` file Change the following fields. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and on your Zenodo citation.
41
+
- Edit the `CITATION.cff` file Change the following fields. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and on your Zenodo citation.
42
42
- title
43
43
- authors
44
44
- authors' ORCID IDs and affiliation websites (optional)
45
45
- description/abstract
46
46
- Cookbook contributor name
47
-
1. Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <ThisCookbook> is licensed ..."
47
+
- Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <ThisCookbook> is licensed ..."
48
48
49
49
## Set up the environment
50
50
@@ -85,6 +85,12 @@ You can open issues, PRs, and continue making edits as necessary.
1. Navigate to the [Cookbooks Gallery](https://cookbooks.projectpythia.org/)
89
95
1. Click the "Submit a New Cookbook" button, which will redirect you to a [new cookbook PR template](https://github.com/ProjectPythia/cookbook-gallery/issues/new?assignees=ProjectPythia%2Feducation&labels=content%2Ccookbook-gallery-submission&template=update-cookbook-gallery.yaml&title=Update+Gallery+with+new+Cookbook)
90
96
1. Add the root name of your cookbook repository (e.g., just "cesm-cookbook", not the whole URL) and any other information you'd like the team to know
<ahref="https://youtu.be/fYkPn0Nttlg"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Git and GitHub</h4></a>
1693
-
<pclass="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1693
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1694
1694
<pclass="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 <Ahref="https://github.com/NCAR/git-github-demo">Git and GitHub Demo 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> Drew Camron, Max Grover, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1718
+
<pclass="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<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>.
Copy file name to clipboardExpand all lines: _preview/426/cookbook-guide.html
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -422,28 +422,26 @@ <h2>Use the template<a class="headerlink" href="#use-the-template" title="Link t
422
422
</section>
423
423
<sectionid="update-repository-specific-text">
424
424
<h2>Update repository-specific text<aclass="headerlink" href="#update-repository-specific-text" title="Link to this heading"><iclass="fas fa-link"></i></a></h2>
425
-
<olclass="arabic simple">
426
-
<li><p>Automatically adjust link paths that need to be changed from the <codeclass="docutils literal notranslate"><spanclass="pre">cookbook-template</span></code> to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to “Actions” -> “trigger-replace-links” -> “Run workflow”.</p></li>
427
-
<li><p>Edit <codeclass="docutils literal notranslate"><spanclass="pre">_config.yml</span></code>. These will show up on your <aclass="reference external" href="https://cookbooks.projectpythia.org/">card in the gallery</a> and are used for filtering.</p></li>
428
-
</ol>
429
425
<ulclass="simple">
426
+
<li><p>Automatically adjust link paths that need to be changed from the <codeclass="docutils literal notranslate"><spanclass="pre">cookbook-template</span></code> to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to “Actions” -> “trigger-replace-links” -> “Run workflow”.</p></li>
427
+
<li><p>Edit <codeclass="docutils literal notranslate"><spanclass="pre">_config.yml</span></code>. These will show up on your <aclass="reference external" href="https://cookbooks.projectpythia.org/">card in the gallery</a> and are used for filtering.</p>
428
+
<ul>
430
429
<li><p>title</p></li>
431
430
<li><p>thumbnail (not logo). You may simply replace the default <codeclass="docutils literal notranslate"><spanclass="pre">thumbnail.png</span></code> with your own image</p></li>
432
431
<li><p>tags</p></li>
433
432
</ul>
434
-
<olclass="arabic simple">
435
-
<li><p>Edit the <codeclass="docutils literal notranslate"><spanclass="pre">CITATION.cff</span></code> file Change the following fields. These will show up on your <aclass="reference external" href="https://cookbooks.projectpythia.org/">card in the gallery</a> and on your Zenodo citation.</p></li>
436
-
</ol>
437
-
<ulclass="simple">
433
+
</li>
434
+
<li><p>Edit the <codeclass="docutils literal notranslate"><spanclass="pre">CITATION.cff</span></code> file Change the following fields. These will show up on your <aclass="reference external" href="https://cookbooks.projectpythia.org/">card in the gallery</a> and on your Zenodo citation.</p>
435
+
<ul>
438
436
<li><p>title</p></li>
439
437
<li><p>authors</p></li>
440
438
<li><p>authors’ ORCID IDs and affiliation websites (optional)</p></li>
441
439
<li><p>description/abstract</p></li>
442
440
<li><p>Cookbook contributor name</p></li>
443
441
</ul>
444
-
<olclass="arabic simple">
442
+
</li>
445
443
<li><p>Edit the <codeclass="docutils literal notranslate"><spanclass="pre">notebooks/how-to-cite.md</span></code> file with your Cookbook title in the line, “The material in <ThisCookbook> is licensed …”</p></li>
446
-
</ol>
444
+
</ul>
447
445
</section>
448
446
<sectionid="set-up-the-environment">
449
447
<h2>Set up the environment<aclass="headerlink" href="#set-up-the-environment" title="Link to this heading"><iclass="fas fa-link"></i></a></h2>
@@ -489,6 +487,11 @@ <h2>Make a Zenodo release of your Cookbook<a class="headerlink" href="#make-a-ze
<h2>Add your cookbook to the Cookbooks Gallery!<aclass="headerlink" href="#add-your-cookbook-to-the-cookbooks-gallery" title="Link to this heading"><iclass="fas fa-link"></i></a></h2>
<li><p>Navigate to the <aclass="reference external" href="https://cookbooks.projectpythia.org/">Cookbooks Gallery</a></p></li>
494
497
<li><p>Click the “Submit a New Cookbook” button, which will redirect you to a <aclass="reference external" href="https://github.com/ProjectPythia/cookbook-gallery/issues/new?assignees=ProjectPythia%2Feducation&amp;labels=content%2Ccookbook-gallery-submission&amp;template=update-cookbook-gallery.yaml&amp;title=Update+Gallery+with+new+Cookbook">new cookbook PR template</a></p></li>
<pclass="card-subtitle"><strong>Author:</strong>Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
1583
1583
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks.
<pclass="card-subtitle"><strong>Author:</strong>Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong><ahref="https://ncar.ucar.edu/">NCAR</a></p>
1695
1695
<pclass="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 <ahref="https://github.com/NCAR/git-github-demo">Git and GitHub Demo GitHub Repository</a>.
<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>.
0 commit comments