Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow config doc refinements #4475

Merged
merged 1 commit into from
Oct 21, 2021
Merged

Workflow config doc refinements #4475

merged 1 commit into from
Oct 21, 2021

Conversation

MetRonnie
Copy link
Member

This is a small change with no associated Issue.

Requirements check-list

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.py and conda-environment.yml.
  • Does not need tests
  • No change log entry required
  • No documentation update required.

@MetRonnie MetRonnie added the doc Documentation label Oct 21, 2021
@MetRonnie MetRonnie added this to the cylc-8.0rc1 milestone Oct 21, 2021
@MetRonnie MetRonnie self-assigned this Oct 21, 2021
Comment on lines -1016 to +1029
with Conf('job', desc='''
with Conf('job', desc=dedent('''
This section configures the means by which cylc submits task
job scripts to run.

''' + DEPRECATION_WARN):
''') + DEPRECATION_WARN):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes this formatting
image

command or script, or inlined scripting.
''' + SCRIPT_COMMON)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of these had empty examples

Copy link
Member

@wxtim wxtim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I'm currently working on a much bigger PR with lots of changes to workflow.py so it'd be nice to get this in quickly to avoid a horrid rebase.

Alternatively, if you wanted to make it a PR to the branch ref'd in #4475 I'd be happy to just merge it then get the second review with that PR (The review of which will be horrific, because there are so many matters of taste involved.)

@datamel
Copy link
Contributor

datamel commented Oct 21, 2021

Sure. I'm currently working on a much bigger PR with lots of changes to workflow.py so it'd be nice to get this in quickly to avoid a horrid rebase.

Alternatively, if you wanted to make it a PR to the branch ref'd in #4475 I'd be happy to just merge it then get the second review with that PR (The review of which will be horrific, because there are so many matters of taste involved.)

Happy for either, I am currently clearing my review backlog after auth kept me so busy. I should be able to get to this one this afternoon.

Copy link
Contributor

@datamel datamel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have build the docs and it is all templating nicely.
Thanks @MetRonnie

@datamel datamel merged commit 3253cd3 into cylc:master Oct 21, 2021
@MetRonnie MetRonnie deleted the doc-patch branch October 21, 2021 15:12
@MetRonnie MetRonnie modified the milestones: cylc-8.0rc1, cylc-8.0b3 Oct 25, 2021
wxtim added a commit to wxtim/cylc that referenced this pull request Nov 2, 2021
* 'config.fix' of github.com:wxtim/cylc: (71 commits)
  Apply suggestions from code review
  Tweak TUI job prep state icon.
  Reduce test flakiness on MacOS
  Fix logging of task state transistion to "preparing".
  Fix datastore job "preparing" state.
  Fix TUI job "preparing" state.
  Fix spelling error.
  Func test fix.
  Style fix.
  Workflow config doc refinements (cylc#4475)
  Update cylc/flow/cfgspec/workflow.py
  Fix two func tests, and a typo.
  Remove CYLC_WORKFLOW_DEF_PATH
  Address review feedback (tweak some docstrings).
  Update cylc/flow/task_pool.py
  Post rebase fix.
  Set flow counter from DB.
  Fix a func test post rebase.
  Fix cylc poll CLI doc.
  Add nosec comment.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants