Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #467

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed May 6, 2024
commit 784264c168ad04a2988b40e9aae1e30ea10a9910
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ updates:
# directory: "/"
# schedule:
# interval: daily
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates once a week
interval: 'weekly'
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: nightly-build
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Daily “At 00:00”
- cron: "0 0 * * *" # Daily “At 00:00”

jobs:
build:
2 changes: 1 addition & 1 deletion .github/workflows/trigger-preview.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
with:
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
is_preview: 'true'
is_preview: "true"
cname: foundations.projectpythia.org

preview-comment:
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
message: 'If you use this resource, please cite it as below.'
message: "If you use this resource, please cite it as below."
authors:
- family-names: Rose
given-names: Brian E. J.
@@ -69,6 +69,6 @@ authors:
orcid: https://orcid.org/0000-0002-2666-8493
website: https://github.com/anissa111
affiliation: UCAR/NCAR
title: 'Pythia Foundations'
title: "Pythia Foundations"
version: v2023.05.01
doi: 10.5281/zenodo.7884571
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ title: Pythia Foundations
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
logo: images/logos/pythia_logo-white-rtext.svg
email: projectpythia@ucar.edu
copyright: '2024'
copyright: "2024"

exclude_patterns:
- README.md
@@ -91,15 +91,15 @@ sphinx:
config:
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
linkcheck_request_headers:
'https://docs.github.com/':
"https://docs.github.com/":
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0
html_favicon: images/icons/favicon.ico
html_last_updated_fmt: '%-d %B %Y'
html_last_updated_fmt: "%-d %B %Y"
html_theme: sphinx_pythia_theme
html_permalinks_icon: '<i class="fas fa-link"></i>'
html_theme_options:
analytics:
google_analytics_id: 'G-G57FLM9M46'
google_analytics_id: "G-G57FLM9M46"
home_page_in_toc: true
repository_url: https://github.com/ProjectPythia/pythia-foundations # Online location of your book
repository_branch: main # Which branch of the repository should be used when creating links (optional)
2 changes: 1 addition & 1 deletion core/xarray.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![xarray Logo](https://docs.xarray.dev/en/stable/_static/Xarray_Logo_RGB_Final.svg 'xarray Logo')
![xarray Logo](https://docs.xarray.dev/en/stable/_static/Xarray_Logo_RGB_Final.svg "xarray Logo")

# Xarray