From cc3fc3c7e9598009a5101a41a8f9c15bd9bff707 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:30:08 +0100 Subject: [PATCH] Doc: hide autoclass objects from `flow.cylc` reference --- cylc/flow/cfgspec/workflow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cylc/flow/cfgspec/workflow.py b/cylc/flow/cfgspec/workflow.py index 4503b29a5ac..a6d16bbe76d 100644 --- a/cylc/flow/cfgspec/workflow.py +++ b/cylc/flow/cfgspec/workflow.py @@ -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='''