Skip to content

Commit 21c9ed9

Browse files
authored
Merge pull request #2 from brian-rose/setup
Clean up site, add link to 2024 highlights
2 parents 3351ab7 + 7d2768c commit 21c9ed9

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Registration, funding, and hotel block information TBA.
1313

1414
## What is it?
1515

16+
_Take a look at some [Cookbooks that got made at the 2024 Cook-off](https://projectpythia.org/posts/new-cookbooks.html) event!_
17+
1618
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.
1719

1820
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.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sphinx:
3535
html_permalinks_icon: '<i class="fas fa-link"></i>'
3636
html_theme_options:
3737
home_page_in_toc: true
38-
repository_url: https://github.com/ProjectPythia/cookbook-template/ # Online location of your book
38+
repository_url: https://github.com/ProjectPythia/pythia-cookoff-2025/ # Online location of your book
3939
repository_branch: main # Which branch of the repository should be used when creating links (optional)
4040
use_issues_button: true
4141
use_repository_button: true

_toc.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
format: jb-book
22
root: README
3-
parts:
4-
- caption: Preamble
5-
chapters:
6-
- file: notebooks/how-to-cite
7-
- caption: Introduction
8-
chapters:
9-
- file: notebooks/notebook-template
3+
# parts:
4+
# - caption: Essential info
5+
# chapters:
6+
# - file: schedule
7+
# - file: travel
8+
# - file: breakouts
9+
# - file: virtual
10+
# - file: onboarding
11+
# - file: faq

0 commit comments

Comments
 (0)