Skip to content

Commit 61122e3

Browse files
combine exclusion sections
1 parent 47b06f6 commit 61122e3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,15 @@ This graph can be written more concisely, with the same result, like this:
642642
T06,T18 = "C => X"
643643
644644
645-
Excluding Dates
646-
^^^^^^^^^^^^^^^
645+
.. _user_guide.scheduling.exclusions:
646+
647+
Exclusions
648+
^^^^^^^^^^
649+
650+
Exclusions allow you to subtract dates or recurrences from a cycling section
651+
using the exclamation mark symbol (!).
652+
653+
.. rubric:: Excluding Dates
647654

648655
:term:`datetimes <ISO 8601 datetime>` can be excluded from a :term:`recurrence`
649656
by an exclamation mark for example ``PT1D!20000101`` means run daily except on
@@ -671,8 +678,7 @@ workflow ``foo`` will only run once as its second run is excluded.
671678
[[graph]]
672679
R2/P1D!20000102 = foo
673680
674-
Excluding Recurrences
675-
^^^^^^^^^^^^^^^^^^^^^
681+
.. rubric:: Excluding Recurrences
676682

677683
Exclusions may themselves be datetime recurrence sequences. Any partial
678684
datetime or sequence after the exclamation mark will be excluded from the main

0 commit comments

Comments
 (0)