Various small proposed improvements#909
Draft
samuel-denton wants to merge 3 commits intocylc:masterfrom
Draft
Conversation
…xed a mistake on the interventions page causing tabs to not sync properly.
samuel-denton
commented
Feb 4, 2026
|
|
||
| .. tab-item:: CLI | ||
| :sync: gui | ||
| :sync: cli |
Contributor
Author
There was a problem hiding this comment.
Small mistake here caused tabs to sync incorrectly.
samuel-denton
commented
Feb 4, 2026
| :alt: A screenshot of the Cylc GUI dashboard. | ||
| :width: 75% | ||
|
|
||
| .. tab-item:: Tui |
Contributor
Author
There was a problem hiding this comment.
I think tabs here are clearer.
The images are just placeholders for now that were found elsewhere in the docs.
Not sure if all 4 tabs are needed or just the 3 with images.
samuel-denton
commented
Feb 4, 2026
Comment on lines
+76
to
+82
| .. note:: | ||
|
|
||
| The recurrence term tells Cylc *how often* to repeat the tasks and | ||
| dependencies in that block. ``R1`` means *run once* (no cycling), | ||
| ``P1`` means *repeat every cycle*, ``P2`` means *repeat every other cycle*, | ||
| and so on. | ||
| Other terms are configurable and are introduced in the next section. |
Contributor
Author
There was a problem hiding this comment.
I would like to add a note here explaining why R1 was swapped with P1 and illuding to more complex recurrences in further tutorials.
I am not yet happy with this wording however so will have another think.
samuel-denton
commented
Feb 4, 2026
| from 1. | ||
| * ``P1`` is the :term:`recurrence`; a ``P1`` :term:`graph string` | ||
| repeats at every integer :term:`cycle point`. | ||
| tells Cylc to repeat at every integer :term:`cycle point`. |
Contributor
Author
There was a problem hiding this comment.
Minor change to keep consistency with other bullets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements check-list
I have read
CONTRIBUTING.mdand added my name as a Code Contributor.Fixed a mistake on the interventions page causing tabs not to sync properly.
Adding tabs to the intro page to show different UI types. I find the current image a bit intimidating.
Added a note to Basic Cycling - Repeating Workflows to describe the reoccurrence in the example.