Skip to content

Commit dbd1d3d

Browse files
authored
Merge pull request #2 from ProjectPythia/main
[pull] main from ProjectPythia:main
2 parents 1e4c2b9 + cc4aca5 commit dbd1d3d

File tree

10 files changed

+26
-19
lines changed

10 files changed

+26
-19
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
1313
environment_name: cookbook-dev
14-
binder_nb_timeout: 3600 # one hour run time
1514

1615
link-check:
1716
if: ${{ github.repository_owner == 'ProjectPythia' }}

.github/workflows/publish-book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
1313
environment_name: cookbook-dev
14-
binder_nb_timeout: 3600 # one hour run time
1514

1615
deploy:
1716
needs: build

.github/workflows/trigger-book-build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ jobs:
88
with:
99
environment_name: cookbook-dev
1010
artifact_name: book-zip-${{ github.event.number }}
11-
binder_nb_timeout: 3600 # one hour run time

CITATION.cff

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ cff-version: 1.2.0
22
message: "If you use this cookbook, please cite it as below."
33
authors:
44
# add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
5-
- family-names: Rose
6-
given-names: Brian E. J.
7-
orcid: https://orcid.org/0000-0002-9961-3821 # optional
8-
website: https://github.com/brian-rose # optional
9-
affiliation: University at Albany (State University of New York) # optional
105
- family-names: Banihirwe
116
given-names: Anderson
127
orcid: https://orcid.org/0000-0001-6583-571X

_config.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
title: CESM LENS on AWS Cookbook
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
copyright: "2022"
7+
copyright: "2024"
88

99
execute:
1010
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
1111
execute_notebooks: binder
12+
timeout: 3600 # one hour run time
1213
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
1314

1415
# Add a few extensions to help with parsing content
@@ -39,6 +40,9 @@ sphinx:
3940
use_issues_button: true
4041
use_repository_button: true
4142
use_edit_page_button: true
43+
use_fullscreen_button: true
44+
analytics:
45+
google_analytics_id: G-T52X8HNYE8
4246
github_url: https://github.com/ProjectPythia
4347
twitter_url: https://twitter.com/project_pythia
4448
icon_links:
@@ -49,10 +53,12 @@ sphinx:
4953
launch_buttons:
5054
binderhub_url: https://binder.projectpythia.org
5155
notebook_interface: jupyterlab
52-
extra_navbar: |
53-
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
54-
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>
55-
logo_link: https://projectpythia.org
56+
logo:
57+
link: https://projectpythia.org
58+
navbar_start:
59+
- navbar-logo
60+
navbar_end:
61+
- navbar-icon-links
5662
navbar_links:
5763
- name: Home
5864
url: https://projectpythia.org
@@ -65,6 +71,9 @@ sphinx:
6571
- name: Community
6672
url: https://projectpythia.org/index.html#join-us
6773
footer_logos:
68-
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
74+
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
6975
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
7076
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
77+
footer_start:
78+
- footer-logos
79+
- footer-info

_gallery_info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ tags:
44
- climate
55
packages:
66
- intake-esm
7+
- xarray
8+
- dask

_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.bd-main .bd-content .bd-article-container {
2+
max-width: 100%; /* default is 60em */
3+
}
4+
.bd-page-width {
5+
max-width: 100%; /* default is 88rem */
6+
}

environment.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cla-cookbook-dev
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.9
5+
- python>=3.9
66
- jupyter-book
77
- jupyterlab
88
- matplotlib
@@ -16,6 +16,4 @@ dependencies:
1616
- s3fs
1717
- cmaps
1818
- cartopy
19-
- pip
20-
- pip:
21-
- sphinx-pythia-theme
19+
- sphinx-pythia-theme

notebooks/images/logos/NCAR-contemp-logo-blue.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)