From c422ce4c95c85d032d02bb9aabdf76d8ec82e522 Mon Sep 17 00:00:00 2001 From: Francesco Romandini Date: Mon, 22 Aug 2022 23:00:11 +0200 Subject: [PATCH 1/5] WEB: standardized footer --- web/pandas/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index 67876d88a2d1a..d7b80fca5f19a 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -91,7 +91,7 @@

- pandas is a fiscally sponsored project of NumFOCUS. + © 2022 pandas via NumFOCUS.

From af49d4ef85ccea641770f53cf2d5361102d85492 Mon Sep 17 00:00:00 2001 From: Francesco Romandini Date: Sat, 10 Sep 2022 18:37:36 +0200 Subject: [PATCH 2/5] added Inc --- web/pandas/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index d7b80fca5f19a..6f89328320cc5 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -91,7 +91,7 @@

- © 2022 pandas via NumFOCUS. + © 2022 pandas via NumFOCUS, Inc.

From 2c4207439c4af7a4dc3ca9c501b7fb6df3549c6d Mon Sep 17 00:00:00 2001 From: Francesco Romandini Date: Sat, 10 Sep 2022 18:55:13 +0200 Subject: [PATCH 3/5] footer year generates automatically --- web/pandas/_templates/layout.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index 6f89328320cc5..3c8167adc4b13 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -91,7 +91,7 @@

- © 2022 pandas via NumFOCUS, Inc. + © pandas via NumFOCUS, Inc.

@@ -111,5 +111,10 @@ matcher.addEventListener('change', onUpdate); + From 3da81b1fa2b24800fa0320eab449bf70597503a1 Mon Sep 17 00:00:00 2001 From: Francesco Romandini Date: Sat, 10 Sep 2022 18:56:20 +0200 Subject: [PATCH 4/5] corrected indentation --- web/pandas/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/_templates/layout.html b/web/pandas/_templates/layout.html index 3c8167adc4b13..d575ef691307d 100644 --- a/web/pandas/_templates/layout.html +++ b/web/pandas/_templates/layout.html @@ -115,6 +115,6 @@ date = new Date(); year = date.getFullYear(); document.getElementById("footer_text").innerHTML = year; - + From fd2b2f1d61f3740161baea23307551415ad9dc18 Mon Sep 17 00:00:00 2001 From: Francesco Romandini Date: Sat, 10 Sep 2022 18:59:29 +0200 Subject: [PATCH 5/5] partial update doc footer --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 84958595f6618..2fef142c632ac 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -163,7 +163,7 @@ # General information about the project. project = "pandas" -copyright = f"2008-{datetime.now().year}, the pandas development team" +copyright = f"{datetime.now().year} pandas via NumFOCUS, Inc." # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the