@@ -151,33 +151,27 @@ Recurrence Formats
151
151
As with integer cycling, recurrences start at the :term: `initial cycle
152
152
point ` by default. We can override this in two ways:
153
153
154
- By giving an arbitrary start cycle point (``datetime/recurrence ``):
154
+ .. rubric ::
155
+ By giving an arbitrary start cycle point (``datetime/recurrence ``):
155
156
156
- .. csv-table ::
157
- :header: Example, Description
158
- :align: left
159
- :widths: 30, 70
160
-
161
- ``2000/P4Y ``, "Every fourth year, starting with the year 2000"
162
- ``2000-01-01T00/T00 ``, "Every day at midnight, starting on the 1st of January 2000"
163
- ``2000-01-01T12/T00 ``, "Every day at midnight, starting on the first midnight
164
- after the 1st of January at 12:00 (i.e. ``2000-01-02T00 ``)."
157
+ ``2000/P4Y ``
158
+ Every fourth year, starting with the year 2000.
159
+ ``2000-01-01T00/P1D ``
160
+ Every day at midnight, starting on the 1st of January 2000.
165
161
166
162
.. nextslide ::
167
163
168
164
.. _tutorial-cylc-datetime-offset-icp :
169
165
170
- By offset, relative to the initial cycle point (`` offset/recurrence ``).
171
- The offset must be an ISO8601 duration preceded by a plus character:
166
+ .. rubric ::
167
+ By offset, relative to the initial cycle point (`` offset/recurrence ``).
172
168
173
- .. csv-table ::
174
- :header: Example, Description
175
- :align: left
176
- :widths: 30, 70
169
+ The offset must be an ISO8601 duration preceded by a plus character:
177
170
178
- ``+P1Y/P1Y ``, every year starting one year after the initial cycle point.
179
- ``+PT1H/T00 ``, "every day starting on the first midnight after the point one
180
- hour after the initial cycle point."
171
+ ``+PT1H/PT1H ``
172
+ Every hour starting one hour after the initial cycle point.
173
+ ``+P1Y/P1Y ``
174
+ Every year starting one year after the initial cycle point.
181
175
182
176
Durations and the Initial Cycle Point
183
177
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments