Skip to content

Commit 8ef1c2b

Browse files
committed
Add Edit Runtime to changelog
1 parent 8189b5e commit 8ef1c2b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

src/reference/changes.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,24 @@ will be added in later releases.
5353
Log View
5454
^^^^^^^^
5555

56-
The web UI also now has a log view which displays workflow and job log files:
56+
The web UI now has a log view which displays workflow and job log files:
5757

5858
.. image:: changes/log-view-screenshot.png
5959
:width: 80%
6060

6161
Support for viewing more log files, syntax highlighting, searching and line
6262
numbers are planned for future releases.
6363

64+
Edit Runtime
65+
^^^^^^^^^^^^
66+
67+
The web UI now has a command for editing the :cylc:conf:`[runtime]` section
68+
of a task or family.
69+
70+
.. image:: changes/edit-runtime-screenshot.png
71+
:width: 80%
72+
73+
Any changes made are :ref:`broadcast <cylc-broadcast>` to the running workflow.
6474

6575
Combined Commands
6676
^^^^^^^^^^^^^^^^^
42.8 KB
Loading

src/tutorial/furthertopics/broadcast.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Broadcast
2-
=========
1+
.. _broadcast-tutorial:
2+
3+
Broadcast Tutorial
4+
==================
35

46
This tutorial walks you through using ``cylc broadcast`` which can be used
57
to change :ref:`task runtime configuration <tutorial-runtime>` in a

src/user-guide/running-workflows/dynamic-behaviour.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ Broadcast settings targeting a specific cycle point expire as the workflow
1414
moves on. Otherwise they persist for lifetime of the run, and across restarts,
1515
unless cleared with another invocation of the command.
1616

17+
.. seealso::
18+
19+
:ref:`broadcast-tutorial`
20+
1721
.. TODO: document sub-workflows

0 commit comments

Comments
 (0)