From acd8d62581baa2f51b538b0a69eddbde61a6e73a Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Mon, 27 Jan 2025 15:54:18 +0100 Subject: [PATCH] fix merge --- docs/user_guide/config_files.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/user_guide/config_files.md diff --git a/docs/user_guide/config_files.md b/docs/user_guide/config_files.md deleted file mode 100644 index a39a167..0000000 --- a/docs/user_guide/config_files.md +++ /dev/null @@ -1,15 +0,0 @@ -# Configuration files - -TODO - -## Compiling `params.yaml` files - -All `params.yaml` files are automatically generated using: - -```bash -dso compile-config -``` - -## Overwriting Parameters - -When multiple `params.in.yaml` files (such as those at the project, folder, or stage level) contain the same configuration, the value specified at the more specific level (e.g., stage) takes precedence over the value set at the broader level (e.g., project). This makes the analysis adaptable and enhances modifiability across the project.