Skip to content

Commit 8aad0a8

Browse files
authored
Merge pull request #2866 from MetRonnie/tutorials
Cherry-pick #2837
2 parents ad29a31 + f1fbb2b commit 8aad0a8

File tree

6 files changed

+1
-14
lines changed

6 files changed

+1
-14
lines changed

sphinx/tutorial/rose/furthertopics/command-keys.rst

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ looks like this:
2525

2626
.. code-block:: cylc
2727
28-
[scheduler]
29-
UTC mode = True # Ignore DST
3028
[scheduling]
3129
[[graph]]
3230
R1 = gather_ingredients => breadmaker

sphinx/tutorial/rose/furthertopics/polling.rst

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ file that looks like this:
2323

2424
.. code-block:: cylc
2525
26-
[scheduler]
27-
UTC mode = True # Ignore DST
2826
[scheduling]
2927
[[graph]]
3028
R1 = """

sphinx/tutorial/rose/furthertopics/rose-arch.rst

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ file that looks like this:
2424
.. code-block:: cylc
2525
2626
[scheduler]
27-
UTC mode = True # Ignore DST
2827
[[events]]
2928
abort on workflow timeout = True
3029
workflow timeout = PT1H

sphinx/tutorial/rose/furthertopics/rose-bunch.rst

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ file that looks like this:
5454

5555
.. code-block:: cylc
5656
57-
[scheduler]
58-
UTC mode = True # Ignore DST
5957
[scheduling]
6058
[[graph]]
6159
R1 = lander

sphinx/tutorial/rose/furthertopics/rose-stem-tutorial.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ The ``flow.cylc`` file
134134

135135
Next we will look at the ``rose-stem/flow.cylc`` file.
136136

137-
The ``flow.cylc`` file starts off with ``UTC mode = True``, which you
138-
should already be :ref:`familiar with <tutorial-cylc-datetime-utc>`.
139-
The next part is a Jinja2 block which links the group names the user
137+
The section is a Jinja2 block which links the group names the user
140138
can specify with the :term:`graph <graph>` for that group. In this
141139
case, the group ``command_spaceship`` gives you the graph:
142140

sphinx/tutorial/rose/suites.rst

-4
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ Using a Rose workflow configuration with Cylc 8
193193
.. code-block:: diff
194194
195195
+ #!jinja2
196-
[scheduler]
197-
UTC mode = True
198196
199197
#. **Write suite metadata**
200198

@@ -255,8 +253,6 @@ Using a Rose workflow configuration with Cylc 8
255253

256254
.. code-block:: diff
257255
258-
[scheduler]
259-
UTC mode = True
260256
[task parameters]
261257
# A list of the weather stations we will be fetching observations from.
262258
- station = camborne, heathrow, shetland, aldergrove

0 commit comments

Comments
 (0)