From 7ff8fc2a7a1ee4f9873035085f6cdb00b2f50077 Mon Sep 17 00:00:00 2001 From: rettigl Date: Wed, 13 Nov 2024 09:40:04 +0100 Subject: [PATCH] fix config docs --- docs/user_guide/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user_guide/config.md b/docs/user_guide/config.md index 7fb62f7d..450d4da2 100644 --- a/docs/user_guide/config.md +++ b/docs/user_guide/config.md @@ -12,18 +12,18 @@ The config mechanism returns the combined dictionary, and reports the loaded con ## Default configuration settings -```{literalinclude} ../../sed/config/default.yaml +```{literalinclude} ../../config/default.yaml :language: yaml ``` ## Example configuration file for mpes (METIS momentum microscope at FHI-Berlin) -```{literalinclude} ../../sed/config/mpes_example_config.yaml +```{literalinclude} ../../config/mpes_example_config.yaml :language: yaml ``` ## Example configuration file for flash (HEXTOF momentum microscope at FLASH, Desy) -```{literalinclude} ../../sed/config/flash_example_config.yaml +```{literalinclude} ../../config/flash_example_config.yaml :language: yaml ```