doc: typo
This commit is contained in:
parent
15327d20aa
commit
897264b779
1 changed files with 11 additions and 11 deletions
|
@ -26,24 +26,24 @@ Parameters
|
|||
|
||||
* - Parameter
|
||||
- Comments
|
||||
|
||||
|
||||
* - type, _type
|
||||
|
||||
`string`
|
||||
|
||||
|
||||
- possile values:
|
||||
|
||||
|
||||
- `family` (**default value**)
|
||||
- `leadership`
|
||||
- `dynamic`
|
||||
|
||||
|
||||
.. note:: If a subfamily or a subvariable already has the name `"type"`, it is possible to use the `"_type"` attribute.
|
||||
|
||||
* - description, _description
|
||||
|
||||
`string`
|
||||
- Description of the family.
|
||||
|
||||
|
||||
User information to understand the usefulness of the family.
|
||||
|
||||
..note:: If a subfamily or subvariable already has the name "description" it is possible to use the "_description" attribute.
|
||||
|
@ -61,16 +61,16 @@ Parameters
|
|||
- Family mode.
|
||||
|
||||
The default mode of a family is the smallest mode of the parent families, child variables, or child families that are contained in that family.
|
||||
|
||||
|
||||
This mode also allows you to define the default mode for variables or families included in this family.
|
||||
|
||||
|
||||
.. note:: If a subfamily or a subvariable already has the name "mode" it is possible to add the "_mode" attribute.
|
||||
|
||||
* - hidden, _hidden
|
||||
|
||||
`string`
|
||||
- Invisible family.
|
||||
|
||||
|
||||
Allows you to hide a family as well as the variables or families included in this family.
|
||||
|
||||
This means that the family will no longer be visible in `read-write` mode, but only for calculations or in `read-only` mode.
|
||||
|
@ -82,9 +82,9 @@ Parameters
|
|||
`string`
|
||||
|
||||
- Disabled family.
|
||||
|
||||
|
||||
Allows you to deactivate a family as well as the variables or families included in this family.
|
||||
|
||||
|
||||
This means that the family will no longer be visible to the user but also to a :term:`calculation`.
|
||||
|
||||
.. note:: If a subfamily or a subvariable already has the name "disabled" it is possible to use the "_disabled" attribute.
|
||||
|
@ -207,7 +207,7 @@ Here is a second example:
|
|||
|
||||
This will dynamically create two families:
|
||||
|
||||
- "rougail.my_dyn_var1_family"
|
||||
- "rougail.my_dyn_val1_family"
|
||||
- "rougail.my_dyn_val2_family"
|
||||
|
||||
In the dynamic family "rougail.my_dyn_val1_family" we will find a variable "my_dyn_var".
|
||||
|
|
Loading…
Reference in a new issue