Skip to content

Commit

Permalink
small fix, update intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 9, 2025
1 parent 1f533a2 commit 73fc334
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
# $ python -m sphinx.ext.intersphinx <url>/objects.inv | less
intersphinx_mapping = {
'rose': (
'http://metomi.github.io/rose/2.3.0/html', None
'http://metomi.github.io/rose/2.4.0/html', None
),
'python': (
'https://docs.python.org/3/', None
Expand Down
11 changes: 6 additions & 5 deletions src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Cylc 8.4
Cylc Remove
^^^^^^^^^^^

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

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

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

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

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

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

This can be used to skip a cycle or a task (for a full example see
:ref:`interventions.skip_cycle`).
This can be used to skip a cycle or a task (for a full example see :ref:`interventions.skip_cycle`).

It may also be useful for :ref:`EfficientInterFamilyTriggering` and
for :ref:`skip_mode.parameter_exclusion`.
Expand Down

0 comments on commit 73fc334

Please sign in to comment.