Skip to content

Commit 7b1e652

Browse files
Merge #907 from samuel-denton/batch1_thought_on_docs to master
Additions to and reordering of tutorial bullet points
2 parents 65cc81b + 0b91dcd commit 7b1e652

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Sadie Bartholomew <sadie.bartholomew@metoffice.gov.uk> Sadie L. Bartholomew <30
1717
Tomek Trzeciak <tomasz.trzeciak@metoffice.gov.uk> <TomekTrzeciak@users.noreply.github.com>
1818
Tomek Trzeciak <tomasz.trzeciak@metoffice.gov.uk> TomekTrzeciak <tomasz.trzeciak@metoffice.gov.uk>
1919
Thomas Coleman <15375218+ColemanTom@users.noreply.github.com>
20+
Samuel Denton <samuel.denton@metoffice.gov.uk> samuel-denton <samuel.denton@metoffice.gov.uk>

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/dictionaries/words

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ parentless
114114
passX
115115
passphrase
116116
passwordless
117+
pdf
117118
performant
118119
pings
119120
placeholder
@@ -136,6 +137,7 @@ prepended
136137
preprocessing
137138
preset
138139
proc
140+
profiler
139141
programmatically
140142
proleptic
141143
py

src/tutorial/scheduling/graphing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)