From 6bc040b767fb02ba5e80d2537a6b480d6f1afce6 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Tue, 6 Feb 2024 14:24:28 +0100 Subject: [PATCH] DOC: Remove parent keyword --- src/doc/yaml_interface.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/yaml_interface.rst b/src/doc/yaml_interface.rst index ac391438..48e27802 100644 --- a/src/doc/yaml_interface.rst +++ b/src/doc/yaml_interface.rst @@ -109,7 +109,6 @@ Keywords added as parents, and all Properties with at least the importance ``XXX`` are inherited. For example, ``inherited_from_recommended`` will inherit all Properties of importance ``recommended`` and ``obligatory``, but not ``suggested``. -- **parent**: Parent of this entity. Same as ``inherit_from_obligatory``. (*Deprecated*) Usage ===== -- GitLab