File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ Sadie Bartholomew <sadie.bartholomew@metoffice.gov.uk> Sadie L. Bartholomew <30
1717Tomek Trzeciak <tomasz.trzeciak@metoffice.gov.uk> <TomekTrzeciak@users.noreply.github.com>
1818Tomek Trzeciak <tomasz.trzeciak@metoffice.gov.uk> TomekTrzeciak <tomasz.trzeciak@metoffice.gov.uk>
1919Thomas Coleman <15375218+ColemanTom@users.noreply.github.com>
20+ Samuel Denton <samuel.denton@metoffice.gov.uk> samuel-denton <samuel.denton@metoffice.gov.uk>
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ requests_).
5858 - Elliot Fontaine
5959 - Mark Dawson
6060 - James Frost
61+ - Samuel Denton
6162<!-- end-shortlog -->
6263
6364(All contributors are identifiable with email addresses in the git version
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ parentless
114114passX
115115passphrase
116116passwordless
117+ pdf
117118performant
118119pings
119120placeholder
@@ -136,6 +137,7 @@ prepended
136137preprocessing
137138preset
138139proc
140+ profiler
139141programmatically
140142proleptic
141143py
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ The :cylc:conf:`flow.cylc` File Format
2323
2424.. ifnotslides ::
2525
26+ * :cylc:conf: `flow.cylc ` files are divided into sections, written inside square
27+ brackets, i.e. ``[section-name] ``.
28+ * In this tutorial you will see ``[scheduler] `` and ``[scheduling] ``.
29+ * Sections are nested by adding extra brackets: ``[[sub-section]] ``,
30+ ``[[[sub-sub-section]]] ``, etc.
31+ * Settings are written as ``key = value `` pairs within any section.
2632 * Comments start with a ``# `` character.
27- * Settings are written as ``key = value `` pairs.
28- * Settings can be contained within sections.
29- * Sections are written inside square brackets i.e. ``[section-name] ``.
30- * Sections can be nested, by adding an extra square bracket with each level,
31- so a sub-section would be written ``[[sub-section]] ``, a sub-sub-section
32- ``[[[sub-sub-section]]] ``, and so on.
3333
3434 .. note ::
3535
You can’t perform that action at this time.
0 commit comments