Skip to content

Commit 8dc2957

Browse files
committed
small fix, update intersphinx
1 parent 1f533a2 commit 8dc2957

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
# $ python -m sphinx.ext.intersphinx <url>/objects.inv | less
121121
intersphinx_mapping = {
122122
'rose': (
123-
'http://metomi.github.io/rose/2.3.0/html', None
123+
'http://metomi.github.io/rose/2.4.0/html', None
124124
),
125125
'python': (
126126
'https://docs.python.org/3/', None

src/reference/changes.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Cylc 8.4
3838
Cylc Remove
3939
^^^^^^^^^^^
4040

41-
Cylc Remove now allows removing tasks which are not longer active, making
41+
Cylc Remove now allows removing tasks which are no longer active, making
4242
it look like they never ran. Removing a running task will now kill that task.
4343

4444
The ``cylc remove`` command now has the ``--flow`` option, allowing removal
4545
of a task from specific flows.
4646

47-
Tasks Removed from all flows are retained in the workflow database with
47+
Tasks removed from all flows are retained in the workflow database with
4848
``flow=none`` for provenance.
4949

5050
.. image:: ../user-guide/interventions/remove.gif
@@ -58,7 +58,9 @@ Tasks Removed from all flows are retained in the workflow database with
5858
Skip Mode
5959
^^^^^^^^^
6060

61-
Tasks can be configured to run in skip mode, either from the configuration
61+
Tasks can now be run in "skip" mode where they complete
62+
their required outputs instantly.
63+
Tasks can be configured to run in skip mode either in the workflow configuration
6264
or by broadcasting.
6365

6466
.. image:: ../user-guide/interventions/skip-cycle.gui.gif
@@ -69,8 +71,7 @@ in skip mode. The task outputs delivered by skip mode can be customized using
6971
:cylc:conf:`[runtime][<namespace>][skip]outputs` or defaults to behaviour
7072
described in :ref:`skip_mode.task_outputs`.
7173

72-
This can be used to skip a cycle or a task (for a full example see
73-
:ref:`interventions.skip_cycle`).
74+
This can be used to skip a cycle or a task (for a full example see :ref:`interventions.skip_cycle`).
7475

7576
It may also be useful for :ref:`EfficientInterFamilyTriggering` and
7677
for :ref:`skip_mode.parameter_exclusion`.
@@ -89,7 +90,9 @@ is paused.
8990
.. image:: ../user-guide/interventions/trigger-while-paused.gif
9091
:width: 60%
9192

92-
See :ref:`interventions.trigger_while_paused` for an example of this feature.
93+
.. seealso::
94+
95+
:ref:`interventions.trigger_while_paused` for an example of this feature.
9396

9497

9598
EmPy Support Removed

0 commit comments

Comments
 (0)