From f3c58aa5232accbbcd5b241325dc4380b5afce97 Mon Sep 17 00:00:00 2001 From: Leander Waerder Date: Tue, 13 Jan 2026 11:12:57 +0100 Subject: [PATCH 1/3] changed contact information --- docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 82618e00..35f7c122 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,8 +22,8 @@ # -- Project information ----------------------------------------------------- project = "agentlib" -copyright = "2021, AGENT-Project Associates" -author = "AGENT-Project Associates" +copyright = "2023, RWTH Aachen University - E.ON Energy Research Center - Institute for Energy Efficient Buildings and Indoor Climate" +author = "Institute for Energy Efficient Buildings and Indoor Climate, RWTH Aachen University" # The full version, including alpha/beta/rc tags with open(Path(__file__).parents[2].joinpath(project, "__init__.py"), "r") as file: diff --git a/pyproject.toml b/pyproject.toml index 20ced6e8..4d44031c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentlib" authors = [ - { name = "Associates of the AGENT project", email = "AGENT.Projekt@eonerc.rwth-aachen.de" } + { name = "Institute for Energy Efficient Buildings and Indoor Climate, RWTH Aachen University", email = "ebc-tools@eonerc.rwth-aachen.de" } ] description = "Framework for development and execution of agents for control and simulation of energy systems." readme = "README.md" From 43909456385bedd6a9c3940a4aa83f3979f46eef Mon Sep 17 00:00:00 2001 From: Leander Waerder Date: Thu, 26 Feb 2026 18:41:20 +0100 Subject: [PATCH 2/3] Revert "update documentation according to copyright" This reverts commit 1ed7b4de6134f15fff6a58aa8131a9f0c12c14f1. --- docs/source/_templates/footer.html | 10 ---------- docs/source/conf.py | 5 ----- pyproject.toml | 5 +---- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 docs/source/_templates/footer.html diff --git a/docs/source/_templates/footer.html b/docs/source/_templates/footer.html deleted file mode 100644 index d20fb711..00000000 --- a/docs/source/_templates/footer.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "!footer.html" %} - -{% block extrafooter %} - {{ super() }} - {% if maintainer %} -

- Maintained by: {{ maintainer }} -

- {% endif %} -{% endblock %} \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 9e27274d..82618e00 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,6 @@ project = "agentlib" copyright = "2021, AGENT-Project Associates" author = "AGENT-Project Associates" -maintainer = "Institute for Energy Efficient Buildings and Indoor Climate, RWTH Aachen University" # The full version, including alpha/beta/rc tags with open(Path(__file__).parents[2].joinpath(project, "__init__.py"), "r") as file: @@ -111,10 +110,6 @@ "logo_icon": "", } -# Add the maintainer to the HTML context, as it is not a standard Sphinx variable -html_context = { - "maintainer": maintainer, -} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/pyproject.toml b/pyproject.toml index f86d0512..20ced6e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentlib" authors = [ - { name = "Associates of the AGENT project"} -] -maintainers = [ - { name = "Institute for Energy Efficient Buildings and Indoor Climate, RWTH Aachen University", email = "ebc-tools@eonerc.rwth-aachen.de" } + { name = "Associates of the AGENT project", email = "AGENT.Projekt@eonerc.rwth-aachen.de" } ] description = "Framework for development and execution of agents for control and simulation of energy systems." readme = "README.md" From 0191d1ef8dedec0e9c22508460e998b1c1c2f3a8 Mon Sep 17 00:00:00 2001 From: Leander Waerder Date: Thu, 26 Feb 2026 18:41:50 +0100 Subject: [PATCH 3/3] Reapply "update documentation according to copyright" This reverts commit 43909456385bedd6a9c3940a4aa83f3979f46eef. --- docs/source/_templates/footer.html | 10 ++++++++++ docs/source/conf.py | 5 +++++ pyproject.toml | 5 ++++- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 docs/source/_templates/footer.html diff --git a/docs/source/_templates/footer.html b/docs/source/_templates/footer.html new file mode 100644 index 00000000..d20fb711 --- /dev/null +++ b/docs/source/_templates/footer.html @@ -0,0 +1,10 @@ +{% extends "!footer.html" %} + +{% block extrafooter %} + {{ super() }} + {% if maintainer %} +

+ Maintained by: {{ maintainer }} +

+ {% endif %} +{% endblock %} \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 82618e00..9e27274d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,6 +24,7 @@ project = "agentlib" copyright = "2021, AGENT-Project Associates" author = "AGENT-Project Associates" +maintainer = "Institute for Energy Efficient Buildings and Indoor Climate, RWTH Aachen University" # The full version, including alpha/beta/rc tags with open(Path(__file__).parents[2].joinpath(project, "__init__.py"), "r") as file: @@ -110,6 +111,10 @@ "logo_icon": "", } +# Add the maintainer to the HTML context, as it is not a standard Sphinx variable +html_context = { + "maintainer": maintainer, +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/pyproject.toml b/pyproject.toml index 20ced6e8..f86d0512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,10 @@ build-backend = "setuptools.build_meta" [project] name = "agentlib" authors = [ - { name = "Associates of the AGENT project", email = "AGENT.Projekt@eonerc.rwth-aachen.de" } + { name = "Associates of the AGENT project"} +] +maintainers = [ + { name = "Institute for Energy Efficient Buildings and Indoor Climate, RWTH Aachen University", email = "ebc-tools@eonerc.rwth-aachen.de" } ] description = "Framework for development and execution of agents for control and simulation of energy systems." readme = "README.md"