From ae113a409d24608226961965c8fd6ba947ebb3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Thu, 16 Jan 2025 22:03:49 +0100 Subject: [PATCH 1/3] Move and sort imports #244 --- requirements-docs.txt | 8 -------- requirements.txt | 11 +++++++---- 2 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 requirements-docs.txt diff --git a/requirements-docs.txt b/requirements-docs.txt deleted file mode 100644 index 53a5820f..00000000 --- a/requirements-docs.txt +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-FileCopyrightText: 2024 Ludwig Hülk <@Ludee> © Reiner Lemoine Institut -# SPDX-FileCopyrightText: 2024 Jonas Huber <@jh-RLI> © Reiner Lemoine Institut -# SPDX-License-Identifier: MIT - -mike -mkdocs -mkdocs-material -mkdocstrings diff --git a/requirements.txt b/requirements.txt index cd7336f6..7ce72d7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,17 @@ # SPDX-FileCopyrightText: 2024 Jonas Huber <@jh-RLI> © Reiner Lemoine Institut # SPDX-License-Identifier: MIT +argparse black +build isort jsonschema +mike +mkdocs +mkdocs-material +mkdocstrings pytest +referencing tox twine wheel -build -argparse -jsonschema -referencing From 5129e36ed2c9116d61a146b9d5fcd52ad5b7f6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Thu, 16 Jan 2025 22:09:11 +0100 Subject: [PATCH 2/3] Update changelog #244 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde62e6f..68380725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove LinkedData section [(#246)](https://github.com/OpenEnergyPlatform/oemetadata/pull/246) - +- Remove requirements_docs.txt [(#247)](https://github.com/OpenEnergyPlatform/oemetadata/pull/247) ## [2.0.1] - Patch Release - Fix naming From d7caf754c17d8280e6eab6f46d9768f4ee6bb477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Thu, 16 Jan 2025 22:23:16 +0100 Subject: [PATCH 3/3] Update docs badge #244 --- .github/workflows/documentation.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b5e89a24..570a8aa8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2024 Jonas Huber <@jh-RLI> © Reiner Lemoine Institut # SPDX-License-Identifier: MIT -name: documentation (develop branch) +name: Documentation (develop branch) on: push: branches: diff --git a/README.rst b/README.rst index 045e5a99..8d9c765c 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ License and Citation :target: https://api.reuse.software/info/github.com/OpenEnergyPlatform/oemetadata :alt: REUSE -.. |badge_documentation| image:: https://img.shields.io/github/actions/workflow/status/OpenEnergyPlatform/oemetadata/gh-pages.yml?branch=release-v2.0.1 +.. |badge_documentation| image:: https://img.shields.io/github/actions/workflow/status/OpenEnergyPlatform/oemetadata/documentation.yml :target: https://openenergyplatform.github.io/oemetadata/ :alt: Documentation