File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- We often use a compact single-line notation to refer to nested config items:
1
+ In the documentation, we often use a compact single-line notation to refer to
2
+ nested config items, where we drop the additional brackets at each level:
2
3
3
4
``[section] ``
4
5
An entire section.
5
6
``[section]setting ``
6
7
A setting within a section.
7
8
``[section]setting=value ``
8
9
The value of a setting within a section.
9
- ``[section][sub- section]another- setting ``
10
+ ``[section][sub section]another setting ``
10
11
A setting within a sub-section.
11
12
12
- In the file, however, section headings need additional brackets at each level.
13
+ This is purely for making it easier to refer to items; they cannot be written
14
+ this way in the ``flow.cylc `` file.
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ Example
55
55
String
56
56
"""
57
57
58
- Shorthand
59
- ^^^^^^^^^
58
+ .. admonition :: Shorthand
59
+ :class: tip
60
60
61
- .. include :: ../../reference/config/shorthand.rst
61
+ .. include :: ../../reference/config/shorthand.rst
62
62
63
63
Duplicate Items
64
64
^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments