Skip to content

Commit 75deb23

Browse files
authored
Merge pull request #683 from oliver-sanders/add-labels
add reference labels
2 parents 4ee9fd4 + 66988e8 commit 75deb23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ There are three ISO 8601 recurrence formats supported by Cylc, detailed below
332332
in order from most commonly used to least commonly used.
333333

334334

335+
.. _user_guide.cycling_format_3:
336+
335337
Format 3: ``R[limit?]/[datetime]/[interval]``
336338
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
337339

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

393395

396+
.. _user_guide.cycling_format_4:
397+
394398
Format 4: ``R[limit?]/[interval]/[datetime]``
395399
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
396400

@@ -428,6 +432,8 @@ So, for example, you can write:
428432
R//T00 # Run every day ending at 00:00 before/at the final cycle point
429433
430434
435+
.. _user_guide.cycling_format_1:
436+
431437
Format 1: ``R[limit?]/[datetime]/[datetime]``
432438
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
433439

0 commit comments

Comments
 (0)