From 9efe9bbba5d073ab8a24c2ae4c3bebd5546c2fcc Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 10 Jun 2024 10:09:00 -0600 Subject: [PATCH 1/5] Add Apache-2.0 license to footer --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 377efc77..28f06811 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Learn more at https://jupyterbook.org/customize/config.html title: '' author: The Xarray Community -copyright: '2023' +copyright: '2024' logo: images/logo.png only_build_toc_files: true @@ -75,6 +75,7 @@ sphinx: notfound_context: body: "

Whoops! 404 Page Not Found

\n\n

Sorry, this page doesn't exist. Many sections of this book have been updated recently.

Try the search box 🔎 to find what you're looking for!

" notfound_urls_prefix: / + extra_footer: '

Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community.
Theme by the Executable Book Project

Content licensed under the terms of the Apached 2.0 License.' rediraffe_redirects: scipy-tutorial/00_overview.ipynb: overview/get-started.md From 76399fe2a7cb0934eb57daa60bf15a4dfcf606e9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:13:58 +0000 Subject: [PATCH 2/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index adef1912..6438799b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Learn more at https://jupyterbook.org/customize/config.html title: "" author: The Xarray Community -copyright: '2024' +copyright: "2024" logo: images/logo.png only_build_toc_files: true From 0202b7905d1a17c851c511979bed82e95cef9e46 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 10 Jun 2024 10:17:05 -0600 Subject: [PATCH 3/5] Try again --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6438799b..a38abcce 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ html: use_issues_button: true use_repository_button: true google_analytics_id: G-JRQHYVFQR7 + extra_footer: '

Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community.
Theme by the Executable Book Project

Content licensed under the terms of the Apached 2.0 License.' parse: # https://jupyterbook.org/content/content-blocks.html?highlight=myst%20substitution#define-substitutions-for-your-whole-book @@ -75,8 +76,6 @@ sphinx: notfound_context: body: "

Whoops! 404 Page Not Found

\n\n

Sorry, this page doesn't exist. Many sections of this book have been updated recently.

Try the search box 🔎 to find what you're looking for!

" notfound_urls_prefix: / - extra_footer: '

Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community.
Theme by the Executable Book Project

Content licensed under the terms of the Apached 2.0 License.' - rediraffe_redirects: scipy-tutorial/00_overview.ipynb: overview/get-started.md workshops/scipy2022/README.md: overview/fundamental-path/README.md From ddaa87297a75f57de50c9f925f5a564ce5ccb2c5 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 10 Jun 2024 10:19:41 -0600 Subject: [PATCH 4/5] Typo --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a38abcce..90d8006b 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ html: use_issues_button: true use_repository_button: true google_analytics_id: G-JRQHYVFQR7 - extra_footer: '

Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community.
Theme by the Executable Book Project

Content licensed under the terms of the Apached 2.0 License.' + extra_footer: '

Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community.
Theme by the Executable Book Project

Content licensed under the terms of the Apache 2.0 License.' parse: # https://jupyterbook.org/content/content-blocks.html?highlight=myst%20substitution#define-substitutions-for-your-whole-book From 0c2c0eb5c06fe4503ada9c73fbb5c7e3dd5c84fa Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 10 Jun 2024 10:20:22 -0600 Subject: [PATCH 5/5] . --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 90d8006b..a0ae745b 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ html: use_issues_button: true use_repository_button: true google_analytics_id: G-JRQHYVFQR7 - extra_footer: '

Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community.
Theme by the Executable Book Project

Content licensed under the terms of the Apache 2.0 License.' + extra_footer: '

Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community.
Theme by the Executable Book Project.

Content licensed under the terms of the Apache 2.0 License.' parse: # https://jupyterbook.org/content/content-blocks.html?highlight=myst%20substitution#define-substitutions-for-your-whole-book