From c4eeee77b06233f76197b2570686b43da518adc5 Mon Sep 17 00:00:00 2001 From: Eric Fayolle Date: Mon, 26 Nov 2018 16:42:50 +0100 Subject: [PATCH] majuscules sur PROC/OPER/SIMP/FACT/BLOC --- docCataWriter/bloc.rst | 2 +- docCataWriter/fact.rst | 6 +++--- docCataWriter/simp.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docCataWriter/bloc.rst b/docCataWriter/bloc.rst index a64624b7..0d7c265a 100644 --- a/docCataWriter/bloc.rst +++ b/docCataWriter/bloc.rst @@ -17,7 +17,7 @@ Syntax is : :: myConditionalGroup = BLOC( condition= " python statement", - ... #included keywords or others fact/bloc + ... #included SIMP or others FACT/BLOC ) Python statement is often <, >, == but this can be any expression returning True or False. diff --git a/docCataWriter/fact.rst b/docCataWriter/fact.rst index 08ff404b..d04e94ef 100644 --- a/docCataWriter/fact.rst +++ b/docCataWriter/fact.rst @@ -5,7 +5,7 @@ Definition and Usage ____________________ | A group is a collection of elements. Grouping these elements has significance from the point of view of business data modeling These elements are keywords or other groups. -| A group has a parent : It is located in a command (in a proc or oper at the second level of the tree) or inside a group (bloc or fact). +| A group has a parent : It is located in a command (in a PROC or OPER at the second level of the tree) or inside a group (BLOC or FACT). Syntax ______ @@ -17,7 +17,7 @@ Syntax is : :: myGroup = FACT ( - ... #included keywords or others fact/bloc + ... #included SIMP or others FACT/BLOC ) "myGroup" is a python label. A group can not have the same name as its brothers. @@ -31,7 +31,7 @@ It contains simple elements or groups. There is no recursivity depth limit. close_time = SIMP(statut='f', typ='R', defaut=1000, val_min=0), ), -Definition of FACT including others groups : +Definition of FACT including an other FACT : :: diff --git a/docCataWriter/simp.rst b/docCataWriter/simp.rst index f168d8b9..234b0254 100644 --- a/docCataWriter/simp.rst +++ b/docCataWriter/simp.rst @@ -5,7 +5,7 @@ Definition and Usage ____________________ A model keyword specifies an input parameter. It specifies the information (ie name, type) and some of the constraints on the value of the parameter. -A model keyword has a parent : It is located in a command (in a proc or oper at the second level of the tree) or inside a group (bloc or fact). +A model keyword has a parent : It is located in a command (in a PROC or OPER at the second level of the tree) or inside a group (BLOC or FACT). Syntax ______ -- 2.39.2