feat: comment variables from a family
This commit is contained in:
parent
2961a61aa6
commit
9d8be3880a
755 changed files with 2817 additions and 154 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"POT-Creation-Date: 2025-10-26 15:19+0100\n"
|
"POT-Creation-Date: 2025-10-27 20:21+0100\n"
|
||||||
"PO-Revision-Date: 2025-10-26 15:20+0100\n"
|
"PO-Revision-Date: 2025-10-27 20:21+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
|
|
@ -32,27 +32,27 @@ msgstr "lorsque l'identifiant est \"{0}\""
|
||||||
msgid "when the identifier is not \"{0}\""
|
msgid "when the identifier is not \"{0}\""
|
||||||
msgstr "lorsque l'identifiant n'est pas \"{0}\""
|
msgstr "lorsque l'identifiant n'est pas \"{0}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:137
|
#: src/rougail/output_doc/changelog.py:144
|
||||||
msgid "New variable"
|
msgid "New variable"
|
||||||
msgstr "Nouvelle variable"
|
msgstr "Nouvelle variable"
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:139
|
#: src/rougail/output_doc/changelog.py:146
|
||||||
msgid "New variables"
|
msgid "New variables"
|
||||||
msgstr "Nouvelles variables"
|
msgstr "Nouvelles variables"
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:150
|
#: src/rougail/output_doc/changelog.py:158
|
||||||
msgid "Modified variable"
|
msgid "Modified variable"
|
||||||
msgstr "Variable modifiée"
|
msgstr "Variable modifiée"
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:152
|
#: src/rougail/output_doc/changelog.py:160
|
||||||
msgid "Modified variables"
|
msgid "Modified variables"
|
||||||
msgstr "Variables modifiées"
|
msgstr "Variables modifiées"
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:163
|
#: src/rougail/output_doc/changelog.py:172
|
||||||
msgid "Deleted variable"
|
msgid "Deleted variable"
|
||||||
msgstr "Variable supprimée"
|
msgstr "Variable supprimée"
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:165
|
#: src/rougail/output_doc/changelog.py:174
|
||||||
msgid "Deleted variables"
|
msgid "Deleted variables"
|
||||||
msgstr "Variables supprimées"
|
msgstr "Variables supprimées"
|
||||||
|
|
||||||
|
|
@ -81,138 +81,142 @@ msgid "Do not add families in documentation"
|
||||||
msgstr "Ne pas ajouter les familles dans la documentation"
|
msgstr "Ne pas ajouter les familles dans la documentation"
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:114
|
#: src/rougail/output_doc/config.py:114
|
||||||
|
msgid "Document the variables from this family"
|
||||||
|
msgstr "Documente les variables depuis cette famille"
|
||||||
|
|
||||||
|
#: src/rougail/output_doc/config.py:118
|
||||||
msgid "Disable documentation for variables with those modes"
|
msgid "Disable documentation for variables with those modes"
|
||||||
msgstr "Désactiver la documentation des variables avec ces modes"
|
msgstr "Désactiver la documentation des variables avec ces modes"
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:122
|
#: src/rougail/output_doc/config.py:126
|
||||||
msgid "disabled when there is no mode available"
|
msgid "disabled when there is no mode available"
|
||||||
msgstr "désactiver lorsqu'il n'y a pas de mode valable"
|
msgstr "désactiver lorsqu'il n'y a pas de mode valable"
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:128
|
#: src/rougail/output_doc/config.py:132
|
||||||
msgid "verify if disable modes already exists"
|
msgid "verify if disable modes already exists"
|
||||||
msgstr "vérifier le mode existe déjà"
|
msgstr "vérifier le mode existe déjà"
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:130
|
#: src/rougail/output_doc/config.py:134
|
||||||
msgid "Modify values to document leaderships and dynamics families"
|
msgid "Modify values to document leaderships and dynamics families"
|
||||||
msgstr "Valeurs modifiées pour documenter les familles leader ou dynamique"
|
msgstr "Valeurs modifiées pour documenter les familles leader ou dynamique"
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:133
|
#: src/rougail/output_doc/config.py:137
|
||||||
msgid "Generate document in format"
|
msgid "Generate document in format"
|
||||||
msgstr "Générer le document au format"
|
msgstr "Générer le document au format"
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:151
|
#: src/rougail/output_doc/config.py:155
|
||||||
msgid "Force true color terminal"
|
msgid "Force true color terminal"
|
||||||
msgstr "Force les vrais couleurs dans le terminal"
|
msgstr "Force les vrais couleurs dans le terminal"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:344
|
#: src/rougail/output_doc/doc.py:347
|
||||||
msgid "This family contains lists of variable blocks."
|
msgid "This family contains lists of variable blocks."
|
||||||
msgstr "Cette famille contient des listes de bloc de variable."
|
msgstr "Cette famille contient des listes de bloc de variable."
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:354
|
#: src/rougail/output_doc/doc.py:357
|
||||||
msgid "This family builds families dynamically."
|
msgid "This family builds families dynamically."
|
||||||
msgstr "Cette famille construit des familles dynamiquement."
|
msgstr "Cette famille construit des familles dynamiquement."
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:368
|
#: src/rougail/output_doc/doc.py:371
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Défaut"
|
msgstr "Défaut"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:383
|
#: src/rougail/output_doc/doc.py:386
|
||||||
msgid "multiple"
|
msgid "multiple"
|
||||||
msgstr "multiple"
|
msgstr "multiple"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:391
|
#: src/rougail/output_doc/doc.py:394
|
||||||
msgid "Example"
|
msgid "Example"
|
||||||
msgstr "Exemple"
|
msgstr "Exemple"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:394
|
#: src/rougail/output_doc/doc.py:397
|
||||||
msgid "Examples"
|
msgid "Examples"
|
||||||
msgstr "Exemples"
|
msgstr "Exemples"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:403
|
#: src/rougail/output_doc/doc.py:406
|
||||||
msgid "Tag"
|
msgid "Tag"
|
||||||
msgstr "Étiquette"
|
msgstr "Étiquette"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:406
|
#: src/rougail/output_doc/doc.py:409
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Étiquettes"
|
msgstr "Étiquettes"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:435
|
#: src/rougail/output_doc/doc.py:438
|
||||||
msgid "No attribute \"description\" for \"{0}\" in {1}"
|
msgid "No attribute \"description\" for \"{0}\" in {1}"
|
||||||
msgstr "Aucun attribut \"description\" pour \"{0}\" dans {1}"
|
msgstr "Aucun attribut \"description\" pour \"{0}\" dans {1}"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:577
|
#: src/rougail/output_doc/doc.py:580
|
||||||
msgid "text based with regular expressions \"{0}\""
|
msgid "text based with regular expressions \"{0}\""
|
||||||
msgstr "texte avec expression rationnelle \"{0}\""
|
msgstr "texte avec expression rationnelle \"{0}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:581
|
#: src/rougail/output_doc/doc.py:584
|
||||||
msgid "Validator"
|
msgid "Validator"
|
||||||
msgstr "Validateur"
|
msgstr "Validateur"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:584
|
#: src/rougail/output_doc/doc.py:587
|
||||||
msgid "Validators"
|
msgid "Validators"
|
||||||
msgstr "Validateurs"
|
msgstr "Validateurs"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:593
|
#: src/rougail/output_doc/doc.py:596
|
||||||
msgid "Choices"
|
msgid "Choices"
|
||||||
msgstr "Choix"
|
msgstr "Choix"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:696
|
#: src/rougail/output_doc/doc.py:699
|
||||||
msgid "the value of the identifier"
|
msgid "the value of the identifier"
|
||||||
msgstr "la valeur de l'identifiant"
|
msgstr "la valeur de l'identifiant"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:700
|
#: src/rougail/output_doc/doc.py:703
|
||||||
msgid "the value of the {0}"
|
msgid "the value of the {0}"
|
||||||
msgstr "la valeur de l'{0}"
|
msgstr "la valeur de l'{0}"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:709
|
#: src/rougail/output_doc/doc.py:712
|
||||||
msgid "depends on a calculation"
|
msgid "depends on a calculation"
|
||||||
msgstr "dépend d'un calcul"
|
msgstr "dépend d'un calcul"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:715
|
#: src/rougail/output_doc/doc.py:718
|
||||||
msgid "\"{0}\" is a calculation for {1} but has no description in {2}"
|
msgid "\"{0}\" is a calculation for {1} but has no description in {2}"
|
||||||
msgstr "\"{0}\" est un calcul pour {1} mais n'a pas de description dans {2}"
|
msgstr "\"{0}\" est un calcul pour {1} mais n'a pas de description dans {2}"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:742 src/rougail/output_doc/doc.py:858
|
#: src/rougail/output_doc/doc.py:745 src/rougail/output_doc/doc.py:861
|
||||||
msgid "depends on an undocumented variable"
|
msgid "depends on an undocumented variable"
|
||||||
msgstr "dépends d'une variable non documentée"
|
msgstr "dépends d'une variable non documentée"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:758
|
#: src/rougail/output_doc/doc.py:761
|
||||||
msgid "when the variable \"{0}\" hasn't the value \"{1}\""
|
msgid "when the variable \"{0}\" hasn't the value \"{1}\""
|
||||||
msgstr "lorsque la variable \"{0}\" n'a pas la valeur \"{1}\""
|
msgstr "lorsque la variable \"{0}\" n'a pas la valeur \"{1}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:760
|
#: src/rougail/output_doc/doc.py:763
|
||||||
msgid "when the variable \"{0}\" is defined and hasn't the value \"{1}\""
|
msgid "when the variable \"{0}\" is defined and hasn't the value \"{1}\""
|
||||||
msgstr "lorsque la variable \"{0}\" est définie et n'a pas la valeur \"{1}\""
|
msgstr "lorsque la variable \"{0}\" est définie et n'a pas la valeur \"{1}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:765
|
#: src/rougail/output_doc/doc.py:768
|
||||||
msgid "when the variable \"{0}\" has the value \"{1}\""
|
msgid "when the variable \"{0}\" has the value \"{1}\""
|
||||||
msgstr "lorsque la variable \"{0}\" a la valeur \"{1}\""
|
msgstr "lorsque la variable \"{0}\" a la valeur \"{1}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:767
|
#: src/rougail/output_doc/doc.py:770
|
||||||
msgid "when the variable \"{0}\" is defined and has the value \"{1}\""
|
msgid "when the variable \"{0}\" is defined and has the value \"{1}\""
|
||||||
msgstr "lorsque la variable \"{0}\" est définie et a la valeur \"{1}\""
|
msgstr "lorsque la variable \"{0}\" est définie et a la valeur \"{1}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:785
|
#: src/rougail/output_doc/doc.py:788
|
||||||
msgid "the value of the variable \"{0}\""
|
msgid "the value of the variable \"{0}\""
|
||||||
msgstr "la valeur de la variable \"{0}\""
|
msgstr "la valeur de la variable \"{0}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:787
|
#: src/rougail/output_doc/doc.py:790
|
||||||
msgid "the value of the variable \"{0}\" if it is defined"
|
msgid "the value of the variable \"{0}\" if it is defined"
|
||||||
msgstr "la valeur de la variable \"{0}\" si elle est définie"
|
msgstr "la valeur de la variable \"{0}\" si elle est définie"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:788
|
#: src/rougail/output_doc/doc.py:791
|
||||||
msgid "the value of an undocumented variable"
|
msgid "the value of an undocumented variable"
|
||||||
msgstr "la valeur d'une variable non documentée"
|
msgstr "la valeur d'une variable non documentée"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:826
|
#: src/rougail/output_doc/doc.py:829
|
||||||
msgid "the values of undocumented variables"
|
msgid "the values of undocumented variables"
|
||||||
msgstr "les valeurs de variables non documentées"
|
msgstr "les valeurs de variables non documentées"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:846
|
#: src/rougail/output_doc/doc.py:849
|
||||||
msgid "(from an undocumented variable)"
|
msgid "(from an undocumented variable)"
|
||||||
msgstr "(issue d'une variable non documentée)"
|
msgstr "(issue d'une variable non documentée)"
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:854
|
#: src/rougail/output_doc/doc.py:857
|
||||||
msgid "{0} (from an undocumented variable)"
|
msgid "{0} (from an undocumented variable)"
|
||||||
msgstr "{0} (issue d'une variable non documentée)"
|
msgstr "{0} (issue d'une variable non documentée)"
|
||||||
|
|
||||||
|
|
@ -224,13 +228,13 @@ msgstr "Exemple avec des variables obligatoire non renseignée"
|
||||||
msgid "Example with all variables modifiable"
|
msgid "Example with all variables modifiable"
|
||||||
msgstr "Exemple avec toutes les variables modifiable"
|
msgstr "Exemple avec toutes les variables modifiable"
|
||||||
|
|
||||||
#: src/rougail/output_doc/output/console.py:164
|
#: src/rougail/output_doc/output/console.py:165
|
||||||
#: src/rougail/output_doc/utils.py:782
|
#: src/rougail/output_doc/utils.py:783
|
||||||
msgid "Variable"
|
msgid "Variable"
|
||||||
msgstr "Variable"
|
msgstr "Variable"
|
||||||
|
|
||||||
#: src/rougail/output_doc/output/console.py:165
|
#: src/rougail/output_doc/output/console.py:166
|
||||||
#: src/rougail/output_doc/utils.py:782
|
#: src/rougail/output_doc/utils.py:783
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "Description"
|
msgstr "Description"
|
||||||
|
|
||||||
|
|
@ -338,21 +342,21 @@ msgstr "ce fichier doit exister"
|
||||||
msgid "file type allowed: {0}"
|
msgid "file type allowed: {0}"
|
||||||
msgstr "type de fichier autorisé : {0}"
|
msgstr "type de fichier autorisé : {0}"
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:332
|
#: src/rougail/output_doc/utils.py:333
|
||||||
msgid "Variables for \"{0}\""
|
msgid "Variables for \"{0}\""
|
||||||
msgstr "Variables pour \"{0}\""
|
msgstr "Variables pour \"{0}\""
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:362
|
#: src/rougail/output_doc/utils.py:363
|
||||||
msgid "Identifiers"
|
msgid "Identifiers"
|
||||||
msgstr "Identifiants"
|
msgstr "Identifiants"
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:659 src/rougail/output_doc/utils.py:668
|
#: src/rougail/output_doc/utils.py:660 src/rougail/output_doc/utils.py:669
|
||||||
#: src/rougail/output_doc/utils.py:674 src/rougail/output_doc/utils.py:680
|
#: src/rougail/output_doc/utils.py:675 src/rougail/output_doc/utils.py:681
|
||||||
#: src/rougail/output_doc/utils.py:684
|
#: src/rougail/output_doc/utils.py:685
|
||||||
msgid "(default)"
|
msgid "(default)"
|
||||||
msgstr "(défaut)"
|
msgstr "(défaut)"
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:832
|
#: src/rougail/output_doc/utils.py:833
|
||||||
msgid "{0}: {1}"
|
msgid "{0}: {1}"
|
||||||
msgstr "{0} : {1}"
|
msgstr "{0} : {1}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2025-10-26 15:23+0100\n"
|
"POT-Creation-Date: 2025-10-27 20:21+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
@ -31,27 +31,27 @@ msgstr ""
|
||||||
msgid "when the identifier is not \"{0}\""
|
msgid "when the identifier is not \"{0}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:137
|
#: src/rougail/output_doc/changelog.py:144
|
||||||
msgid "New variable"
|
msgid "New variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:139
|
#: src/rougail/output_doc/changelog.py:146
|
||||||
msgid "New variables"
|
msgid "New variables"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:150
|
#: src/rougail/output_doc/changelog.py:158
|
||||||
msgid "Modified variable"
|
msgid "Modified variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:152
|
#: src/rougail/output_doc/changelog.py:160
|
||||||
msgid "Modified variables"
|
msgid "Modified variables"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:163
|
#: src/rougail/output_doc/changelog.py:172
|
||||||
msgid "Deleted variable"
|
msgid "Deleted variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/changelog.py:165
|
#: src/rougail/output_doc/changelog.py:174
|
||||||
msgid "Deleted variables"
|
msgid "Deleted variables"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -80,138 +80,142 @@ msgid "Do not add families in documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:114
|
#: src/rougail/output_doc/config.py:114
|
||||||
|
msgid "Document the variables from this family"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/rougail/output_doc/config.py:118
|
||||||
msgid "Disable documentation for variables with those modes"
|
msgid "Disable documentation for variables with those modes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:122
|
#: src/rougail/output_doc/config.py:126
|
||||||
msgid "disabled when there is no mode available"
|
msgid "disabled when there is no mode available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:128
|
#: src/rougail/output_doc/config.py:132
|
||||||
msgid "verify if disable modes already exists"
|
msgid "verify if disable modes already exists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:130
|
#: src/rougail/output_doc/config.py:134
|
||||||
msgid "Modify values to document leaderships and dynamics families"
|
msgid "Modify values to document leaderships and dynamics families"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:133
|
#: src/rougail/output_doc/config.py:137
|
||||||
msgid "Generate document in format"
|
msgid "Generate document in format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/config.py:151
|
#: src/rougail/output_doc/config.py:155
|
||||||
msgid "Force true color terminal"
|
msgid "Force true color terminal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:344
|
#: src/rougail/output_doc/doc.py:347
|
||||||
msgid "This family contains lists of variable blocks."
|
msgid "This family contains lists of variable blocks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:354
|
#: src/rougail/output_doc/doc.py:357
|
||||||
msgid "This family builds families dynamically."
|
msgid "This family builds families dynamically."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:368
|
#: src/rougail/output_doc/doc.py:371
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:383
|
#: src/rougail/output_doc/doc.py:386
|
||||||
msgid "multiple"
|
msgid "multiple"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:391
|
#: src/rougail/output_doc/doc.py:394
|
||||||
msgid "Example"
|
msgid "Example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:394
|
#: src/rougail/output_doc/doc.py:397
|
||||||
msgid "Examples"
|
msgid "Examples"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:403
|
#: src/rougail/output_doc/doc.py:406
|
||||||
msgid "Tag"
|
msgid "Tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:406
|
#: src/rougail/output_doc/doc.py:409
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:435
|
#: src/rougail/output_doc/doc.py:438
|
||||||
msgid "No attribute \"description\" for \"{0}\" in {1}"
|
msgid "No attribute \"description\" for \"{0}\" in {1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:577
|
#: src/rougail/output_doc/doc.py:580
|
||||||
msgid "text based with regular expressions \"{0}\""
|
msgid "text based with regular expressions \"{0}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:581
|
#: src/rougail/output_doc/doc.py:584
|
||||||
msgid "Validator"
|
msgid "Validator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:584
|
#: src/rougail/output_doc/doc.py:587
|
||||||
msgid "Validators"
|
msgid "Validators"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:593
|
#: src/rougail/output_doc/doc.py:596
|
||||||
msgid "Choices"
|
msgid "Choices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:696
|
#: src/rougail/output_doc/doc.py:699
|
||||||
msgid "the value of the identifier"
|
msgid "the value of the identifier"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:700
|
#: src/rougail/output_doc/doc.py:703
|
||||||
msgid "the value of the {0}"
|
msgid "the value of the {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:709
|
#: src/rougail/output_doc/doc.py:712
|
||||||
msgid "depends on a calculation"
|
msgid "depends on a calculation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:715
|
#: src/rougail/output_doc/doc.py:718
|
||||||
msgid "\"{0}\" is a calculation for {1} but has no description in {2}"
|
msgid "\"{0}\" is a calculation for {1} but has no description in {2}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:742 src/rougail/output_doc/doc.py:858
|
#: src/rougail/output_doc/doc.py:745 src/rougail/output_doc/doc.py:861
|
||||||
msgid "depends on an undocumented variable"
|
msgid "depends on an undocumented variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:758
|
#: src/rougail/output_doc/doc.py:761
|
||||||
msgid "when the variable \"{0}\" hasn't the value \"{1}\""
|
msgid "when the variable \"{0}\" hasn't the value \"{1}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:760
|
#: src/rougail/output_doc/doc.py:763
|
||||||
msgid "when the variable \"{0}\" is defined and hasn't the value \"{1}\""
|
msgid "when the variable \"{0}\" is defined and hasn't the value \"{1}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:765
|
#: src/rougail/output_doc/doc.py:768
|
||||||
msgid "when the variable \"{0}\" has the value \"{1}\""
|
msgid "when the variable \"{0}\" has the value \"{1}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:767
|
#: src/rougail/output_doc/doc.py:770
|
||||||
msgid "when the variable \"{0}\" is defined and has the value \"{1}\""
|
msgid "when the variable \"{0}\" is defined and has the value \"{1}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:785
|
#: src/rougail/output_doc/doc.py:788
|
||||||
msgid "the value of the variable \"{0}\""
|
msgid "the value of the variable \"{0}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:787
|
#: src/rougail/output_doc/doc.py:790
|
||||||
msgid "the value of the variable \"{0}\" if it is defined"
|
msgid "the value of the variable \"{0}\" if it is defined"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:788
|
#: src/rougail/output_doc/doc.py:791
|
||||||
msgid "the value of an undocumented variable"
|
msgid "the value of an undocumented variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:826
|
#: src/rougail/output_doc/doc.py:829
|
||||||
msgid "the values of undocumented variables"
|
msgid "the values of undocumented variables"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:846
|
#: src/rougail/output_doc/doc.py:849
|
||||||
msgid "(from an undocumented variable)"
|
msgid "(from an undocumented variable)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/doc.py:854
|
#: src/rougail/output_doc/doc.py:857
|
||||||
msgid "{0} (from an undocumented variable)"
|
msgid "{0} (from an undocumented variable)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -223,13 +227,13 @@ msgstr ""
|
||||||
msgid "Example with all variables modifiable"
|
msgid "Example with all variables modifiable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/output/console.py:164
|
#: src/rougail/output_doc/output/console.py:165
|
||||||
#: src/rougail/output_doc/utils.py:782
|
#: src/rougail/output_doc/utils.py:783
|
||||||
msgid "Variable"
|
msgid "Variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/output/console.py:165
|
#: src/rougail/output_doc/output/console.py:166
|
||||||
#: src/rougail/output_doc/utils.py:782
|
#: src/rougail/output_doc/utils.py:783
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -337,21 +341,21 @@ msgstr ""
|
||||||
msgid "file type allowed: {0}"
|
msgid "file type allowed: {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:332
|
#: src/rougail/output_doc/utils.py:333
|
||||||
msgid "Variables for \"{0}\""
|
msgid "Variables for \"{0}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:362
|
#: src/rougail/output_doc/utils.py:363
|
||||||
msgid "Identifiers"
|
msgid "Identifiers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:659 src/rougail/output_doc/utils.py:668
|
#: src/rougail/output_doc/utils.py:660 src/rougail/output_doc/utils.py:669
|
||||||
#: src/rougail/output_doc/utils.py:674 src/rougail/output_doc/utils.py:680
|
#: src/rougail/output_doc/utils.py:675 src/rougail/output_doc/utils.py:681
|
||||||
#: src/rougail/output_doc/utils.py:684
|
#: src/rougail/output_doc/utils.py:685
|
||||||
msgid "(default)"
|
msgid "(default)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/rougail/output_doc/utils.py:832
|
#: src/rougail/output_doc/utils.py:833
|
||||||
msgid "{0}: {1}"
|
msgid "{0}: {1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,12 +34,19 @@ class Changelog: # pylint: disable=no-member,too-few-public-methods
|
||||||
self._added_variables = []
|
self._added_variables = []
|
||||||
self._modified_variables = []
|
self._modified_variables = []
|
||||||
self._removed_variables = []
|
self._removed_variables = []
|
||||||
|
if self.root:
|
||||||
|
for family in self.root.split('.'):
|
||||||
|
if family in previous_doc:
|
||||||
|
previous_doc = previous_doc[family]['children']
|
||||||
|
else:
|
||||||
|
previous_doc = {}
|
||||||
|
break
|
||||||
self.parser(previous_doc, self.informations)
|
self.parser(previous_doc, self.informations)
|
||||||
return self.display()
|
return self.display()
|
||||||
|
|
||||||
def parser(self, previous_families, new_families):
|
def parser(self, previous_families, new_families):
|
||||||
def add(new):
|
def add(new):
|
||||||
self.formater.variable_to_string(new, self._added_variables)
|
self.formatter.variable_to_string(new, self._added_variables)
|
||||||
|
|
||||||
def remove(previous):
|
def remove(previous):
|
||||||
self._removed_variables.append(previous)
|
self._removed_variables.append(previous)
|
||||||
|
|
@ -60,18 +67,18 @@ class Changelog: # pylint: disable=no-member,too-few-public-methods
|
||||||
if previous["type"] == "variable":
|
if previous["type"] == "variable":
|
||||||
if "identifiers" in previous:
|
if "identifiers" in previous:
|
||||||
for identifiers in previous["identifiers"]:
|
for identifiers in previous["identifiers"]:
|
||||||
remove(calc_path(previous["path"], self.formater, identifiers))
|
remove(calc_path(previous["path"], self.formatter, identifiers))
|
||||||
else:
|
else:
|
||||||
remove(calc_path(previous["path"], self.formater))
|
remove(calc_path(previous["path"], self.formatter))
|
||||||
else:
|
else:
|
||||||
self.parser(previous["children"], {})
|
self.parser(previous["children"], {})
|
||||||
elif previous["type"] != new["type"]:
|
elif previous["type"] != new["type"]:
|
||||||
if previous["type"] == "variable":
|
if previous["type"] == "variable":
|
||||||
if "identifiers" in previous:
|
if "identifiers" in previous:
|
||||||
for identifiers in previous["identifiers"]:
|
for identifiers in previous["identifiers"]:
|
||||||
remove(calc_path(previous["path"], self.formater, identifiers))
|
remove(calc_path(previous["path"], self.formatter, identifiers))
|
||||||
else:
|
else:
|
||||||
remove(calc_path(previous["path"], self.formater))
|
remove(calc_path(previous["path"], self.formatter))
|
||||||
self.parser({}, new["children"])
|
self.parser({}, new["children"])
|
||||||
else:
|
else:
|
||||||
add(new)
|
add(new)
|
||||||
|
|
@ -126,7 +133,7 @@ class Changelog: # pylint: disable=no-member,too-few-public-methods
|
||||||
modified_attributes[prop] = (name, prop_previous, prop_new)
|
modified_attributes[prop] = (name, prop_previous, prop_new)
|
||||||
if not modified_attributes:
|
if not modified_attributes:
|
||||||
continue
|
continue
|
||||||
self.formater.variable_to_string(
|
self.formatter.variable_to_string(
|
||||||
new, self._modified_variables, modified_attributes
|
new, self._modified_variables, modified_attributes
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -137,10 +144,11 @@ class Changelog: # pylint: disable=no-member,too-few-public-methods
|
||||||
title = _("New variable")
|
title = _("New variable")
|
||||||
else:
|
else:
|
||||||
title = _("New variables")
|
title = _("New variables")
|
||||||
msg += self.formater.run(
|
msg += self.formatter.run(
|
||||||
[
|
[
|
||||||
self.formater.title(title, self.level),
|
self.formatter.title(title, self.level),
|
||||||
self.formater.table(self._added_variables),
|
self.formatter.table(self._added_variables),
|
||||||
|
self.formatter.end_family(self.level)
|
||||||
],
|
],
|
||||||
self.level,
|
self.level,
|
||||||
dico_is_already_treated=True,
|
dico_is_already_treated=True,
|
||||||
|
|
@ -150,10 +158,11 @@ class Changelog: # pylint: disable=no-member,too-few-public-methods
|
||||||
title = _("Modified variable")
|
title = _("Modified variable")
|
||||||
else:
|
else:
|
||||||
title = _("Modified variables")
|
title = _("Modified variables")
|
||||||
msg += self.formater.run(
|
msg += self.formatter.run(
|
||||||
[
|
[
|
||||||
self.formater.title(title, self.level),
|
self.formatter.title(title, self.level),
|
||||||
self.formater.table(self._modified_variables),
|
self.formatter.table(self._modified_variables),
|
||||||
|
self.formatter.end_family(self.level)
|
||||||
],
|
],
|
||||||
self.level,
|
self.level,
|
||||||
dico_is_already_treated=True,
|
dico_is_already_treated=True,
|
||||||
|
|
@ -163,10 +172,11 @@ class Changelog: # pylint: disable=no-member,too-few-public-methods
|
||||||
title = _("Deleted variable")
|
title = _("Deleted variable")
|
||||||
else:
|
else:
|
||||||
title = _("Deleted variables")
|
title = _("Deleted variables")
|
||||||
msg += self.formater.run(
|
msg += self.formatter.run(
|
||||||
[
|
[
|
||||||
self.formater.title(title, self.level),
|
self.formatter.title(title, self.level),
|
||||||
self.formater.list(self._removed_variables),
|
self.formatter.list(self._removed_variables, inside_table=False),
|
||||||
|
self.formatter.end_family(self.level)
|
||||||
],
|
],
|
||||||
self.level,
|
self.level,
|
||||||
dico_is_already_treated=True,
|
dico_is_already_treated=True,
|
||||||
|
|
|
||||||
|
|
@ -35,16 +35,16 @@ def get_outputs() -> None:
|
||||||
if not name.endswith(".py") or name.endswith("__.py"):
|
if not name.endswith(".py") or name.endswith("__.py"):
|
||||||
continue
|
continue
|
||||||
module = load_modules(module_name + "." + name[:-3], str(path))
|
module = load_modules(module_name + "." + name[:-3], str(path))
|
||||||
if "Formater" not in dir(module):
|
if "Formatter" not in dir(module):
|
||||||
continue
|
continue
|
||||||
level = module.Formater.level
|
level = module.Formatter.level
|
||||||
if level in outputs:
|
if level in outputs:
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
_('duplicated level rougail-doc for output "{0}": {1} and {2}').format(
|
_('duplicated level rougail-doc for output "{0}": {1} and {2}').format(
|
||||||
level, module.Formater.name, outputs[level].name
|
level, module.Formatter.name, outputs[level].name
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
outputs[module.Formater.level] = module.Formater
|
outputs[module.Formatter.level] = module.Formatter
|
||||||
return {outputs[level].name: outputs[level] for level in sorted(outputs)}
|
return {outputs[level].name: outputs[level] for level in sorted(outputs)}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -110,6 +110,10 @@ doc:
|
||||||
return_type: boolean
|
return_type: boolean
|
||||||
description: variables is not selected
|
description: variables is not selected
|
||||||
|
|
||||||
|
root:
|
||||||
|
description: {_('Document the variables from this family')}
|
||||||
|
mandatory: false
|
||||||
|
|
||||||
disabled_modes:
|
disabled_modes:
|
||||||
description: {_('Disable documentation for variables with those modes')}
|
description: {_('Disable documentation for variables with those modes')}
|
||||||
multi: true
|
multi: true
|
||||||
|
|
@ -136,10 +140,11 @@ doc:
|
||||||
validators:
|
validators:
|
||||||
- jinja: |-
|
- jinja: |-
|
||||||
{{% if _.output_format == 'json' %}}
|
{{% if _.output_format == 'json' %}}
|
||||||
{{% if "changelog" in _.contents %}}
|
{{% if "changelog" in _.contents or "example" in _.contents %}}
|
||||||
cannot add to contents "changelog" with output_format "json"
|
cannot add to contents "{{{{ _.contents }}}}" with output_format "json"
|
||||||
{{% endif %}}
|
{{% endif %}}
|
||||||
{{% endif %}}
|
{{% endif %}}
|
||||||
|
description: {_('json output_format is not compatible with "changelog" and "example" contents')}
|
||||||
choices:
|
choices:
|
||||||
""".replace(
|
""".replace(
|
||||||
"output_format_default", output_format_default
|
"output_format_default", output_format_default
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@ class RougailOutputDoc(Examples, Changelog):
|
||||||
self.output_format = output_format
|
self.output_format = output_format
|
||||||
self.level = rougailconfig["doc.title_level"]
|
self.level = rougailconfig["doc.title_level"]
|
||||||
self.contents = rougailconfig["doc.contents"]
|
self.contents = rougailconfig["doc.contents"]
|
||||||
|
self.root = rougailconfig["doc.root"]
|
||||||
self.example = "example" in self.contents
|
self.example = "example" in self.contents
|
||||||
if "variables" in self.contents:
|
if "variables" in self.contents:
|
||||||
self.with_family = not rougailconfig["doc.without_family"]
|
self.with_family = not rougailconfig["doc.without_family"]
|
||||||
|
|
@ -96,7 +97,7 @@ class RougailOutputDoc(Examples, Changelog):
|
||||||
force_true_color_terminal = rougailconfig["doc.force_true_color_terminal"]
|
force_true_color_terminal = rougailconfig["doc.force_true_color_terminal"]
|
||||||
else:
|
else:
|
||||||
force_true_color_terminal = None
|
force_true_color_terminal = None
|
||||||
self.formater = outputs[output_format](self.with_family, force_true_color_terminal=force_true_color_terminal)
|
self.formatter = outputs[output_format](self.with_family, force_true_color_terminal=force_true_color_terminal)
|
||||||
self.informations = None
|
self.informations = None
|
||||||
try:
|
try:
|
||||||
groups.namespace
|
groups.namespace
|
||||||
|
|
@ -111,7 +112,7 @@ class RougailOutputDoc(Examples, Changelog):
|
||||||
self.load()
|
self.load()
|
||||||
return_string = ""
|
return_string = ""
|
||||||
if "variables" in self.contents:
|
if "variables" in self.contents:
|
||||||
return_string += self.formater.run(self.informations, self.level)
|
return_string += self.formatter.run(self.informations, self.level)
|
||||||
if "example" in self.contents:
|
if "example" in self.contents:
|
||||||
return_string += self.gen_doc_examples()
|
return_string += self.gen_doc_examples()
|
||||||
if "changelog" in self.contents:
|
if "changelog" in self.contents:
|
||||||
|
|
@ -126,6 +127,8 @@ class RougailOutputDoc(Examples, Changelog):
|
||||||
def load(self):
|
def load(self):
|
||||||
self.dynamic_paths = {}
|
self.dynamic_paths = {}
|
||||||
config = self.conf.unrestraint
|
config = self.conf.unrestraint
|
||||||
|
if self.root:
|
||||||
|
config = config.option(self.root)
|
||||||
self.populate_dynamics(config=config)
|
self.populate_dynamics(config=config)
|
||||||
informations = self.parse_families(config)
|
informations = self.parse_families(config)
|
||||||
if informations is None:
|
if informations is None:
|
||||||
|
|
|
||||||
|
|
@ -33,21 +33,28 @@ class Examples: # pylint: disable=no-member,too-few-public-methods
|
||||||
self._build_examples()
|
self._build_examples()
|
||||||
return_string = ""
|
return_string = ""
|
||||||
if self.examples_mandatories:
|
if self.examples_mandatories:
|
||||||
return_string += self.formater.title(
|
return_string += self.formatter.title(
|
||||||
_("Example with mandatory variables not filled in"), self.level
|
_("Example with mandatory variables not filled in"), self.level
|
||||||
)
|
)
|
||||||
return_string += self.formater.yaml(self.examples_mandatories)
|
return_string += self.formatter.yaml(self.examples_mandatories)
|
||||||
if self.examples:
|
if self.examples:
|
||||||
return_string += self.formater.title(
|
return_string += self.formatter.title(
|
||||||
_("Example with all variables modifiable"), self.level
|
_("Example with all variables modifiable"), self.level
|
||||||
)
|
)
|
||||||
return_string += self.formater.yaml(self.examples)
|
return_string += self.formatter.yaml(self.examples)
|
||||||
return return_string
|
return return_string
|
||||||
|
|
||||||
def _build_examples(self):
|
def _build_examples(self):
|
||||||
self.examples, self.examples_mandatories = self._parse_examples(
|
examples, examples_mandatories = self._parse_examples(
|
||||||
self.informations
|
self.informations
|
||||||
)
|
)
|
||||||
|
if self.root and examples:
|
||||||
|
for sub in self.root.split('.'):
|
||||||
|
examples = {sub: examples}
|
||||||
|
if examples_mandatories:
|
||||||
|
examples_mandatories = {sub: examples_mandatories}
|
||||||
|
self.examples = examples
|
||||||
|
self.examples_mandatories = examples_mandatories
|
||||||
|
|
||||||
def _parse_examples(self, dico, dyn_parent: Optional[str] = None) -> tuple:
|
def _parse_examples(self, dico, dyn_parent: Optional[str] = None) -> tuple:
|
||||||
examples = {}
|
examples = {}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -17,11 +17,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from typing import List
|
from typing import List
|
||||||
from ..utils import CommonFormater, dump
|
from ..utils import CommonFormatter, dump
|
||||||
|
|
||||||
|
|
||||||
class Formater(CommonFormater):
|
class Formatter(CommonFormatter):
|
||||||
"""The asciidoc formater"""
|
"""The asciidoc formatter"""
|
||||||
|
|
||||||
name = "asciidoc"
|
name = "asciidoc"
|
||||||
_table_name = "asciidoc"
|
_table_name = "asciidoc"
|
||||||
|
|
@ -92,6 +92,7 @@ class Formater(CommonFormater):
|
||||||
def list(
|
def list(
|
||||||
self,
|
self,
|
||||||
choices: list,
|
choices: list,
|
||||||
|
inside_table: bool=True,
|
||||||
) -> str:
|
) -> str:
|
||||||
"""Display a liste of element"""
|
"""Display a liste of element"""
|
||||||
prefix = "\n\n* "
|
prefix = "\n\n* "
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
from ..i18n import _
|
from ..i18n import _
|
||||||
from ..utils import dump, CommonFormater, ENTER
|
from ..utils import dump, CommonFormatter, ENTER
|
||||||
|
|
||||||
|
|
||||||
class Formater(CommonFormater):
|
class Formatter(CommonFormatter):
|
||||||
"""The markdown (for github) formater"""
|
"""The markdown (for github) formatter"""
|
||||||
|
|
||||||
name = "console"
|
name = "console"
|
||||||
level = 10
|
level = 10
|
||||||
|
|
@ -113,7 +113,8 @@ class Formater(CommonFormater):
|
||||||
|
|
||||||
def list(
|
def list(
|
||||||
self,
|
self,
|
||||||
choices,
|
choices: list,
|
||||||
|
inside_table: bool=True,
|
||||||
) -> str:
|
) -> str:
|
||||||
"""Display a liste of element"""
|
"""Display a liste of element"""
|
||||||
char = f"{self.enter_table}- "
|
char = f"{self.enter_table}- "
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
from typing import List
|
from typing import List
|
||||||
from html import escape
|
from html import escape
|
||||||
|
|
||||||
from ..utils import dump, CommonFormater
|
from ..utils import dump, CommonFormatter
|
||||||
|
|
||||||
|
|
||||||
class Formater(CommonFormater):
|
class Formatter(CommonFormatter):
|
||||||
"""The markdown (for github) formater"""
|
"""The markdown (for github) formatter"""
|
||||||
|
|
||||||
name = "github"
|
name = "github"
|
||||||
_table_name = "github"
|
_table_name = "github"
|
||||||
|
|
@ -88,10 +88,14 @@ class Formater(CommonFormater):
|
||||||
|
|
||||||
def list(
|
def list(
|
||||||
self,
|
self,
|
||||||
choices,
|
choices: list,
|
||||||
|
inside_table: bool=True,
|
||||||
):
|
):
|
||||||
"""Display a liste of element"""
|
"""Display a liste of element"""
|
||||||
char = f"{self.enter_table}- "
|
if inside_table:
|
||||||
|
char = f"{self.enter_table}- "
|
||||||
|
else:
|
||||||
|
char = "\n- "
|
||||||
ret = ""
|
ret = ""
|
||||||
for choice in choices:
|
for choice in choices:
|
||||||
if not isinstance(choice, str):
|
if not isinstance(choice, str):
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
|
||||||
from .github import Formater as GithubFormater
|
from .github import Formatter as GithubFormatter
|
||||||
from ..i18n import _
|
from ..i18n import _
|
||||||
|
|
||||||
|
|
||||||
class Formater(GithubFormater):
|
class Formatter(GithubFormatter):
|
||||||
name = "gitlab"
|
name = "gitlab"
|
||||||
level = 51
|
level = 51
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from typing import List
|
from typing import List
|
||||||
from html import escape
|
from html import escape
|
||||||
from ..utils import CommonFormater, dump
|
from ..utils import CommonFormatter, dump
|
||||||
|
|
||||||
|
|
||||||
class Formater(CommonFormater):
|
class Formatter(CommonFormatter):
|
||||||
"""The asciidoc formater"""
|
"""The asciidoc formatter"""
|
||||||
|
|
||||||
name = "html"
|
name = "html"
|
||||||
_table_name = "unsafehtml"
|
_table_name = "unsafehtml"
|
||||||
|
|
@ -92,6 +92,7 @@ class Formater(CommonFormater):
|
||||||
def list(
|
def list(
|
||||||
self,
|
self,
|
||||||
choices: list,
|
choices: list,
|
||||||
|
inside_table: bool=True,
|
||||||
) -> str:
|
) -> str:
|
||||||
"""Display a liste of element"""
|
"""Display a liste of element"""
|
||||||
prefix = "<ul>"
|
prefix = "<ul>"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ from json import dumps
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
|
|
||||||
class Formater:
|
class Formatter:
|
||||||
"""Just return internal structure to json"""
|
"""Just return internal structure to json"""
|
||||||
|
|
||||||
name = "json"
|
name = "json"
|
||||||
|
|
|
||||||
|
|
@ -145,8 +145,8 @@ def to_phrase(msg, type_="variable"):
|
||||||
return msg[0].upper() + msg[1:]
|
return msg[0].upper() + msg[1:]
|
||||||
|
|
||||||
|
|
||||||
class CommonFormater:
|
class CommonFormatter:
|
||||||
"""Class with common function for formater"""
|
"""Class with common function for formatter"""
|
||||||
|
|
||||||
enter_table = "\n"
|
enter_table = "\n"
|
||||||
# tabulate module name
|
# tabulate module name
|
||||||
|
|
@ -157,7 +157,7 @@ class CommonFormater:
|
||||||
self.header_setted = False
|
self.header_setted = False
|
||||||
self.with_family = with_family
|
self.with_family = with_family
|
||||||
|
|
||||||
# Class you needs implement to your Formater
|
# Class you needs implement to your Formatter
|
||||||
def title(
|
def title(
|
||||||
self,
|
self,
|
||||||
title: str,
|
title: str,
|
||||||
|
|
@ -190,6 +190,7 @@ class CommonFormater:
|
||||||
def list(
|
def list(
|
||||||
self,
|
self,
|
||||||
choices: list,
|
choices: list,
|
||||||
|
inside_table: bool=True,
|
||||||
) -> str:
|
) -> str:
|
||||||
"""Display a liste of element"""
|
"""Display a liste of element"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
@ -832,11 +833,11 @@ class CommonFormater:
|
||||||
return _("{0}: {1}").format(self.bold(name), submessage)
|
return _("{0}: {1}").format(self.bold(name), submessage)
|
||||||
|
|
||||||
|
|
||||||
def calc_path(path, formater=None, identifiers: List[str] = None) -> str:
|
def calc_path(path, formatter=None, identifiers: List[str] = None) -> str:
|
||||||
def _path_with_identifier(path, identifier):
|
def _path_with_identifier(path, identifier):
|
||||||
identifier = normalize_family(str(identifier))
|
identifier = normalize_family(str(identifier))
|
||||||
if formater:
|
if formatter:
|
||||||
identifier = formater.italic(identifier)
|
identifier = formatter.italic(identifier)
|
||||||
return path.replace("{{ identifier }}", identifier, 1)
|
return path.replace("{{ identifier }}", identifier, 1)
|
||||||
|
|
||||||
if isinstance(path, dict):
|
if isinstance(path, dict):
|
||||||
|
|
|
||||||
10
tests/changelog/00add_family/result.gitlab.md
Normal file
10
tests/changelog/00add_family/result.gitlab.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<details><summary>New variables</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **family2.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable2.<br/>**Default**: the value of the variable "family.var2". |
|
||||||
|
| **family2.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.<br/>**Default**: string4<br/>**Example**: string5 |
|
||||||
|
| **family2.subfamily.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Fourth variable.<br/>**Default**: <br/>- the value of the variable "var1"<br/>- the value of the variable "family.var2"<br/>- the value of the variable "family2.var3" |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
15
tests/changelog/00add_family/result.html
Normal file
15
tests/changelog/00add_family/result.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<h1>New variables</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>family2.var2</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark> </td><td>A variable2.<br/><b>Default</b>: the value of the variable "family.var2".</td></tr>
|
||||||
|
<tr><td><b>family2.var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark> </td><td>A third variable.<br/><b>Default</b>: string4<br/><b>Example</b>: string5</td></tr>
|
||||||
|
<tr><td><b>family2.subfamily.variable</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>standard</mark> <mark>mandatory</mark> <mark>unique</mark> <mark>multiple</mark></td><td>Fourth variable.<br/><b>Default</b>: <ul><li>the value of the variable "var1"</li>
|
||||||
|
<li>the value of the variable "family.var2"</li>
|
||||||
|
<li>the value of the variable "family2.var3"</li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
8
tests/changelog/00add_family/result.md
Normal file
8
tests/changelog/00add_family/result.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# New variables
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **family2.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable2.<br/>**Default**: the value of the variable "family.var2". |
|
||||||
|
| **family2.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.<br/>**Default**: string4<br/>**Example**: string5 |
|
||||||
|
| **family2.subfamily.variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | Fourth variable.<br/>**Default**: <br/>- the value of the variable "var1"<br/>- the value of the variable "family.var2"<br/>- the value of the variable "family2.var3" |
|
||||||
|
|
||||||
|
|
@ -22,3 +22,4 @@
|
||||||
│ │ - the value of the variable │
|
│ │ - the value of the variable │
|
||||||
│ │ "family2.var3" │
|
│ │ "family2.var3" │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
13
tests/changelog/00add_family_to_variable/result.gitlab.md
Normal file
13
tests/changelog/00add_family_to_variable/result.gitlab.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<details><summary>New variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|-----------------------------------------------------------------------------------------------------------------------------------|----------------------------------|
|
||||||
|
| **variable_to_family**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable that became a family. |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>Deleted variable</summary>
|
||||||
|
|
||||||
|
|
||||||
|
- variable_to_family.var</details>
|
||||||
|
|
||||||
14
tests/changelog/00add_family_to_variable/result.html
Normal file
14
tests/changelog/00add_family_to_variable/result.html
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<h1>New variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>variable_to_family</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A variable that became a family.</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h1>Deleted variable</h1>
|
||||||
|
|
||||||
|
<ul><li>variable_to_family.var</li></ul>
|
||||||
10
tests/changelog/00add_family_to_variable/result.md
Normal file
10
tests/changelog/00add_family_to_variable/result.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# New variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **variable_to_family**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable that became a family. |
|
||||||
|
|
||||||
|
# Deleted variable
|
||||||
|
|
||||||
|
|
||||||
|
- variable_to_family.var
|
||||||
|
|
@ -11,8 +11,10 @@
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[1;4;96mDeleted variable[0m
|
[1;4;96mDeleted variable[0m
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- variable_to_family.var
|
- variable_to_family.var
|
||||||
|
|
||||||
|
|
|
||||||
8
tests/changelog/00add_variable/result.gitlab.md
Normal file
8
tests/changelog/00add_variable/result.gitlab.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>New variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|----------------------------------------------------------------------------------------------------------------------------|-------------------|
|
||||||
|
| **family.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
11
tests/changelog/00add_variable/result.html
Normal file
11
tests/changelog/00add_variable/result.html
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<h1>New variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>family.var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A third variable.</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/00add_variable/result.md
Normal file
6
tests/changelog/00add_variable/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# New variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **family.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
|
||||||
|
|
||||||
|
|
@ -9,3 +9,4 @@
|
||||||
│ [1mfamily.var3[0m │ A third variable. │
|
│ [1mfamily.var3[0m │ A third variable. │
|
||||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
13
tests/changelog/00add_variable_to_family/result.gitlab.md
Normal file
13
tests/changelog/00add_variable_to_family/result.gitlab.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<details><summary>New variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|---------------------------------------------------------------------------------------------------------------------------------------|--------------------|
|
||||||
|
| **variable_to_family.var**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A second variable. |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>Deleted variable</summary>
|
||||||
|
|
||||||
|
|
||||||
|
- variable_to_family</details>
|
||||||
|
|
||||||
14
tests/changelog/00add_variable_to_family/result.html
Normal file
14
tests/changelog/00add_variable_to_family/result.html
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<h1>New variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>variable_to_family.var</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A second variable.</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h1>Deleted variable</h1>
|
||||||
|
|
||||||
|
<ul><li>variable_to_family</li></ul>
|
||||||
10
tests/changelog/00add_variable_to_family/result.md
Normal file
10
tests/changelog/00add_variable_to_family/result.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# New variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **variable_to_family.var**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A second variable. |
|
||||||
|
|
||||||
|
# Deleted variable
|
||||||
|
|
||||||
|
|
||||||
|
- variable_to_family
|
||||||
|
|
@ -11,8 +11,10 @@
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[1;4;96mDeleted variable[0m
|
[1;4;96mDeleted variable[0m
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- variable_to_family
|
- variable_to_family
|
||||||
|
|
||||||
|
|
|
||||||
9
tests/changelog/00add_variables/result.gitlab.md
Normal file
9
tests/changelog/00add_variables/result.gitlab.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<details><summary>New variables</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|-----------------------------------------------------------------------------------------------------------------------------|--------------------|
|
||||||
|
| **family.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
|
||||||
|
| **family2.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A fourth variable. |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
12
tests/changelog/00add_variables/result.html
Normal file
12
tests/changelog/00add_variables/result.html
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<h1>New variables</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>family.var3</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark> </td><td>A third variable. </td></tr>
|
||||||
|
<tr><td><b>family2.var4</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A fourth variable.</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
7
tests/changelog/00add_variables/result.md
Normal file
7
tests/changelog/00add_variables/result.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# New variables
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **family.var3**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. |
|
||||||
|
| **family2.var4**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A fourth variable. |
|
||||||
|
|
||||||
|
|
@ -12,3 +12,4 @@
|
||||||
│ [1mfamily2.var4[0m │ A fourth variable. │
|
│ [1mfamily2.var4[0m │ A fourth variable. │
|
||||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
7
tests/changelog/00remove_family/result.gitlab.md
Normal file
7
tests/changelog/00remove_family/result.gitlab.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<details><summary>Deleted variables</summary>
|
||||||
|
|
||||||
|
|
||||||
|
- family2.var2
|
||||||
|
- family2.var3
|
||||||
|
- family2.subfamily.variable</details>
|
||||||
|
|
||||||
5
tests/changelog/00remove_family/result.html
Normal file
5
tests/changelog/00remove_family/result.html
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<h1>Deleted variables</h1>
|
||||||
|
|
||||||
|
<ul><li>family2.var2</li>
|
||||||
|
<li>family2.var3</li>
|
||||||
|
<li>family2.subfamily.variable</li></ul>
|
||||||
6
tests/changelog/00remove_family/result.md
Normal file
6
tests/changelog/00remove_family/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Deleted variables
|
||||||
|
|
||||||
|
|
||||||
|
- family2.var2
|
||||||
|
- family2.var3
|
||||||
|
- family2.subfamily.variable
|
||||||
|
|
@ -7,3 +7,4 @@
|
||||||
- family2.var2
|
- family2.var2
|
||||||
- family2.var3
|
- family2.var3
|
||||||
- family2.subfamily.variable
|
- family2.subfamily.variable
|
||||||
|
|
||||||
|
|
|
||||||
5
tests/changelog/00remove_variable/result.gitlab.md
Normal file
5
tests/changelog/00remove_variable/result.gitlab.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<details><summary>Deleted variable</summary>
|
||||||
|
|
||||||
|
|
||||||
|
- family.var3</details>
|
||||||
|
|
||||||
3
tests/changelog/00remove_variable/result.html
Normal file
3
tests/changelog/00remove_variable/result.html
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<h1>Deleted variable</h1>
|
||||||
|
|
||||||
|
<ul><li>family.var3</li></ul>
|
||||||
4
tests/changelog/00remove_variable/result.md
Normal file
4
tests/changelog/00remove_variable/result.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Deleted variable
|
||||||
|
|
||||||
|
|
||||||
|
- family.var3
|
||||||
|
|
@ -5,3 +5,4 @@
|
||||||
|
|
||||||
|
|
||||||
- family.var3
|
- family.var3
|
||||||
|
|
||||||
|
|
|
||||||
6
tests/changelog/00remove_variables/result.gitlab.md
Normal file
6
tests/changelog/00remove_variables/result.gitlab.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<details><summary>Deleted variables</summary>
|
||||||
|
|
||||||
|
|
||||||
|
- family.var3
|
||||||
|
- family2.var4</details>
|
||||||
|
|
||||||
4
tests/changelog/00remove_variables/result.html
Normal file
4
tests/changelog/00remove_variables/result.html
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<h1>Deleted variables</h1>
|
||||||
|
|
||||||
|
<ul><li>family.var3</li>
|
||||||
|
<li>family2.var4</li></ul>
|
||||||
5
tests/changelog/00remove_variables/result.md
Normal file
5
tests/changelog/00remove_variables/result.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Deleted variables
|
||||||
|
|
||||||
|
|
||||||
|
- family.var3
|
||||||
|
- family2.var4
|
||||||
|
|
@ -6,3 +6,4 @@
|
||||||
|
|
||||||
- family.var3
|
- family.var3
|
||||||
- family2.var4
|
- family2.var4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|---------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | ~~First variable.~~<br/><ins>New description.</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
11
tests/changelog/10mod_variable_description/result.html
Normal file
11
tests/changelog/10mod_variable_description/result.html
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td><del>First variable.</del><br/><ins>New description.</ins></td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/10mod_variable_description/result.md
Normal file
6
tests/changelog/10mod_variable_description/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | ~~First variable.~~<br/><ins>New description.</ins> |
|
||||||
|
|
||||||
|
|
@ -9,3 +9,4 @@
|
||||||
│ [1mvar1[0m │ [9mFirst variable.[0m │
|
│ [1mvar1[0m │ [9mFirst variable.[0m │
|
||||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [4mNew description.[0m │
|
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [4mNew description.[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
8
tests/changelog/10mod_variable_help/result.gitlab.md
Normal file
8
tests/changelog/10mod_variable_help/result.gitlab.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|---------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>~~First help.~~<br/><ins>Modified help.</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
11
tests/changelog/10mod_variable_help/result.html
Normal file
11
tests/changelog/10mod_variable_help/result.html
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>First variable.<br/><del>First help.</del><br/><ins>Modified help.</ins></td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/10mod_variable_help/result.md
Normal file
6
tests/changelog/10mod_variable_help/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>~~First help.~~<br/><ins>Modified help.</ins> |
|
||||||
|
|
||||||
|
|
@ -10,3 +10,4 @@
|
||||||
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [9mFirst help.[0m │
|
│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m │ [9mFirst help.[0m │
|
||||||
│ │ [4mModified help.[0m │
|
│ │ [4mModified help.[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|---------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>**Validator**: ~~"not valid1" is not allowed.~~<br/><ins>"not valid2" is not allowed.</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
11
tests/changelog/10mod_variable_validator/result.html
Normal file
11
tests/changelog/10mod_variable_validator/result.html
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>First variable.<br/><b>Validator</b>: <del>"not valid1" is not allowed.</del><br/><ins>"not valid2" is not allowed.</ins></td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/10mod_variable_validator/result.md
Normal file
6
tests/changelog/10mod_variable_validator/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>**Validator**: ~~"not valid1" is not allowed.~~<br/><ins>"not valid2" is not allowed.</ins> |
|
||||||
|
|
||||||
|
|
@ -11,3 +11,4 @@
|
||||||
│ │ [9mallowed.[0m │
|
│ │ [9mallowed.[0m │
|
||||||
│ │ [4m"not valid2" is not allowed.[0m │
|
│ │ [4m"not valid2" is not allowed.[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>**Validators**: <br/>- ~~"not valid2" is not allowed.~~<br/>- "not valid1" is not allowed.<br/>- <ins>"not valid3" is not allowed.</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
13
tests/changelog/10mod_variable_validator2/result.html
Normal file
13
tests/changelog/10mod_variable_validator2/result.html
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>First variable.<br/><b>Validators</b>: <ul><li><del>"not valid2" is not allowed.</del></li>
|
||||||
|
<li>'"not valid1" is not allowed.'</li>
|
||||||
|
<li><ins>"not valid3" is not allowed.</ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/10mod_variable_validator2/result.md
Normal file
6
tests/changelog/10mod_variable_validator2/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>**Validators**: <br/>- ~~"not valid2" is not allowed.~~<br/>- "not valid1" is not allowed.<br/>- <ins>"not valid3" is not allowed.</ins> |
|
||||||
|
|
||||||
|
|
@ -12,3 +12,4 @@
|
||||||
│ │ - "not valid1" is not allowed. │
|
│ │ - "not valid1" is not allowed. │
|
||||||
│ │ - [4m"not valid3" is not allowed.[0m │
|
│ │ - [4m"not valid3" is not allowed.[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|---------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>**Validators**: <br/>- ~~"not valid1" is not allowed.~~<br/>- ~~"not valid3" is not allowed.~~<br/>- <ins>"not valid4" is not allowed.</ins><br/>- "not valid2" is not allowed.<br/>- <ins>"not valid5" is not allowed.</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
15
tests/changelog/10mod_variable_validator3/result.html
Normal file
15
tests/changelog/10mod_variable_validator3/result.html
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>string</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>First variable.<br/><b>Validators</b>: <ul><li><del>"not valid1" is not allowed.</del></li>
|
||||||
|
<li><del>"not valid3" is not allowed.</del></li>
|
||||||
|
<li><ins>"not valid4" is not allowed.</ins></li>
|
||||||
|
<li>'"not valid2" is not allowed.'</li>
|
||||||
|
<li><ins>"not valid5" is not allowed.</ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/10mod_variable_validator3/result.md
Normal file
6
tests/changelog/10mod_variable_validator3/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | First variable.<br/>**Validators**: <br/>- ~~"not valid1" is not allowed.~~<br/>- ~~"not valid3" is not allowed.~~<br/>- <ins>"not valid4" is not allowed.</ins><br/>- "not valid2" is not allowed.<br/>- <ins>"not valid5" is not allowed.</ins> |
|
||||||
|
|
||||||
|
|
@ -14,3 +14,4 @@
|
||||||
│ │ - "not valid2" is not allowed. │
|
│ │ - "not valid2" is not allowed. │
|
||||||
│ │ - [4m"not valid5" is not allowed.[0m │
|
│ │ - [4m"not valid5" is not allowed.[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
8
tests/changelog/11mod_variable_choices/result.gitlab.md
Normal file
8
tests/changelog/11mod_variable_choices/result.gitlab.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.<br/>**Choices**: <br/>- val1 ~~← (default)~~<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
12
tests/changelog/11mod_variable_choices/result.html
Normal file
12
tests/changelog/11mod_variable_choices/result.html
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>First variable.<br/><b>Choices</b>: <ul><li>val1 <del>← (default)</del></li>
|
||||||
|
<li>val2 <ins><b>← (default)</b></ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices/result.md
Normal file
6
tests/changelog/11mod_variable_choices/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.<br/>**Choices**: <br/>- val1 ~~← (default)~~<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
|
@ -11,3 +11,4 @@
|
||||||
│ │ - val1 [9m← (default)[0m │
|
│ │ - val1 [9m← (default)[0m │
|
||||||
│ │ - val2 [1;4m← (default)[0m │
|
│ │ - val2 [1;4m← (default)[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~val1 ← (default)~~<br/>- ~~val2~~<br/>- <ins>the value of the variable "source_variable_1" **← (default)**</ins><br/>- <ins>the value of the variable "source_variable_2"</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
14
tests/changelog/11mod_variable_choices10/result.html
Normal file
14
tests/changelog/11mod_variable_choices10/result.html
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>my_variable</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>A variable.<br/><b>Choices</b>: <ul><li><del>val1 ← (default)</del></li>
|
||||||
|
<li><del>val2</del></li>
|
||||||
|
<li><ins>the value of the variable "source_variable_1" <b>← (default)</b></ins></li>
|
||||||
|
<li><ins>the value of the variable "source_variable_2"</ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices10/result.md
Normal file
6
tests/changelog/11mod_variable_choices10/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~val1 ← (default)~~<br/>- ~~val2~~<br/>- <ins>the value of the variable "source_variable_1" **← (default)**</ins><br/>- <ins>the value of the variable "source_variable_2"</ins> |
|
||||||
|
|
||||||
|
|
@ -15,3 +15,4 @@
|
||||||
│ │ - [4mthe value of the variable [0m │
|
│ │ - [4mthe value of the variable [0m │
|
||||||
│ │ [4m"source_variable_2"[0m │
|
│ │ [4m"source_variable_2"[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~the value of the variable "source_variable_1" ← (default)~~<br/>- ~~the value of the variable "source_variable_2"~~<br/>- <ins>val1 **← (default)**</ins><br/>- <ins>val2</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
14
tests/changelog/11mod_variable_choices11/result.html
Normal file
14
tests/changelog/11mod_variable_choices11/result.html
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>my_variable</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>A variable.<br/><b>Choices</b>: <ul><li><del>the value of the variable "source_variable_1" ← (default)</del></li>
|
||||||
|
<li><del>the value of the variable "source_variable_2"</del></li>
|
||||||
|
<li><ins>val1 <b>← (default)</b></ins></li>
|
||||||
|
<li><ins>val2</ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices11/result.md
Normal file
6
tests/changelog/11mod_variable_choices11/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~the value of the variable "source_variable_1" ← (default)~~<br/>- ~~the value of the variable "source_variable_2"~~<br/>- <ins>val1 **← (default)**</ins><br/>- <ins>val2</ins> |
|
||||||
|
|
||||||
|
|
@ -15,3 +15,4 @@
|
||||||
│ │ - [4mval1 [0m[1;4m← (default)[0m │
|
│ │ - [4mval1 [0m[1;4m← (default)[0m │
|
||||||
│ │ - [4mval2[0m │
|
│ │ - [4mval2[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~val1~~<br/>- ~~val2~~<br/>- <ins>the value of the variable "source_variable_1".</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
13
tests/changelog/11mod_variable_choices12/result.html
Normal file
13
tests/changelog/11mod_variable_choices12/result.html
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>my_variable</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A variable.<br/><b>Choices</b>: <ul><li><del>val1</del></li>
|
||||||
|
<li><del>val2</del></li>
|
||||||
|
<li><ins>the value of the variable "source_variable_1".</ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices12/result.md
Normal file
6
tests/changelog/11mod_variable_choices12/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~val1~~<br/>- ~~val2~~<br/>- <ins>the value of the variable "source_variable_1".</ins> |
|
||||||
|
|
||||||
|
|
@ -13,3 +13,4 @@
|
||||||
│ │ - [4mthe value of the variable [0m │
|
│ │ - [4mthe value of the variable [0m │
|
||||||
│ │ [4m"source_variable_1".[0m │
|
│ │ [4m"source_variable_1".[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~the value of the variable "source_variable_1".~~<br/>- <ins>val1</ins><br/>- <ins>val2</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
13
tests/changelog/11mod_variable_choices13/result.html
Normal file
13
tests/changelog/11mod_variable_choices13/result.html
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>my_variable</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark>basic</mark> <mark>mandatory</mark></td><td>A variable.<br/><b>Choices</b>: <ul><li><del>the value of the variable "source_variable_1".</del></li>
|
||||||
|
<li><ins>val1</ins></li>
|
||||||
|
<li><ins>val2</ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices13/result.md
Normal file
6
tests/changelog/11mod_variable_choices13/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **my_variable**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.<br/>**Choices**: <br/>- ~~the value of the variable "source_variable_1".~~<br/>- <ins>val1</ins><br/>- <ins>val2</ins> |
|
||||||
|
|
||||||
|
|
@ -13,3 +13,4 @@
|
||||||
│ │ - [4mval1[0m │
|
│ │ - [4mval1[0m │
|
||||||
│ │ - [4mval2[0m │
|
│ │ - [4mval2[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
8
tests/changelog/11mod_variable_choices2/result.gitlab.md
Normal file
8
tests/changelog/11mod_variable_choices2/result.gitlab.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|-----------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>`~~basic~~` [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `<ins>standard</ins>` `mandatory` | First variable.<br/>**Choices**: <br/>- val1<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
12
tests/changelog/11mod_variable_choices2/result.html
Normal file
12
tests/changelog/11mod_variable_choices2/result.html
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><del>basic</del></mark> <mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark><ins>standard</ins></mark> <mark>mandatory</mark></td><td>First variable.<br/><b>Choices</b>: <ul><li>val1</li>
|
||||||
|
<li>val2 <ins><b>← (default)</b></ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices2/result.md
Normal file
6
tests/changelog/11mod_variable_choices2/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>`~~basic~~` [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `<ins>standard</ins>` `mandatory` | First variable.<br/>**Choices**: <br/>- val1<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
|
@ -11,3 +11,4 @@
|
||||||
│ [1;7mmandatory [0m │ - val1 │
|
│ [1;7mmandatory [0m │ - val1 │
|
||||||
│ │ - val2 [1;4m← (default)[0m │
|
│ │ - val2 [1;4m← (default)[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
8
tests/changelog/11mod_variable_choices3/result.gitlab.md
Normal file
8
tests/changelog/11mod_variable_choices3/result.gitlab.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|---------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>`~~basic~~` `~~mandatory~~` [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `<ins>standard</ins>` | First variable.<br/>**Choices**: <br/>- null ~~← (default)~~<br/>- val1<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
13
tests/changelog/11mod_variable_choices3/result.html
Normal file
13
tests/changelog/11mod_variable_choices3/result.html
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><del>basic</del></mark> <mark><del>mandatory</del></mark> <mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark><ins>standard</ins></mark></td><td>First variable.<br/><b>Choices</b>: <ul><li>null <del>← (default)</del></li>
|
||||||
|
<li>val1</li>
|
||||||
|
<li>val2 <ins><b>← (default)</b></ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices3/result.md
Normal file
6
tests/changelog/11mod_variable_choices3/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>`~~basic~~` `~~mandatory~~` [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `<ins>standard</ins>` | First variable.<br/>**Choices**: <br/>- null ~~← (default)~~<br/>- val1<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
|
@ -12,3 +12,4 @@
|
||||||
│ │ - val1 │
|
│ │ - val1 │
|
||||||
│ │ - val2 [1;4m← (default)[0m │
|
│ │ - val2 [1;4m← (default)[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
8
tests/changelog/11mod_variable_choices4/result.gitlab.md
Normal file
8
tests/changelog/11mod_variable_choices4/result.gitlab.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.<br/>**Choices**: <br/>- ~~val3 ← (default)~~<br/>- val1<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
13
tests/changelog/11mod_variable_choices4/result.html
Normal file
13
tests/changelog/11mod_variable_choices4/result.html
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>First variable.<br/><b>Choices</b>: <ul><li><del>val3 ← (default)</del></li>
|
||||||
|
<li>val1</li>
|
||||||
|
<li>val2 <ins><b>← (default)</b></ins></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
6
tests/changelog/11mod_variable_choices4/result.md
Normal file
6
tests/changelog/11mod_variable_choices4/result.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Modified variable
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.<br/>**Choices**: <br/>- ~~val3 ← (default)~~<br/>- val1<br/>- val2 <ins>**← (default)**</ins> |
|
||||||
|
|
||||||
|
|
@ -12,3 +12,4 @@
|
||||||
│ │ - val1 │
|
│ │ - val1 │
|
||||||
│ │ - val2 [1;4m← (default)[0m │
|
│ │ - val2 [1;4m← (default)[0m │
|
||||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||||
|
|
||||||
|
|
|
||||||
8
tests/changelog/11mod_variable_choices5/result.gitlab.md
Normal file
8
tests/changelog/11mod_variable_choices5/result.gitlab.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<details><summary>Modified variable</summary>
|
||||||
|
|
||||||
|
| Variable | Description |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
|
||||||
|
| **var1**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.<br/>**Choices**: <br/>- ~~val3~~<br/>- val1<br/>- val2 **← (default)** |
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
13
tests/changelog/11mod_variable_choices5/result.html
Normal file
13
tests/changelog/11mod_variable_choices5/result.html
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<h1>Modified variable</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr><th>Variable </th><th>Description </th></tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td><b>var1</b><br/><mark><a href='https://rougail.readthedocs.io/en/latest/variable.html#variables-types'>choice</a></mark> <mark>standard</mark> <mark>mandatory</mark></td><td>First variable.<br/><b>Choices</b>: <ul><li><del>val3</del></li>
|
||||||
|
<li>val1</li>
|
||||||
|
<li>val2 <b>← (default)</b></li></ul> </td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue