Skip to content

Commit d39c599

Browse files
oliver-sanderswxtimhjoliver
committed
Apply suggestions from code review
Co-authored-by: Tim Pillinger <[email protected]> Co-authored-by: Hilary James Oliver <[email protected]>
1 parent f496efe commit d39c599

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

src/user-guide/interventions/index.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ You can perform these interventions in multiple ways:
2020
The Cylc web app (GUI) can be launched with the ``cylc gui`` command.
2121

2222
Some sites provide a central deployment for you where you log in via the
23-
web browser rather than launching it youself.
23+
web browser rather than launching it yourself.
2424

2525
.. tab-item:: With the Tui
2626
:sync: tui
2727

28-
Cylc Tui is an interactive in-terminal application, kinda like a minimal
28+
Cylc Tui is an interactive in-terminal application, like a minimal
2929
version of the GUI. Start it with the ``cylc tui`` command.
3030

3131
Launch it with the ``cylc tui`` command.
@@ -189,7 +189,7 @@ You can also :ref:`set task prerequisites <interventions.set-task-prerequisites>
189189
Should I set task outputs or prerequisites?
190190

191191
* If you set a task's outputs, then tasks downstream of it may start to run.
192-
* If you set a task's prerequisites, this will not happen.
192+
* If you set a task's prerequisites, the task itself may start to run.
193193

194194

195195
.. _interventions.set-task-prerequisites:
@@ -254,7 +254,7 @@ You can also :ref:`set task outputs <interventions.set-task-outputs>`.
254254
Should I set task outputs or prerequisites?
255255

256256
* If you set a task's outputs, then tasks downstream of it may start to run.
257-
* If you set a task's prerequisites, this will not happen.
257+
* If you set a task's prerequisites, the task itself may start to run.
258258

259259

260260
Set a Switch Task
@@ -354,7 +354,7 @@ Edit a Task's Configuration and Re-Run It
354354

355355
.. note::
356356

357-
Any changes you make, apply only to this one instance of the task, not
357+
Any changes you make apply only to this one instance of the task, not
358358
to any future instances.
359359

360360
To change future instances, either use "broadcast" or see
@@ -401,6 +401,12 @@ Edit The Workflow Configuration
401401
$ vim ~/cylc-src/myworkflow # edit the workflow configuration
402402
$ cylc vr myworkflow # reinstall and reload the workflow
403403
404+
.. note::
405+
406+
For information on how graph changes (e.g. the adding or removing of tasks)
407+
are applied, see
408+
:ref:`user-guide.restarting-or-reloading-after-graph-changes`.
409+
404410

405411
Orphan a "Stuck" Job Submission
406412
-------------------------------

src/user-guide/running-workflows/scheduler-start-up.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ log will report an error and the reload will have no effect.
141141
Note, :ref:`RemoteInit` will be redone for each job platform, when the first
142142
job is submitted there after a reload.
143143

144+
145+
.. _user-guide.restarting-or-reloading-after-graph-changes:
146+
144147
Restarting or Reloading after Graph Changes
145148
-------------------------------------------
146149

0 commit comments

Comments
 (0)