From 3af285a55f004e7835963c5a920ab7aeb2a24f60 Mon Sep 17 00:00:00 2001 From: mashehu Date: Tue, 1 Apr 2025 09:48:10 +0200 Subject: [PATCH 1/3] fix indentation --- docs/api/_src/pipeline_lint_tests/included_configs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/_src/pipeline_lint_tests/included_configs.md b/docs/api/_src/pipeline_lint_tests/included_configs.md index f68f7da25e..c0715bdbe9 100644 --- a/docs/api/_src/pipeline_lint_tests/included_configs.md +++ b/docs/api/_src/pipeline_lint_tests/included_configs.md @@ -1,5 +1,5 @@ # included_configs - ```{eval-rst} - .. automethod:: nf_core.pipelines.lint.PipelineLint.included_configs - ``` +```{eval-rst} +.. automethod:: nf_core.pipelines.lint.PipelineLint.included_configs +``` From b7065c8499840b796fc5e803372cb34a26376bbc Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 1 Apr 2025 07:58:07 +0000 Subject: [PATCH 2/3] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40a2f823f..2a3a9b42f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ - Update dead link ([#3505](https://github.com/nf-core/tools/pull/3505)) - Changing retrieval of file extension from EDAM ([#3512](https://github.com/nf-core/tools/pull/3512)) - Refactor adding EDAM ontologies and allowing detect more patterns (e.g., versions.yml) ([#3519](https://github.com/nf-core/tools/pull/3519)) +- fix indentation ([#3523](https://github.com/nf-core/tools/pull/3523)) ## [v3.2.0 - Pewter Pangolin](https://github.com/nf-core/tools/releases/tag/3.2.0) - [2025-01-27] From 0ef27f0d521ff0dc9df5edb974e261cd7a7bc0a1 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 1 Apr 2025 08:00:39 +0000 Subject: [PATCH 3/3] [automated] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3a9b42f0..892f785ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ - Update dead link ([#3505](https://github.com/nf-core/tools/pull/3505)) - Changing retrieval of file extension from EDAM ([#3512](https://github.com/nf-core/tools/pull/3512)) - Refactor adding EDAM ontologies and allowing detect more patterns (e.g., versions.yml) ([#3519](https://github.com/nf-core/tools/pull/3519)) -- fix indentation ([#3523](https://github.com/nf-core/tools/pull/3523)) +- Fix indentation in included_configs API docs ([#3523](https://github.com/nf-core/tools/pull/3523)) ## [v3.2.0 - Pewter Pangolin](https://github.com/nf-core/tools/releases/tag/3.2.0) - [2025-01-27]