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
6 changes: 4 additions & 2 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
build:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev

deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-book-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev
artifact_name: book-zip-${{ github.event.number }}
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
4 changes: 2 additions & 2 deletions .github/workflows/trigger-replace-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Find and Replace Repository Name
uses: jacobtomlinson/gha-find-replace@v3
with:
Expand All @@ -25,7 +25,7 @@ jobs:
find: "475509405"
replace: "${{ github.repository_id}}"
regex: false
exclude: ".github/workflows/trigger-replace-links.yaml"
exclude: ".github/workflows/trigger-replace-links.yml"

- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v6
2 changes: 0 additions & 2 deletions .isort.cfg

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="thumbnail.png" alt="thumbnail" width="200"/> <img src="images/large-logo-blue-text.png" alt="Pangeo logo" width="450"/>

# Pythia Cook-off 2025

<img src="thumbnail.png" alt="thumbnail" width="200"/> <img src="images/large-logo-blue-text.png" alt="Pangeo logo" width="450"/>

[![nightly-build](https://github.com/ProjectPythia/pythia-cookoff-2025/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/pythia-cookoff-2025/actions/workflows/nightly-build.yaml)


Expand Down
80 changes: 0 additions & 80 deletions _config.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _static/custom.css

This file was deleted.

Binary file removed _static/footer-logo-nsf.png
Binary file not shown.
27 changes: 0 additions & 27 deletions _templates/footer-extra.html

This file was deleted.

10 changes: 0 additions & 10 deletions _toc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
dependencies:
- jupyter-book
- jupyterlab
- sphinx-pythia-theme
- mystmd
19 changes: 19 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 1
extends:
- https://raw.githubusercontent.com/projectpythia/pythia-config/main/pythia.yml
project:
title: Pythia Cook-off 2025
authors:
- name: Project Pythia Community
url: https://projectpythia.org/
github: https://github.com/projectpythia/pythia-cookoff-2025
copyright: '2025'
toc:
- file: README.md
- title: Essential info
children:
- file: schedule.md
- file: travel.md
- file: breakouts.md
- file: onboarding.md
- file: faq.md
4 changes: 4 additions & 0 deletions travel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Boulder, CO 80305

Recommended hotels are the the [Fairfield Inn](https://www.marriott.com/en-us/hotels/vboff-fairfield-inn-and-suites-boulder/overview/) and the [Residence Inn](https://www.marriott.com/en-us/hotels/vbocg-residence-inn-boulder/overview/) on Center Green.

**Please ask for the "UCAR Project Pythia Cook-off rate."**

If the suggested hotels fill up, reach out to CISL_Events@UCAR.edu.

## Funding for travel

Project Pythia has limited funding from the U.S. National Science Foundation to support travel expenses for US student and PosDdoc participants!
Expand Down