Skip to content

Commit

Permalink
Change button to point to guide (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored May 24, 2024
1 parent 6c214ef commit 4ce228d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/_extensions/cookbook_gallery_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def main(app):
for line in fid:
subtext = subtext + line

submit_btn_link = "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"
submit_btn_txt = "Submit a new Cookbook"
submit_btn_link = "https://projectpythia.org/cookbook-guide.html"
submit_btn_txt = "How can I create a new Cookbook?"
menu_html = generate_menu(
repo_dicts, submit_btn_txt=submit_btn_txt, submit_btn_link=submit_btn_link
)
Expand Down
2 changes: 1 addition & 1 deletion site/cookbook_gallery_subtext.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Pythia Cookbooks provide example workflows on more advanced and domain-specific

Cookbooks are created from Jupyter Notebooks that we strive to binderize so each Cookbook can be [executed in the cloud with a single click from your browser](https://foundations.projectpythia.org/preamble/how-to-use.html#interacting-with-jupyter-notebooks-in-the-cloud-via-binder), but in some instances executing a Cookbook will require [running the notebooks locally](https://foundations.projectpythia.org/preamble/how-to-use.html#interacting-with-jupyter-books-locally).

Interested in contributing a new Cookbook or contributing to an existing Cookbook? Great! Please see the [Project Pythia Cookbook Contributor's Guide](https://github.com/ProjectPythia/.github/blob/main/.github/CONTRIBUTING.md), and consider opening a discussion under the [Project Pythia category of the Pangeo Discourse](https://discourse.pangeo.io/c/education/project-pythia/60).
Interested in contributing a new Cookbook or contributing to an existing Cookbook? Great! Please see the [Project Pythia Cookbook Contributor's Guide](https://projectpythia.org/cookbook-guide.html), and consider opening a discussion under the [Project Pythia category of the Pangeo Discourse](https://discourse.pangeo.io/c/education/project-pythia/60).

0 comments on commit 4ce228d

Please sign in to comment.