Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
cb7acf0
Update trigger-replace-links.yaml
jukent Jun 28, 2023
93acb5b
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Jul 11, 2023
7eec8cf
Merge pull request #132 from ProjectPythia/pre-commit-ci-update-config
brian-rose Jul 11, 2023
fbd3c4a
ignore zenodo badge links
brian-rose Jul 31, 2023
609a428
Merge pull request #134 from ProjectPythia/brian-rose-patch-1
brian-rose Jul 31, 2023
cb7f0e5
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Aug 1, 2023
c5535ee
Merge pull request #135 from ProjectPythia/pre-commit-ci-update-config
brian-rose Aug 1, 2023
9cb2a11
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Aug 8, 2023
d99056d
Merge pull request #136 from ProjectPythia/pre-commit-ci-update-config
brian-rose Aug 8, 2023
a52fcf6
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Aug 22, 2023
4fa7eb8
Merge pull request #137 from ProjectPythia/pre-commit-ci-update-config
brian-rose Aug 22, 2023
9b27355
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Sep 5, 2023
4f680b9
Merge pull request #138 from ProjectPythia/pre-commit-ci-update-config
brian-rose Sep 5, 2023
b95e4e4
Bump actions/checkout from 3 to 4
dependabot[bot] Sep 11, 2023
5c601d0
Merge pull request #139 from ProjectPythia/dependabot/github_actions/…
brian-rose Sep 11, 2023
3b67804
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Sep 12, 2023
1a89422
Merge pull request #140 from ProjectPythia/pre-commit-ci-update-config
brian-rose Sep 14, 2023
5aa824f
Bump stefanzweifel/git-auto-commit-action from 4 to 5
dependabot[bot] Oct 9, 2023
1aefe3b
Merge pull request #142 from ProjectPythia/dependabot/github_actions/…
brian-rose Oct 11, 2023
233280a
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Oct 23, 2023
d1fcf6c
Merge pull request #143 from ProjectPythia/pre-commit-ci-update-config
brian-rose Oct 30, 2023
006e788
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 6, 2023
48164dd
Merge pull request #144 from ProjectPythia/pre-commit-ci-update-config
brian-rose Nov 7, 2023
32af862
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 13, 2023
d8cc531
Merge pull request #145 from ProjectPythia/pre-commit-ci-update-config
brian-rose Nov 14, 2023
a219d6a
Add .nfs* to .gitignore
ktyle Nov 14, 2023
d8f517d
Merge pull request #146 from ktyle/ktyle_gitignore
dcamron Nov 14, 2023
b1a6a97
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 27, 2023
d38ae4f
Merge pull request #147 from ProjectPythia/pre-commit-ci-update-config
brian-rose Nov 28, 2023
c092b1a
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Dec 18, 2023
024c37f
Update .pre-commit-config.yaml
brian-rose Dec 19, 2023
d5623d9
Merge pull request #150 from ProjectPythia/pre-commit-ci-update-config
brian-rose Dec 19, 2023
285168d
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Jan 8, 2024
e4dc4d7
Update .pre-commit-config.yaml
brian-rose Jan 9, 2024
0bfe35b
Merge pull request #152 from ProjectPythia/pre-commit-ci-update-config
brian-rose Jan 9, 2024
fac2fa3
Update trigger-replace-links.yaml
jukent Jan 11, 2024
2019440
Merge pull request #153 from ProjectPythia/jukent-patch-1
jukent Jan 12, 2024
f9874f5
Required changes here after the theme update
erogluorhan Mar 25, 2024
96aaeee
Update environment.yml
erogluorhan Mar 29, 2024
7c90c16
Update nightly-build.yaml
erogluorhan Mar 29, 2024
aa29415
Update nightly-build.yaml
erogluorhan Mar 29, 2024
5c4aeba
Update nightly-build.yaml
erogluorhan Mar 29, 2024
ca02642
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 29, 2024
09840fc
Merge pull request #163 from ProjectPythia/try_updated_theme
erogluorhan Mar 29, 2024
67f258a
remove jupyter_server as explicit dependency
brian-rose Apr 12, 2024
005a619
Merge pull request #166 from ProjectPythia/brian-rose-patch-2
brian-rose Apr 15, 2024
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
8 changes: 4 additions & 4 deletions .github/workflows/trigger-replace-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Find and Replace Repository Name
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "ProjectPythia/cookbook-template"
replace: "${{ github.repository_owner }}/${{ github.event.repository.name }}"
regex: false
exclude: ".github/workflows/trigger-replace-links.yml"
exclude: ".github/workflows/trigger-replace-links.yaml"

- name: Find and Replace Repository ID
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "475509405"
replace: "${{ github.repository_id}}"
regex: false
exclude: ".github/workflows/trigger-replace-links.yml"
exclude: ".github/workflows/trigger-replace-links.yaml"

- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@ dmypy.json

# Pyre type checker
.pyre/

# Ephemeral .nfs files
.nfs*
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,17 +10,17 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/keewis/blackdoc
rev: v0.3.8
rev: v0.3.9
hooks:
- id: blackdoc

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8

Expand All @@ -30,18 +30,18 @@ repos:
- id: seed-isort-config

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies: [prettier@v2.7.1]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
rev: 1.7.1
hooks:
- id: nbqa-black
additional_dependencies: [black]
Expand Down
23 changes: 15 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: Project Pythia Cookbook Template
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
copyright: "2023"
copyright: "2024"

execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
Expand All @@ -27,7 +27,7 @@ parse:

sphinx:
config:
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
linkcheck_ignore: ["https://doi.org/*", "https://zenodo.org/badge/*"] # don't run link checker on DOI links since they are immutable
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: "%-d %B %Y"
Expand All @@ -40,7 +40,9 @@ sphinx:
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
google_analytics_id: G-T52X8HNYE8
use_fullscreen_button: true
analytics:
google_analytics_id: G-T52X8HNYE8
github_url: https://github.com/ProjectPythia
twitter_url: https://twitter.com/project_pythia
icon_links:
Expand All @@ -51,10 +53,12 @@ sphinx:
launch_buttons:
binderhub_url: https://binder.projectpythia.org
notebook_interface: jupyterlab
extra_navbar: |
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
All code in Pythia Cookbooks is licensed under Apache 2.0. All other non-code content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0 (CC BY 4.0)</a>.<br><br>
logo_link: https://projectpythia.org
logo:
link: https://projectpythia.org
navbar_start:
- navbar-logo
navbar_end:
- navbar-icon-links
navbar_links:
- name: Home
url: https://projectpythia.org
Expand All @@ -67,6 +71,9 @@ sphinx:
- name: Community
url: https://projectpythia.org/index.html#join-us
footer_logos:
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
footer_start:
- footer-logos
- footer-info
6 changes: 6 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.bd-main .bd-content .bd-article-container {
max-width: 100%; /* default is 60em */
}
.bd-page-width {
max-width: 100%; /* default is 88rem */
}
5 changes: 1 addition & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ channels:
dependencies:
- jupyter-book
- jupyterlab
- jupyter_server
- pip
- pip:
- sphinx-pythia-theme
- sphinx-pythia-theme
1 change: 0 additions & 1 deletion notebooks/images/logos/NCAR-contemp-logo-blue.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.