Skip to content

Commit

Permalink
Merge pull request #5710 from MetRonnie/doc
Browse files Browse the repository at this point in the history
Hide autoclass objects from `flow.cylc` reference
  • Loading branch information
wxtim authored Sep 11, 2023
2 parents 0bb867b + cc3fc3c commit 63ceffb
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 63ceffb

Please sign in to comment.