Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <[email protected]>
  • Loading branch information
RieksJ committed Apr 17, 2024
1 parent 478805e commit d697f2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install MkDocs and extensions
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material pymdown-extensions pygments # Optionally add any specific MkDocs plugins you require
pip install mkdocs mkdocs-material pymdown-extensions pygments
- name: Build the MkDocs site
run: mkdocs build # Builds the static site from Markdown files
Expand Down
12 changes: 6 additions & 6 deletions docs/how-to/config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ that configure their runtime behavior.

Such parameters may specify, for example, which files to process (input files),
where output files are to be put, whether overwriting input files is permitted,
and so on. An overview of all such parameters is given by the [documentation on
such configuration files](config-files@tev2).
and so on. An overview of all such parameters is given by the
[documentation on such configuration files](config-files@tev2).

While [configuration files](@tev2) can be located anywhere within the [scopedir](@tev2),
the preferred (i.e., most practical) location is the [scopedir](@tev2) itself.

Here is an example of the [TEv2 configuration file](@tev2) that is used for this [MVE](@).
[This file](/tev2-config.yaml) is located in the [scopedir](@tev2).
[This file](../tev2-config.yaml) is located in the [scopedir](@tev2).

```yaml
# TEv2 configuration file (for the MVE context)
Expand Down Expand Up @@ -65,6 +65,6 @@ For example,
1. **Converters determine what the output of a tool looks like**.
Each tool that uses [converters](@tev2) comes with a set of predefined ones.
So there are [TRRT converters](trrt#predefined-converters@tev2) and also
[HRGT converters](hrgt#predefined-converters@).
[Converters](@tev2) can be customized, both [for the TRRT](trrt#converter-customization@)
and [for the HRGT](hrgt#converter-customization@).
[HRGT converters](hrgt#predefined-converters@tev2).
[Converters](@tev2) can be customized, both [for the TRRT](trrt#converter-customization@tev2)
and [for the HRGT](hrgt#converter-customization@tev2).
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ markdown_extensions:
- pymdownx.highlight:
use_pygments: true
# known pygments_styles: monokai, friendly, colorful, solarized-dark, solarized-light
pygments_style: monokai
pygments_style: solarized-dark
- pymdownx.extra

0 comments on commit d697f2f

Please sign in to comment.