Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Registration, funding, and hotel block information TBA.

## What is it?

_Take a look at some [Cookbooks that got made at the 2024 Cook-off](https://projectpythia.org/posts/new-cookbooks.html) event!_

Project Pythia continues offering its annual _Cook-off_ hackathon for creating and maintaining Pythia Cookbooks. [Pythia Cookbooks](https://cookbooks.projectpythia.org) are crowd-sourced collections of domain-specific tutorials and exemplar workflows, building upon our [Pythia Foundations](https://foundations.projectpythia.org) tutorials. Cookbooks are supported by a rich GitHub-based infrastructure enabling collaborative authoring and automated health-checking to ensure reproducibility.

Participants in the Cook-off will develop their skills in contributing code and non-code to open source projects, demonstrating open science practices, and communicating and collaborating with other professionals. By doing so, they will grow the collection of accessible, reusable, and reproducible Cookbooks. This is a space for scientists, educators, and developers to bring their ideas, existing code, or rough notebooks and collaborate on turning them into community Cookbooks.
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sphinx:
html_permalinks_icon: '<i class="fas fa-link"></i>'
html_theme_options:
home_page_in_toc: true
repository_url: https://github.com/ProjectPythia/cookbook-template/ # Online location of your book
repository_url: https://github.com/ProjectPythia/pythia-cookoff-2025/ # Online location of your book
repository_branch: main # Which branch of the repository should be used when creating links (optional)
use_issues_button: true
use_repository_button: true
Expand Down
16 changes: 9 additions & 7 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
format: jb-book
root: README
parts:
- caption: Preamble
chapters:
- file: notebooks/how-to-cite
- caption: Introduction
chapters:
- file: notebooks/notebook-template
# parts:
# - caption: Essential info
# chapters:
# - file: schedule
# - file: travel
# - file: breakouts
# - file: virtual
# - file: onboarding
# - file: faq
Loading