File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 4
4
# directory: "/"
5
5
# schedule:
6
6
# interval: daily
7
- - package-ecosystem : ' github-actions'
8
- directory : ' / '
7
+ - package-ecosystem : " github-actions"
8
+ directory : " / "
9
9
schedule :
10
10
# Check for updates once a week
11
- interval : ' weekly'
11
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: nightly-build
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- - cron : ' 0 0 * * *' # Daily “At 00:00”
6
+ - cron : " 0 0 * * *" # Daily “At 00:00”
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change 17
17
with :
18
18
artifact_name : book-zip-${{ needs.find-pull-request.outputs.number }}
19
19
destination_dir : _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
20
- is_preview : ' true'
20
+ is_preview : " true"
21
21
cname : foundations.projectpythia.org
22
22
23
23
preview-comment :
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
10
10
- id : double-quote-string-fixer
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 23.12.1
13
+ rev : 24.4.2
14
14
hooks :
15
15
- id : black
16
16
20
20
- id : blackdoc
21
21
22
22
- repo : https://github.com/PyCQA/flake8
23
- rev : 7.0 .0
23
+ rev : 7.1 .0
24
24
hooks :
25
25
- id : flake8
26
26
@@ -34,12 +34,12 @@ repos:
34
34
- id : isort
35
35
36
36
- repo : https://github.com/pre-commit/mirrors-prettier
37
- rev : v3.1.0
37
+ rev : v4.0.0-alpha.8
38
38
hooks :
39
39
- id : prettier
40
40
41
41
- repo : https://github.com/nbQA-dev/nbQA
42
- rev : 1.7.1
42
+ rev : 1.8.5
43
43
hooks :
44
44
- id : nbqa-black
45
45
additional_dependencies : [black]
Original file line number Diff line number Diff line change 1
1
cff-version : 1.2.0
2
- message : ' If you use this resource, please cite it as below.'
2
+ message : " If you use this resource, please cite it as below."
3
3
authors :
4
4
- family-names : Rose
5
5
given-names : Brian E. J.
@@ -69,6 +69,6 @@ authors:
69
69
orcid : https://orcid.org/0000-0002-2666-8493
70
70
website : https://github.com/anissa111
71
71
affiliation : UCAR/NCAR
72
- title : ' Pythia Foundations'
72
+ title : " Pythia Foundations"
73
73
version : v2023.05.01
74
74
doi : 10.5281/zenodo.7884571
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: Pythia Foundations
5
5
author : the <a href="https://projectpythia.org/">Project Pythia</a> Community
6
6
logo : images/logos/pythia_logo-white-rtext.svg
7
7
8
- copyright : ' 2024'
8
+ copyright : " 2024"
9
9
10
10
exclude_patterns :
11
11
- README.md
@@ -91,15 +91,15 @@ sphinx:
91
91
config :
92
92
nb_execution_raise_on_error : true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
93
93
linkcheck_request_headers :
94
- ' https://docs.github.com/ ' :
94
+ " https://docs.github.com/ " :
95
95
User-Agent : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0
96
96
html_favicon : images/icons/favicon.ico
97
- html_last_updated_fmt : ' %-d %B %Y'
97
+ html_last_updated_fmt : " %-d %B %Y"
98
98
html_theme : sphinx_pythia_theme
99
99
html_permalinks_icon : ' <i class="fas fa-link"></i>'
100
100
html_theme_options :
101
101
analytics :
102
- google_analytics_id : ' G-G57FLM9M46'
102
+ google_analytics_id : " G-G57FLM9M46"
103
103
home_page_in_toc : true
104
104
repository_url : https://github.com/ProjectPythia/pythia-foundations # Online location of your book
105
105
repository_branch : main # Which branch of the repository should be used when creating links (optional)
Original file line number Diff line number Diff line change 1
- ![ xarray Logo] ( https://docs.xarray.dev/en/stable/_static/Xarray_Logo_RGB_Final.svg ' xarray Logo ' )
1
+ ![ xarray Logo] ( https://docs.xarray.dev/en/stable/_static/Xarray_Logo_RGB_Final.svg " xarray Logo " )
2
2
3
3
# Xarray
4
4
You can’t perform that action at this time.
0 commit comments