Skip to content

Commit d97bce3

Browse files
committed
build fixes
1 parent 90893ee commit d97bce3

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

src/7-to-8/major-changes/compatibility-mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The ``suite.rc`` filename triggers a backward compatibility mode in which:
3636
- ``succeeded`` task outputs are :ref:`*required* <User Guide Required Outputs>`,
3737
so in the absence of suicide triggers the scheduler will retain other
3838
:term:`final status` tasks in the :term:`n=0 window <n-window>` to stall the
39-
workflow.
39+
workflow.
4040

4141
- (in Cylc 8, **all** outputs are *required* unless marked as
4242
:ref:`*optional* <User Guide Optional Outputs>` by the new ``?`` syntax)

src/glossary.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ Glossary
7676

7777
Active tasks are:
7878

79-
- Tasks which have some, but not all of their prerequisites satisfied.
79+
- Tasks which have some, but not all of their
80+
:term:`prerequisites <prerequisite>` satisfied.
8081
- ``waiting`` tasks, that are actively waiting on:
8182

8283
- :term:`xtriggers <xtrigger>`.
@@ -567,7 +568,7 @@ Glossary
567568
if the :term:`wallclock time` exceeds some offset from the cycle point.
568569

569570
Expired is a :term:`final status` - an expired task will not run
570-
even if its prerequisites get satisfied.
571+
even if its :term:`prerequisites <prerequisite>` get satisfied.
571572

572573
The associated ``:expire`` :term:`output <task output>` can be used to
573574
trigger other tasks. It must be marked as an :term:`optional output`,
@@ -1384,7 +1385,7 @@ Glossary
13841385

13851386
prerequisite
13861387
task prerequisite
1387-
A task's prerequisites are the :term:`outputs <task outputs>` of
1388+
A task's prerequisites are the :term:`outputs <task output>` of
13881389
parent tasks upstream in the graph that must be completed before
13891390
it can run. Tasks are said to "depend on" their prerequisites, hence
13901391
the term :term:`dependency graph <graph>`.
@@ -1769,6 +1770,7 @@ Glossary
17691770

17701771
If no active tasks remain and all external constraints are satisfied,
17711772
but the n=0 window contains tasks waiting with partially satisfied
1772-
:term:`prerequisites`, or tasks with :term:`final status` and
1773-
:term:`incomplete outputs <output completion>`, then the workflow is
1773+
:term:`prerequisites <prerequisite>`, or tasks with :term:`final status` and
1774+
:term:`incomplete outputs <output completion>`, then the workflow is
17741775
not complete and the scheduler will :term:`stall` pending manual intervention.
1776+

src/user-guide/running-workflows/workflow-completion.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Workflow Completion
1313

1414
If no active tasks remain and all external constraints are satisfied,
1515
but the n=0 window contains tasks waiting with partially satisfied
16-
:term:`prerequisites`, or tasks with :term:`final status` and
17-
:term:`incomplete outputs <output completion>`, then the workflow is
16+
:term:`prerequisites <prerequisite>`, or tasks with :term:`final status` and
17+
:term:`incomplete outputs <output completion>`, then the workflow is
1818
not complete and the scheduler will :term:`stall` pending manual intervention.
1919

2020

@@ -32,8 +32,8 @@ or otherwise) it will remain in the stalled state on restart.
3232

3333
Stalls are often caused by unexpected task failures, either directly (tasks
3434
with :term:`final status` and :term:`incomplete outputs <output completion>`)
35-
or indirectly (tasks with partially satisfed prerequisites, downstream of an
36-
unexpected failure).
35+
or indirectly (tasks with partially satisfied :term:`prerequisites <prerequisite>`,
36+
downstream of an unexpected failure).
3737

3838
.. warning::
3939

src/user-guide/task-implementation/job-scripts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ configured).
185185
Task messages are validated by:
186186

187187
.. autoclass:: cylc.flow.unicode_rules.TaskMessageValidator
188-
:no-index:
188+
:noindex:
189189

190190
.. _job-scripts.aborting-on-error:
191191

src/user-guide/writing-workflows/external-triggers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ success. The function signature is:
402402
.. automodule:: cylc.flow.xtriggers.xrandom
403403
:members: xrandom, validate
404404
:member-order: bysource
405+
:noindex:
405406

406407
An example xrandom trigger workflow:
407408

0 commit comments

Comments
 (0)