Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Pillinger <26465611+wxtim@users.noreply.github.com>
Co-authored-by: Hilary James Oliver <hilary.j.oliver@gmail.com>
  • Loading branch information
3 people authored Apr 30, 2024
1 parent f496efe commit 2318ccc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/user-guide/interventions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ You can perform these interventions in multiple ways:
The Cylc web app (GUI) can be launched with the ``cylc gui`` command.

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

.. tab-item:: With the Tui
:sync: tui

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

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

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


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

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


Set a Switch Task
Expand Down Expand Up @@ -354,7 +354,7 @@ Edit a Task's Configuration and Re-Run It

.. note::

Any changes you make, apply only to this one instance of the task, not
Any changes you make apply only to this one instance of the task, not
to any future instances.

To change future instances, either use "broadcast" or see
Expand Down

0 comments on commit 2318ccc

Please sign in to comment.