Skip to content

Commit

Permalink
Merge pull request #5728 from MetRonnie/doc
Browse files Browse the repository at this point in the history
8.2.x: hide autoclass objects from `flow.cylc` reference
  • Loading branch information
oliver-sanders authored Sep 11, 2023
2 parents e8d0ddb + cc3fc3c commit bdd2e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cylc/flow/cfgspec/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1715,10 +1715,12 @@ def get_script_common_text(this: str, example: Optional[str] = None):
Custom outputs must satisfy these rules:
.. autoclass:: cylc.flow.unicode_rules.TaskOutputValidator
:noindex:
Task messages must satisfy these rules:
.. autoclass:: cylc.flow.unicode_rules.TaskMessageValidator
:noindex:
''')

with Conf('parameter environment templates', desc='''
Expand Down

0 comments on commit bdd2e97

Please sign in to comment.