Skip to content

Commit 0906b58

Browse files
authored
Improve reload docs + couple small fixes (#399)
* Improve reload docs * Fix mistakes in caveats page
1 parent 788bfa7 commit 0906b58

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/7-to-8/caveats.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Cylc Flow
1111
Trigger Edit
1212
Functionality removed pending reimplementation.
1313

14-
* https://github.com/cylc/cylc-flow/issues/3743
14+
* https://github.com/cylc/cylc-flow/issues/3751
15+
1516
Reflow
1617
The new "reflow" functionality, which allows multiple
1718
(potentially concurrent) executions of the same workflow in a single
@@ -33,7 +34,7 @@ Graph View
3334

3435
Static Graph Visualization
3536
Not yet reimplemented for Cylc 8. As an interim measure the
36-
``cylc graph``` command can generate a basic PNG image of a workflow
37+
``cylc graph`` command can generate a basic PNG image of a workflow
3738
graph if Graphviz is installed in the Cylc environment.
3839

3940
Log Files

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,12 @@ workflow configuration at run time. This is an alternative to shutting a
130130
workflow down and restarting it after making changes.
131131

132132
.. note::
133-
Before reload, be sure to :ref:`reinstall <Reinstalling a workflow>` your
134-
changes from source to run directory
133+
If writing your workflows in a :term:`source directory`, then be sure to
134+
:ref:`reinstall <Reinstalling a workflow>` your changes to the
135+
:term:`run directory` before doing a reload.
136+
137+
If you make an error in the ``flow.cylc`` file before a reload, the workflow
138+
log will report an error and the reload will have no effect.
135139

136140

137141
Restarting or Reloading after Graph Changes

0 commit comments

Comments
 (0)