Skip to content
Snippets Groups Projects
Commit 75548ffe authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: update documentation _->.

parent 22b23b25
Branches
Tags
2 merge requests!105REL: v0.4.0,!100ENH: add a decorator that adds a path variable
Pipeline #33874 passed
......@@ -183,8 +183,10 @@ Automatically generated keys
Some variable names are automatically generated and can be used using the
``$<variable name>`` syntax. Those include:
- ``<converter name>``: access the path of converter names to the current converter
- ``<converter name>_path``: the file system path to the structure element
(file system related converters only)
- ``<converter name>.path``: the file system path to the structure element
(file system related converters only; you need curly brackets to use them:
``${<converter name>.path}``)
- ``<Record key>``: all entities that are created in the ``records`` section
are available under the same key
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment