Skip to content

Commit

Permalink
fix config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 13, 2024
1 parent fb0b025 commit 7ff8fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7ff8fc2

Please sign in to comment.