Skip to content

Commit

Permalink
Merge pull request #683 from oliver-sanders/add-labels
Browse files Browse the repository at this point in the history
add reference labels
  • Loading branch information
wxtim authored Jan 30, 2024
2 parents 4ee9fd4 + 66988e8 commit 75deb23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/user-guide/writing-workflows/scheduling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ There are three ISO 8601 recurrence formats supported by Cylc, detailed below
in order from most commonly used to least commonly used.


.. _user_guide.cycling_format_3:

Format 3: ``R[limit?]/[datetime]/[interval]``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -391,6 +393,8 @@ If the limit is omitted, unlimited cycling is assumed. This will be
bounded by the workflow's final cycle point if given.


.. _user_guide.cycling_format_4:

Format 4: ``R[limit?]/[interval]/[datetime]``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -428,6 +432,8 @@ So, for example, you can write:
R//T00 # Run every day ending at 00:00 before/at the final cycle point
.. _user_guide.cycling_format_1:

Format 1: ``R[limit?]/[datetime]/[datetime]``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 75deb23

Please sign in to comment.