diff --git a/docs/tutorial/family.rst b/docs/tutorial/family.rst index 3d4054fbc..1597ed0ef 100644 --- a/docs/tutorial/family.rst +++ b/docs/tutorial/family.rst @@ -98,6 +98,10 @@ which means that this family is a container variable that contains no variable y It's because we don't have set any :term:`variable` inside yet. When we will have a variable inside of this family, we will make a YAML block (to create a block in YAML, you just need to indent the lines) and the Rougail's type inference engine will implicitely infer the variable's container as a family type. +.. important:: + + Any family that has been declared in a structure file but is empty (i.e., contains neither :term:`variables ` nor :term:`subfamilies `) is deleted by Rougail, that is is not present in the Rougail CLI output. + Or a sub family ----------------