fix: better description informations
This commit is contained in:
parent
d26653d95c
commit
316af5cb3f
179 changed files with 472 additions and 339 deletions
16
README.fr.md
16
README.fr.md
|
|
@ -20,7 +20,7 @@ include_toc: true
|
|||
| **<a id="doc.contents" name="doc.contents">doc.contents</a>**<br/>**Ligne de commande** : <br/>-dc, --doc.contents<br/>**Variable d'environnement** : DOC.CONTENTS | Contenu généré.<br/>Vous pouvez générer trois type de documentation. Toutes les variables ("variables"), un exemple de fichier au format YAML ("example") ou le journal des changements ("changelog"). | • variables | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `obligatoire` | *`cachée`*<br/>**Cachée** : "[le format de sortie de la documentation générée](#doc.output_format)" json n'est pas compatible avec le "[contenu généré](#doc.contents)" changelog ou example. | `unique`<br/>**Choix** : <br/>• variables<br/>• example<br/>• changelog |
|
||||
| **<a id="doc.title_level" name="doc.title_level">doc.title_level</a>**<br/>**Ligne de commande** : <br/>-dt, --doc.title_level<br/>**Variable d'environnement** : DOC.TITLE_LEVEL | Niveau de titre de départ. | 1 | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | |
|
||||
| **<a id="doc.default_values" name="doc.default_values">doc.default_values</a>**<br/>**Ligne de commande** : <br/>• --doc.default_values<br/>• --doc.no-default_values<br/>**Variable d'environnement** : DOC.DEFAULT_VALUES | Modifier les valeurs pour documenter toutes les variables.<br/>Pour documenter les variables des leadership ou des familles dynamiques, il est parfois nécessaire de générer des valeurs, qui peuvent modifier les valeurs de la configuration. Soyez vigilent si vous réutilisez cette configuration. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | |
|
||||
| **<a id="doc.true_color" name="doc.true_color">doc.true_color</a>**<br/>**Ligne de commande** : <br/>• --doc.true_color<br/>• --doc.no-true_color<br/>**Variable d'environnement** : DOC.TRUE_COLOR | Afficher la documentation dans la console en permanence avec un terminal en couleurs réelles. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | *`désactivé`*<br/>**Désactivé** : lorsque la variable "[Le format de sortie de la documentation générée](#doc.output_format)" n'a pas la valeur "console". | |
|
||||
| **<a id="doc.true_color" name="doc.true_color">doc.true_color</a>**<br/>**Ligne de commande** : <br/>• --doc.true_color<br/>• --doc.no-true_color<br/>**Variable d'environnement** : DOC.TRUE_COLOR | Afficher la documentation dans la console en permanence avec un terminal en couleurs réelles. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | *`désactivé`*<br/>**Désactivé** : lorsque la variable "[le format de sortie de la documentation générée](#doc.output_format)" n'a pas la valeur "console". | |
|
||||
|
||||
### Les variables pour cette famille sont documentés dans un autre fichier
|
||||
|
||||
|
|
@ -31,9 +31,9 @@ include_toc: true
|
|||
> **Chemin** : doc.other_root_filenames
|
||||
|
||||
| Variable | Description | Type | Validateur |
|
||||
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|---------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------|--------------|
|
||||
| **<a id="doc.other_root_filenames.root_path" name="doc.other_root_filenames.root_path">doc.other_root_filenames.root_path</a>**<br/>**Ligne de commande** : <br/>--doc.other_root_filenames.root_path<br/>**Variable d'environnement** : DOC.OTHER_ROOT_FILENAMES.ROOT_PATH | Ce fichier contient les variables enfants de la famille. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `unique` |
|
||||
| **<a id="doc.other_root_filenames.filename" name="doc.other_root_filenames.filename">doc.other_root_filenames.filename</a>**<br/>**Ligne de commande** : <br/>--doc.other_root_filenames.filename<br/>**Variable d'environnement** : DOC.OTHER_ROOT_FILENAMES.FILENAME | Nom du fichier. | [`UNIX filename`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | • le nom de fichier peut être une chemin relatif<br/>• type de fichier autorisé: "file". |
|
||||
| **<a id="doc.other_root_filenames.root_doc_path" name="doc.other_root_filenames.root_doc_path">doc.other_root_filenames.root_doc_path</a>**<br/>**Ligne de commande** : <br/>--doc.other_root_filenames.root_doc_path<br/>**Variable d'environnement** : DOC.OTHER_ROOT_FILENAMES.ROOT_DOC_PATH | Nom du fichier. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | |
|
||||
|
||||
| Variable | Description | Valeur par défaut | Type |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------|---------------------|---------------------------------------------------------------------------------------------------|
|
||||
|
|
@ -48,11 +48,11 @@ include_toc: true
|
|||
> **Désactivé** : si "[le format de sortie de la documentation générée](#doc.output_format)" en json ou si "[contenu généré](#doc.contents)" n'est pas variables ou changelog.
|
||||
|
||||
| Variable | Description | Valeur par défaut | Type | Contrôle des accès | Validateur |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
|
||||
| **<a id="doc.tabulars.without_family" name="doc.tabulars.without_family">doc.tabulars.without_family</a>**<br/>**Ligne de commande** : <br/>• -df, --doc.tabulars.without_family<br/>• -ndf, --doc.tabulars.no-without_family<br/>**Variable d'environnement** : DOC.TABULARS.WITHOUT_FAMILY | Ne pas ajouter les familles dans la documentation. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | |
|
||||
| **<a id="doc.tabulars.with_commandline" name="doc.tabulars.with_commandline">doc.tabulars.with_commandline</a>**<br/>**Variable d'environnement** : DOC.TABULARS.WITH_COMMANDLINE | Add command line informations in documentation. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | |
|
||||
| **<a id="doc.tabulars.with_commandline" name="doc.tabulars.with_commandline">doc.tabulars.with_commandline</a>**<br/>**Variable d'environnement** : DOC.TABULARS.WITH_COMMANDLINE | Ajoute les informations de la ligne de commande dans la documentation. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | |
|
||||
| **<a id="doc.tabulars.with_environment" name="doc.tabulars.with_environment">doc.tabulars.with_environment</a>**<br/>**Ligne de commande** : <br/>• -de, --doc.tabulars.with_environment<br/>• -nde, --doc.tabulars.no-with_environment<br/>**Variable d'environnement** : DOC.TABULARS.WITH_ENVIRONMENT | Ajoute les informations de variable d'environnement dans la documentation. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | | |
|
||||
| **<a id="doc.tabulars.environment_prefix" name="doc.tabulars.environment_prefix">doc.tabulars.environment_prefix</a>**<br/>**Ligne de commande** : <br/>-dv, --doc.tabulars.environment_prefix<br/>**Variable d'environnement** : DOC.TABULARS.ENVIRONMENT_PREFIX | Préfixe du nom des variables d'environnement. | ROUGAIL | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | *`désactivé`*<br/>**Désactivé** : si "main_namespace" n'est pas défini ou "[ajoute les informations de variable d'environnement dans la documentation](#doc.tabulars.with_environment)" est false. | Doit seulement utilise des caractères en majuscule. |
|
||||
| **<a id="doc.tabulars.environment_prefix" name="doc.tabulars.environment_prefix">doc.tabulars.environment_prefix</a>**<br/>**Ligne de commande** : <br/>-dv, --doc.tabulars.environment_prefix<br/>**Variable d'environnement** : DOC.TABULARS.ENVIRONMENT_PREFIX | Préfixe du nom des variables d'environnement. | ROUGAIL | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | *`désactivé`*<br/>**Désactivé** : si "main_namespace" n'est pas défini ou "[ajoute les informations de variable d'environnement dans la documentation](#doc.tabulars.with_environment)" est false. | Doit seulement utilise des caractères en majuscule. |
|
||||
|
||||
### Documentation du journal des changements
|
||||
|
||||
|
|
@ -75,8 +75,8 @@ include_toc: true
|
|||
> **Désactivé** : si example n'est pas défini dans "[contenu généré](#doc.contents)".
|
||||
|
||||
| Variable | Description | Valeur par défaut | Type | Contrôle des accès |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| **<a id="doc.examples.comment" name="doc.examples.comment">doc.examples.comment</a>**<br/>**Ligne de commande** : <br/>• -dx, --doc.examples.comment<br/>• -ndx, --doc.examples.no-comment<br/>**Variable d'environnement** : DOC.EXAMPLES.COMMENT | Ajouter la description des variables et des familles lorsqu'on génère des exemples. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
|
||||
| **<a id="doc.examples.comment_column" name="doc.examples.comment_column">doc.examples.comment_column</a>**<br/>**Ligne de commande** : <br/>--doc.examples.comment_column<br/>**Variable d'environnement** : DOC.EXAMPLES.COMMENT_COLUMN | Commentaire dans les exemples commence à la colonne. | 30 | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | *`désactivé`*<br/>**Désactivé** : lorsque la variable "[Ajouter la description des variables et des familles lorsqu'on génère des exemples](#doc.examples.comment)" a la valeur "false". |
|
||||
| **<a id="doc.examples.comment_column" name="doc.examples.comment_column">doc.examples.comment_column</a>**<br/>**Ligne de commande** : <br/>--doc.examples.comment_column<br/>**Variable d'environnement** : DOC.EXAMPLES.COMMENT_COLUMN | Commentaire dans les exemples commence à la colonne. | 30 | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | *`désactivé`*<br/>**Désactivé** : lorsque la variable "[ajouter la description des variables et des familles lorsqu'on génère des exemples](#doc.examples.comment)" a la valeur "false". |
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ include_toc: true
|
|||
| **<a id="doc.contents" name="doc.contents">doc.contents</a>**<br/>**Command line**: <br/>-dc, --doc.contents<br/>**Environment variable**: DOC.CONTENTS | Generated content.<br/>You can generate three type of document. All variables ("variables"), an example file in YAML format ("example") or change log ("changelog"). | • variables | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `mandatory` | *`hidden`*<br/>**Hidden**: "[the output format of the generated documentation](#doc.output_format)" in json is not compatible with changelog or example "[generated content](#doc.contents)". | `unique`<br/>**Choices**: <br/>• variables<br/>• example<br/>• changelog |
|
||||
| **<a id="doc.title_level" name="doc.title_level">doc.title_level</a>**<br/>**Command line**: <br/>-dt, --doc.title_level<br/>**Environment variable**: DOC.TITLE_LEVEL | Starting title level. | 1 | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | |
|
||||
| **<a id="doc.default_values" name="doc.default_values">doc.default_values</a>**<br/>**Command line**: <br/>• --doc.default_values<br/>• --doc.no-default_values<br/>**Environment variable**: DOC.DEFAULT_VALUES | Modify values to document all variables.<br/>To document leadership or dynamic family variables, it is sometimes necessary to generate values, which can change the values in the configuration. Be careful if you reuse this configuration. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | | |
|
||||
| **<a id="doc.true_color" name="doc.true_color">doc.true_color</a>**<br/>**Command line**: <br/>• --doc.true_color<br/>• --doc.no-true_color<br/>**Environment variable**: DOC.TRUE_COLOR | Display documentation in console always with true color terminal. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | *`disabled`*<br/>**Disabled**: when the variable "[The output format of the generated documentation](#doc.output_format)" hasn't the value "console". | |
|
||||
| **<a id="doc.true_color" name="doc.true_color">doc.true_color</a>**<br/>**Command line**: <br/>• --doc.true_color<br/>• --doc.no-true_color<br/>**Environment variable**: DOC.TRUE_COLOR | Display documentation in console always with true color terminal. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | *`disabled`*<br/>**Disabled**: when the variable "[the output format of the generated documentation](#doc.output_format)" hasn't the value "console". | |
|
||||
|
||||
### The variables in this family are documented in another file
|
||||
|
||||
|
|
@ -31,9 +31,9 @@ include_toc: true
|
|||
> **Path**: doc.other_root_filenames
|
||||
|
||||
| Variable | Description | Type | Validator |
|
||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|-----------------------------------------------------------------------------------------------|-------------|
|
||||
| **<a id="doc.other_root_filenames.root_path" name="doc.other_root_filenames.root_path">doc.other_root_filenames.root_path</a>**<br/>**Command line**: <br/>--doc.other_root_filenames.root_path<br/>**Environment variable**: DOC.OTHER_ROOT_FILENAMES.ROOT_PATH | This file contains child variables of the family. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `unique` |
|
||||
| **<a id="doc.other_root_filenames.filename" name="doc.other_root_filenames.filename">doc.other_root_filenames.filename</a>**<br/>**Command line**: <br/>--doc.other_root_filenames.filename<br/>**Environment variable**: DOC.OTHER_ROOT_FILENAMES.FILENAME | Name of the file. | [`UNIX filename`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | • this filename could be a relative path<br/>• file type allowed: "file". |
|
||||
| **<a id="doc.other_root_filenames.root_doc_path" name="doc.other_root_filenames.root_doc_path">doc.other_root_filenames.root_doc_path</a>**<br/>**Command line**: <br/>--doc.other_root_filenames.root_doc_path<br/>**Environment variable**: DOC.OTHER_ROOT_FILENAMES.ROOT_DOC_PATH | Name of the file. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | |
|
||||
|
||||
| Variable | Description | Default value | Type |
|
||||
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------|-----------------|-------------------------------------------------------------------------------------------------|
|
||||
|
|
@ -77,6 +77,6 @@ include_toc: true
|
|||
| Variable | Description | Default value | Type | Access control |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| **<a id="doc.examples.comment" name="doc.examples.comment">doc.examples.comment</a>**<br/>**Command line**: <br/>• -dx, --doc.examples.comment<br/>• -ndx, --doc.examples.no-comment<br/>**Environment variable**: DOC.EXAMPLES.COMMENT | Add description of variables and families when generate examples. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
|
||||
| **<a id="doc.examples.comment_column" name="doc.examples.comment_column">doc.examples.comment_column</a>**<br/>**Command line**: <br/>--doc.examples.comment_column<br/>**Environment variable**: DOC.EXAMPLES.COMMENT_COLUMN | Comment in examples starts at column. | 30 | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | *`disabled`*<br/>**Disabled**: when the variable "[Add description of variables and families when generate examples](#doc.examples.comment)" has the value "false". |
|
||||
| **<a id="doc.examples.comment_column" name="doc.examples.comment_column">doc.examples.comment_column</a>**<br/>**Command line**: <br/>--doc.examples.comment_column<br/>**Environment variable**: DOC.EXAMPLES.COMMENT_COLUMN | Comment in examples starts at column. | 30 | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | *`disabled`*<br/>**Disabled**: when the variable "[add description of variables and families when generate examples](#doc.examples.comment)" has the value "false". |
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: 2026-03-29 14:58+0200\n"
|
||||
"PO-Revision-Date: 2026-03-29 14:58+0200\n"
|
||||
"POT-Creation-Date: 2026-03-31 12:21+0200\n"
|
||||
"PO-Revision-Date: 2026-03-31 12:22+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
|
|
@ -48,140 +48,140 @@ msgstr ""
|
|||
"ne peut trouver l'information \"{0}_calculation\", avez-vous annoté cette "
|
||||
"configuration ?"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:94
|
||||
#: src/rougail/output_doc/collect.py:102
|
||||
msgid "the value of the information \"{0}\" of the variable \"{1}\""
|
||||
msgstr "la valeur de l'information \"{0}\" de la variable \"{1}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:98
|
||||
#: src/rougail/output_doc/collect.py:106
|
||||
msgid "the value of the global information \"{0}\""
|
||||
msgstr "la valeur de l'information globale \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:102
|
||||
#: src/rougail/output_doc/collect.py:112
|
||||
msgid "the value of the {0}"
|
||||
msgstr "la valeur de l'{0}"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:109
|
||||
#: src/rougail/output_doc/collect.py:121
|
||||
msgid "depends on a calculation"
|
||||
msgstr "dépend d'un calcul"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:110
|
||||
#: src/rougail/output_doc/collect.py:122
|
||||
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}"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:173
|
||||
#: src/rougail/output_doc/collect.py:181
|
||||
msgid "depends on an undocumented variable"
|
||||
msgstr "dépends d'une variable non documentée"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:191
|
||||
#: src/rougail/output_doc/collect.py:199
|
||||
msgid "is \"{0}\""
|
||||
msgstr "est \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:196
|
||||
#: src/rougail/output_doc/collect.py:204
|
||||
msgid "is accessible"
|
||||
msgstr "est accessible"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:198
|
||||
#: src/rougail/output_doc/collect.py:206
|
||||
msgid "is defined"
|
||||
msgstr "est définie"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:203
|
||||
#: src/rougail/output_doc/collect.py:211
|
||||
msgid "hasn't the value \"{0}\""
|
||||
msgstr "n'a pas la valeur \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:205
|
||||
#: src/rougail/output_doc/collect.py:213
|
||||
msgid "has the value \"{0}\""
|
||||
msgstr "a la valeur \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:209
|
||||
#: src/rougail/output_doc/collect.py:217
|
||||
msgid "is {0}"
|
||||
msgstr "est {0}"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:211
|
||||
#: src/rougail/output_doc/collect.py:219
|
||||
msgid "when the variable \"{{0}}\" {0}."
|
||||
msgstr "lorsque la variable \"{{0}}\" {0}."
|
||||
|
||||
#: src/rougail/output_doc/collect.py:238
|
||||
#: src/rougail/output_doc/collect.py:246
|
||||
msgid "the value of the variable \"{0}\" if it is defined"
|
||||
msgstr "la valeur de la variable \"{0}\" si elle est définie"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:240
|
||||
#: src/rougail/output_doc/collect.py:248
|
||||
msgid "the value of the variable \"{0}\""
|
||||
msgstr "la valeur de la variable \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:256
|
||||
#: src/rougail/output_doc/collect.py:264
|
||||
msgid "(from an undocumented variable)"
|
||||
msgstr "(issue d'une variable non documentée)"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:262
|
||||
#: src/rougail/output_doc/collect.py:270
|
||||
msgid "{0} (from an undocumented variable)"
|
||||
msgstr "{0} (issue d'une variable non documentée)"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:266
|
||||
#: src/rougail/output_doc/collect.py:274
|
||||
msgid "the value of an undocumented variable"
|
||||
msgstr "la valeur d'une variable non documentée"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:303
|
||||
#: src/rougail/output_doc/collect.py:309
|
||||
msgid "when the identifier is \"{0}\""
|
||||
msgstr "lorsque l'identifiant est \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:305
|
||||
#: src/rougail/output_doc/collect.py:311
|
||||
msgid "when the identifier is not \"{0}\""
|
||||
msgstr "lorsque l'identifiant n'est pas \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:310
|
||||
#: src/rougail/output_doc/collect.py:316
|
||||
msgid "the value of the identifier"
|
||||
msgstr "la valeur de l'identifiant"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:397
|
||||
#: src/rougail/output_doc/collect.py:401
|
||||
msgid "This family contains lists of variable blocks"
|
||||
msgstr "Cette famille contient des listes de bloc de variable"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:401
|
||||
#: src/rougail/output_doc/collect.py:405
|
||||
msgid "This family builds families dynamically"
|
||||
msgstr "Cette famille construit des familles dynamiquement"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:411
|
||||
#: src/rougail/output_doc/collect.py:415
|
||||
msgid "This family is a namespace"
|
||||
msgstr "Cette famille est un espace de nom"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:462
|
||||
#: src/rougail/output_doc/collect.py:466
|
||||
msgid "Example"
|
||||
msgstr "Exemple"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:465
|
||||
#: src/rougail/output_doc/collect.py:469
|
||||
msgid "Examples"
|
||||
msgstr "Exemples"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:471
|
||||
#: src/rougail/output_doc/collect.py:475
|
||||
msgid "Tag"
|
||||
msgstr "Étiquette"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:474
|
||||
#: src/rougail/output_doc/collect.py:478
|
||||
msgid "Tags"
|
||||
msgstr "Étiquettes"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:568
|
||||
#: src/rougail/output_doc/collect.py:572
|
||||
msgid "text based with regular expressions \"{0}\""
|
||||
msgstr "texte avec expression rationnelle \"{0}\""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:572
|
||||
#: src/rougail/output_doc/collect.py:576
|
||||
#: src/rougail/output_doc/tabular/six_columns.py:83
|
||||
msgid "Validator"
|
||||
msgstr "Validateur"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:575
|
||||
#: src/rougail/output_doc/collect.py:579
|
||||
msgid "Validators"
|
||||
msgstr "Validateurs"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:584
|
||||
#: src/rougail/output_doc/collect.py:588
|
||||
msgid "Choices"
|
||||
msgstr "Choix"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:634
|
||||
#: src/rougail/output_doc/collect.py:638
|
||||
msgid "Default"
|
||||
msgstr "Défaut"
|
||||
|
||||
#: src/rougail/output_doc/collect.py:644
|
||||
#: src/rougail/output_doc/collect.py:648
|
||||
msgid "No attribute \"description\" for \"{0}\" in {1}"
|
||||
msgstr "Aucun attribut \"description\" pour \"{0}\" dans {1}"
|
||||
|
||||
|
|
@ -302,15 +302,15 @@ msgstr "Ce fichier contient les variables enfants de la famille"
|
|||
msgid "Name of the file"
|
||||
msgstr "Nom du fichier"
|
||||
|
||||
#: src/rougail/output_doc/config.py:204
|
||||
#: src/rougail/output_doc/config.py:200
|
||||
msgid "Documentation a structural type"
|
||||
msgstr "Documenter un type de structure"
|
||||
|
||||
#: src/rougail/output_doc/config.py:208
|
||||
#: src/rougail/output_doc/config.py:204
|
||||
msgid "Variables and changelog documentation"
|
||||
msgstr "Documentation des variables et journal de changements"
|
||||
|
||||
#: src/rougail/output_doc/config.py:213
|
||||
#: src/rougail/output_doc/config.py:209
|
||||
msgid ""
|
||||
"if \"_.output_format\" is json or \"_.contents\" hasn't variables or "
|
||||
"changelog"
|
||||
|
|
@ -318,45 +318,45 @@ msgstr ""
|
|||
"si \"_.output_format\" en json ou si \"_.contents\" n'est pas variables ou "
|
||||
"changelog"
|
||||
|
||||
#: src/rougail/output_doc/config.py:216
|
||||
#: src/rougail/output_doc/config.py:212
|
||||
msgid "Do not add families in documentation"
|
||||
msgstr "Ne pas ajouter les familles dans la documentation"
|
||||
|
||||
#: src/rougail/output_doc/config.py:221
|
||||
msgid "Add command line informations in documentation"
|
||||
#: src/rougail/output_doc/config.py:217
|
||||
msgid "add command line informations in documentation"
|
||||
msgstr "ajoute les informations de la ligne de commande dans la documentation"
|
||||
|
||||
#: src/rougail/output_doc/config.py:226
|
||||
#: src/rougail/output_doc/config.py:222
|
||||
msgid "add environment variable informations in documentation"
|
||||
msgstr ""
|
||||
"ajoute les informations de variable d'environnement dans la documentation"
|
||||
|
||||
#: src/rougail/output_doc/config.py:231
|
||||
#: src/rougail/output_doc/config.py:227
|
||||
msgid "Environment variables prefix name"
|
||||
msgstr "Préfixe du nom des variables d'environnement"
|
||||
|
||||
#: src/rougail/output_doc/config.py:238
|
||||
#: src/rougail/output_doc/config.py:234
|
||||
msgid "should only use uppercase characters"
|
||||
msgstr "doit seulement utilise des caractères en majuscule"
|
||||
|
||||
#: src/rougail/output_doc/config.py:243
|
||||
#: src/rougail/output_doc/config.py:239
|
||||
msgid "if \"main_namespace\" is not set or \"_.with_environment\" is false"
|
||||
msgstr ""
|
||||
"si \"main_namespace\" n'est pas défini ou \"_.with_environment\" est false"
|
||||
|
||||
#: src/rougail/output_doc/config.py:246
|
||||
#: src/rougail/output_doc/config.py:242
|
||||
msgid "Changelog documentation"
|
||||
msgstr "Documentation du journal des changements"
|
||||
|
||||
#: src/rougail/output_doc/config.py:251
|
||||
#: src/rougail/output_doc/config.py:247
|
||||
msgid "if changelog in not in \"_.contents\""
|
||||
msgstr "changelog n'est pas défini dans \"_.contents\""
|
||||
|
||||
#: src/rougail/output_doc/config.py:254
|
||||
#: src/rougail/output_doc/config.py:250
|
||||
msgid "Previous description file in JSON format"
|
||||
msgstr "Précédent fichier de description au format JSON"
|
||||
|
||||
#: src/rougail/output_doc/config.py:255
|
||||
#: src/rougail/output_doc/config.py:251
|
||||
msgid ""
|
||||
"To generate the changelog, you need to compare the old list of variables (in "
|
||||
"json format) with the current variables."
|
||||
|
|
@ -364,21 +364,21 @@ msgstr ""
|
|||
"Pour générer le journal des changements, vous devez comparer l'ancienne "
|
||||
"liste des variables (au format json) avec les variables courantes."
|
||||
|
||||
#: src/rougail/output_doc/config.py:259
|
||||
#: src/rougail/output_doc/config.py:255
|
||||
msgid "Examples configuration"
|
||||
msgstr "Configuration des exemples"
|
||||
|
||||
#: src/rougail/output_doc/config.py:264
|
||||
#: src/rougail/output_doc/config.py:260
|
||||
msgid "if example is not in \"_.contents\""
|
||||
msgstr "si example n'est pas défini dans \"_.contents\""
|
||||
|
||||
#: src/rougail/output_doc/config.py:267
|
||||
#: src/rougail/output_doc/config.py:263
|
||||
msgid "add description of variables and families when generate examples"
|
||||
msgstr ""
|
||||
"ajouter la description des variables et des familles lorsqu'on génère des "
|
||||
"exemples"
|
||||
|
||||
#: src/rougail/output_doc/config.py:272
|
||||
#: src/rougail/output_doc/config.py:268
|
||||
msgid "Comment in examples starts at column"
|
||||
msgstr "Commentaire dans les exemples commence à la colonne"
|
||||
|
||||
|
|
@ -436,13 +436,13 @@ msgstr "Chemin"
|
|||
msgid "Identifiers"
|
||||
msgstr "Identifiants"
|
||||
|
||||
#: src/rougail/output_doc/utils.py:796 src/rougail/output_doc/utils.py:805
|
||||
#: src/rougail/output_doc/utils.py:811 src/rougail/output_doc/utils.py:817
|
||||
#: src/rougail/output_doc/utils.py:821
|
||||
#: src/rougail/output_doc/utils.py:825 src/rougail/output_doc/utils.py:834
|
||||
#: src/rougail/output_doc/utils.py:840 src/rougail/output_doc/utils.py:846
|
||||
#: src/rougail/output_doc/utils.py:850
|
||||
msgid "(default)"
|
||||
msgstr "(défaut)"
|
||||
|
||||
#: src/rougail/output_doc/utils.py:1129
|
||||
#: src/rougail/output_doc/utils.py:1164
|
||||
msgid "{0}: {1}"
|
||||
msgstr "{0} : {1}"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2026-03-29 21:13+0200\n"
|
||||
"POT-Creation-Date: 2026-03-31 12:22+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -63,120 +63,120 @@ msgstr ""
|
|||
msgid "\"{0}\" is a calculation for {1} but has no description in {2}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:185
|
||||
#: src/rougail/output_doc/collect.py:181
|
||||
msgid "depends on an undocumented variable"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:203
|
||||
#: src/rougail/output_doc/collect.py:199
|
||||
msgid "is \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:208
|
||||
#: src/rougail/output_doc/collect.py:204
|
||||
msgid "is accessible"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:210
|
||||
#: src/rougail/output_doc/collect.py:206
|
||||
msgid "is defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:215
|
||||
#: src/rougail/output_doc/collect.py:211
|
||||
msgid "hasn't the value \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:217
|
||||
#: src/rougail/output_doc/collect.py:213
|
||||
msgid "has the value \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:221
|
||||
#: src/rougail/output_doc/collect.py:217
|
||||
msgid "is {0}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:223
|
||||
#: src/rougail/output_doc/collect.py:219
|
||||
msgid "when the variable \"{{0}}\" {0}."
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:250
|
||||
#: src/rougail/output_doc/collect.py:246
|
||||
msgid "the value of the variable \"{0}\" if it is defined"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:252
|
||||
#: src/rougail/output_doc/collect.py:248
|
||||
msgid "the value of the variable \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:268
|
||||
#: src/rougail/output_doc/collect.py:264
|
||||
msgid "(from an undocumented variable)"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:274
|
||||
#: src/rougail/output_doc/collect.py:270
|
||||
msgid "{0} (from an undocumented variable)"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:278
|
||||
#: src/rougail/output_doc/collect.py:274
|
||||
msgid "the value of an undocumented variable"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:315
|
||||
#: src/rougail/output_doc/collect.py:309
|
||||
msgid "when the identifier is \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:317
|
||||
#: src/rougail/output_doc/collect.py:311
|
||||
msgid "when the identifier is not \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:322
|
||||
#: src/rougail/output_doc/collect.py:316
|
||||
msgid "the value of the identifier"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:409
|
||||
#: src/rougail/output_doc/collect.py:401
|
||||
msgid "This family contains lists of variable blocks"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:413
|
||||
#: src/rougail/output_doc/collect.py:405
|
||||
msgid "This family builds families dynamically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:423
|
||||
#: src/rougail/output_doc/collect.py:415
|
||||
msgid "This family is a namespace"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:474
|
||||
#: src/rougail/output_doc/collect.py:466
|
||||
msgid "Example"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:477
|
||||
#: src/rougail/output_doc/collect.py:469
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:483
|
||||
#: src/rougail/output_doc/collect.py:475
|
||||
msgid "Tag"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:486
|
||||
#: src/rougail/output_doc/collect.py:478
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:580
|
||||
#: src/rougail/output_doc/collect.py:572
|
||||
msgid "text based with regular expressions \"{0}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:584
|
||||
#: src/rougail/output_doc/collect.py:576
|
||||
#: src/rougail/output_doc/tabular/six_columns.py:83
|
||||
msgid "Validator"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:587
|
||||
#: src/rougail/output_doc/collect.py:579
|
||||
msgid "Validators"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:596
|
||||
#: src/rougail/output_doc/collect.py:588
|
||||
msgid "Choices"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:646
|
||||
#: src/rougail/output_doc/collect.py:638
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/collect.py:656
|
||||
#: src/rougail/output_doc/collect.py:648
|
||||
msgid "No attribute \"description\" for \"{0}\" in {1}"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -264,71 +264,71 @@ msgstr ""
|
|||
msgid "Name of the file"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:204
|
||||
#: src/rougail/output_doc/config.py:200
|
||||
msgid "Documentation a structural type"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:208
|
||||
#: src/rougail/output_doc/config.py:204
|
||||
msgid "Variables and changelog documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:213
|
||||
#: src/rougail/output_doc/config.py:209
|
||||
msgid "if \"_.output_format\" is json or \"_.contents\" hasn't variables or changelog"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:216
|
||||
#: src/rougail/output_doc/config.py:212
|
||||
msgid "Do not add families in documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:221
|
||||
#: src/rougail/output_doc/config.py:217
|
||||
msgid "add command line informations in documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:226
|
||||
#: src/rougail/output_doc/config.py:222
|
||||
msgid "add environment variable informations in documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:231
|
||||
#: src/rougail/output_doc/config.py:227
|
||||
msgid "Environment variables prefix name"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:238
|
||||
#: src/rougail/output_doc/config.py:234
|
||||
msgid "should only use uppercase characters"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:243
|
||||
#: src/rougail/output_doc/config.py:239
|
||||
msgid "if \"main_namespace\" is not set or \"_.with_environment\" is false"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:246
|
||||
#: src/rougail/output_doc/config.py:242
|
||||
msgid "Changelog documentation"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:251
|
||||
#: src/rougail/output_doc/config.py:247
|
||||
msgid "if changelog in not in \"_.contents\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:254
|
||||
#: src/rougail/output_doc/config.py:250
|
||||
msgid "Previous description file in JSON format"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:255
|
||||
#: src/rougail/output_doc/config.py:251
|
||||
msgid "To generate the changelog, you need to compare the old list of variables (in json format) with the current variables."
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:259
|
||||
#: src/rougail/output_doc/config.py:255
|
||||
msgid "Examples configuration"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:264
|
||||
#: src/rougail/output_doc/config.py:260
|
||||
msgid "if example is not in \"_.contents\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:267
|
||||
#: src/rougail/output_doc/config.py:263
|
||||
msgid "add description of variables and families when generate examples"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/config.py:272
|
||||
#: src/rougail/output_doc/config.py:268
|
||||
msgid "Comment in examples starts at column"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -370,29 +370,29 @@ msgstr ""
|
|||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/utils.py:205
|
||||
#: src/rougail/output_doc/utils.py:204
|
||||
msgid "Command line"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/utils.py:223
|
||||
#: src/rougail/output_doc/utils.py:222
|
||||
msgid "Environment variable"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/utils.py:533
|
||||
#: src/rougail/output_doc/utils.py:532
|
||||
msgid "Path"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/utils.py:543
|
||||
#: src/rougail/output_doc/utils.py:542
|
||||
msgid "Identifiers"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/utils.py:797 src/rougail/output_doc/utils.py:806
|
||||
#: src/rougail/output_doc/utils.py:812 src/rougail/output_doc/utils.py:818
|
||||
#: src/rougail/output_doc/utils.py:822
|
||||
#: src/rougail/output_doc/utils.py:825 src/rougail/output_doc/utils.py:834
|
||||
#: src/rougail/output_doc/utils.py:840 src/rougail/output_doc/utils.py:846
|
||||
#: src/rougail/output_doc/utils.py:850
|
||||
msgid "(default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/output_doc/utils.py:1130
|
||||
#: src/rougail/output_doc/utils.py:1164
|
||||
msgid "{0}: {1}"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -653,9 +653,6 @@ class Collect(_ToString):
|
|||
msg,
|
||||
RougailWarning,
|
||||
)
|
||||
if family_type is not None:
|
||||
# it's a variable
|
||||
return child.description(uncalculated=True)
|
||||
return None
|
||||
var_type = "variable" if family_type is None else "family"
|
||||
return self._convert_description(
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -120,7 +120,6 @@ class CommonTabular:
|
|||
def set_description(self):
|
||||
if "description" in self.informations:
|
||||
self.description = self.formatter.get_description(
|
||||
"variable",
|
||||
self.informations,
|
||||
self.modified_attributes,
|
||||
self.force_identifiers,
|
||||
|
|
@ -507,7 +506,7 @@ class CommonFormatter:
|
|||
def namespace_to_title(self, informations: dict, level: int) -> str:
|
||||
"""manage namespace family"""
|
||||
return self.title(
|
||||
self.get_description("family", informations, {}, None),
|
||||
self.get_description(informations, {}, None),
|
||||
level,
|
||||
)
|
||||
|
||||
|
|
@ -518,7 +517,7 @@ class CommonFormatter:
|
|||
else:
|
||||
ret = [
|
||||
self.title(
|
||||
self.get_description("family", informations, {}, None), level
|
||||
self.get_description(informations, {}, None), level
|
||||
)
|
||||
]
|
||||
msg = []
|
||||
|
|
@ -542,6 +541,8 @@ class CommonFormatter:
|
|||
self.section(
|
||||
_("Identifiers"), informations["identifier"], type_="family"
|
||||
)
|
||||
|
||||
|
||||
)
|
||||
starts_line = self.family_informations_starts_line()
|
||||
if msg:
|
||||
|
|
@ -593,40 +594,43 @@ class CommonFormatter:
|
|||
|
||||
def get_description(
|
||||
self,
|
||||
type_: str,
|
||||
informations: dict,
|
||||
modified_attributes: dict,
|
||||
force_identifiers: Optional[str],
|
||||
*,
|
||||
with_to_phrase: bool=True,
|
||||
) -> str:
|
||||
def _get_description(description, identifiers, delete=False, new=[]):
|
||||
add_new_description = True
|
||||
def _get_description(description, identifiers, delete=False, new=[], previous_identifiers=[], new_identifiers=[], its_a_name=False):
|
||||
if new_identifiers:
|
||||
new_identifiers = new_identifiers[0]
|
||||
if identifiers and "{{ identifier }}" in description:
|
||||
if type_ == "variable":
|
||||
lst = []
|
||||
for i in identifiers:
|
||||
if not force_identifiers or i == force_identifiers:
|
||||
identifier = i[-1]
|
||||
if identifier in new_identifiers:
|
||||
identifier = self.underline(identifier)
|
||||
identifier = self.italic(identifier)
|
||||
lst.append(identifier)
|
||||
for i in previous_identifiers:
|
||||
if not force_identifiers or i == force_identifiers:
|
||||
lst.append(self.italic(self.delete(i)))
|
||||
if not its_a_name:
|
||||
identifiers_text = display_list(
|
||||
[
|
||||
self.italic(i[-1])
|
||||
for i in identifiers
|
||||
if not force_identifiers or i == force_identifiers
|
||||
],
|
||||
lst,
|
||||
separator="or",
|
||||
sort=False,
|
||||
)
|
||||
description = description.replace(
|
||||
"{{ identifier }}", identifiers_text
|
||||
)
|
||||
else:
|
||||
d = []
|
||||
for i in identifiers:
|
||||
if force_identifiers and i != force_identifiers:
|
||||
continue
|
||||
new_description = description.replace(
|
||||
"{{ identifier }}", self.italic(i[-1])
|
||||
description = display_list(
|
||||
[description.replace("{{ identifier }}", l) for l in lst],
|
||||
separator="or",
|
||||
sort=False,
|
||||
)
|
||||
if new_description not in d:
|
||||
if with_to_phrase:
|
||||
new_description = self.to_phrase(new_description)
|
||||
d.append(new_description)
|
||||
description = display_list(d, separator="or")
|
||||
elif with_to_phrase:
|
||||
description = self.to_phrase(description)
|
||||
if description in new:
|
||||
|
|
@ -639,6 +643,7 @@ class CommonFormatter:
|
|||
name, previous, new = modified_attributes["description"]
|
||||
if previous:
|
||||
identifiers = modified_attributes.get("identifiers", [])
|
||||
# if modified_attributes has no description
|
||||
if not identifiers:
|
||||
identifiers = informations.get("identifiers")
|
||||
modified_description = _get_description(
|
||||
|
|
@ -646,12 +651,28 @@ class CommonFormatter:
|
|||
)
|
||||
else:
|
||||
modified_description = None
|
||||
elif "identifiers" in modified_attributes and "{{ identifier }}" in informations["description"]:
|
||||
name, previous, new = modified_attributes["identifiers"]
|
||||
previous_identifiers = previous[-1] if previous else []
|
||||
new_identifiers = new[-1] if new else []
|
||||
modified_description = _get_description(
|
||||
informations["description"], informations.get("identifiers"), previous_identifiers=previous_identifiers, new_identifiers=new_identifiers
|
||||
)
|
||||
add_new_description = False
|
||||
else:
|
||||
modified_description = None
|
||||
new = []
|
||||
if add_new_description:
|
||||
if "description" in informations:
|
||||
description = _get_description(
|
||||
informations["description"], informations.get("identifiers"), new=new
|
||||
)
|
||||
else:
|
||||
description = _get_description(
|
||||
informations["name"], informations.get("identifiers"), new=new, its_a_name=True,
|
||||
)
|
||||
else:
|
||||
description = None
|
||||
if modified_description:
|
||||
if description:
|
||||
description = self.join([modified_description, description])
|
||||
|
|
@ -1067,7 +1088,7 @@ class CommonFormatter:
|
|||
path = self.link_variable(
|
||||
calc_path(msg["path"], formatter=self, identifiers=identifiers),
|
||||
msg["path"]["path"],
|
||||
self.get_description("variable", msg, {}, None, with_to_phrase=False),
|
||||
self.get_description(msg, {}, None, with_to_phrase=False),
|
||||
filename=filename,
|
||||
)
|
||||
msg = msg["message"].format(path)
|
||||
|
|
@ -1094,7 +1115,6 @@ class CommonFormatter:
|
|||
path,
|
||||
variable["path"],
|
||||
self.get_description(
|
||||
"variable",
|
||||
variable,
|
||||
{},
|
||||
force_identifiers=identifiers,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
|
||||
"{{ identifier }}_dyn":
|
||||
description: a dynamic family
|
||||
dynamic:
|
||||
- val1
|
||||
- val2
|
||||
|
||||
var1:
|
||||
description: a first variable with {{ identifier }}
|
||||
default:
|
||||
type: identifier
|
||||
|
||||
var2:
|
||||
description: a second variable
|
||||
default: val
|
||||
...
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
|
||||
"{{ identifier }}_dyn":
|
||||
description: a dynamic family
|
||||
dynamic:
|
||||
- val1
|
||||
- val2
|
||||
- val3
|
||||
|
||||
var1:
|
||||
description: a first variable with {{ identifier }}
|
||||
default:
|
||||
type: identifier
|
||||
|
||||
var2:
|
||||
description: a second variable
|
||||
default: val
|
||||
...
|
||||
17
tests/changelog/40_dynamic_mod_dynamic/result.adoc
Normal file
17
tests/changelog/40_dynamic_mod_dynamic/result.adoc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
== Modified variables
|
||||
|
||||
[cols="1a,1a"]
|
||||
|====
|
||||
| Variable | Description
|
||||
| **+++__val3___dyn.var1+++** +
|
||||
**__val1___dyn.var1** +
|
||||
**__val2___dyn.var1** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A first variable with __val1__, __val2__ or __+++val3+++__. +
|
||||
**Default**: the value of the identifier.
|
||||
| **+++__val3___dyn.var2+++** +
|
||||
**__val1___dyn.var2** +
|
||||
**__val2___dyn.var2** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A second variable. +
|
||||
**Default**: val
|
||||
|====
|
||||
|
||||
9
tests/changelog/40_dynamic_mod_dynamic/result.gitlab.md
Normal file
9
tests/changelog/40_dynamic_mod_dynamic/result.gitlab.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<details><summary>Modified variables</summary>
|
||||
|
||||
| Variable | Description |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
|
||||
| **~~*val3*_dyn.var1~~**<br/>**<a id=":::identifier:::_dyn.var1" name=":::identifier:::_dyn.var1">*val1*_dyn.var1</a>**<br/>***val2*_dyn.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable with *val1*, *val2* or *~~val3~~*.<br/>**Default**: the value of the identifier. |
|
||||
| **~~*val3*_dyn.var2~~**<br/>**<a id=":::identifier:::_dyn.var2" name=":::identifier:::_dyn.var2">*val1*_dyn.var2</a>**<br/>***val2*_dyn.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: val |
|
||||
|
||||
</details>
|
||||
|
||||
12
tests/changelog/40_dynamic_mod_dynamic/result.html
Normal file
12
tests/changelog/40_dynamic_mod_dynamic/result.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<h1>Modified variables</h1>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b><del><i>val3</i>_dyn.var1</del></b><br/><b><i>val1</i>_dyn.var1</b><br/><b><i>val2</i>_dyn.var1</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 first variable with <i>val1</i>, <i>val2</i> or <i><del>val3</del></i>.<br/><b>Default</b>: the value of the identifier.</td></tr>
|
||||
<tr><td><b><del><i>val3</i>_dyn.var2</del></b><br/><b><i>val1</i>_dyn.var2</b><br/><b><i>val2</i>_dyn.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 second variable.<br/><b>Default</b>: val </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
7
tests/changelog/40_dynamic_mod_dynamic/result.md
Normal file
7
tests/changelog/40_dynamic_mod_dynamic/result.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Modified variables
|
||||
|
||||
| Variable | Description |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
|
||||
| **~~*val3*_dyn.var1~~**<br/>**<a id=":::identifier:::_dyn.var1" name=":::identifier:::_dyn.var1">*val1*_dyn.var1</a>**<br/>***val2*_dyn.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable with *val1*, *val2* or *~~val3~~*.<br/>**Default**: the value of the identifier. |
|
||||
| **~~*val3*_dyn.var2~~**<br/>**<a id=":::identifier:::_dyn.var2" name=":::identifier:::_dyn.var2">*val1*_dyn.var2</a>**<br/>***val2*_dyn.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: val |
|
||||
|
||||
16
tests/changelog/40_dynamic_mod_dynamic/result.sh
Normal file
16
tests/changelog/40_dynamic_mod_dynamic/result.sh
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[1;4;96mModified variables[0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1;3;9mval3[0m[1;9m_dyn.var1[0m │ A first variable with [3mval1[0m, [3mval2[0m or │
|
||||
│ [1;3mval1[0m[1m_dyn.var1[0m │ [3;9mval3[0m. │
|
||||
│ [1;3mval2[0m[1m_dyn.var1[0m │ [1mDefault[0m: the value of the │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ identifier. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1;3;9mval3[0m[1;9m_dyn.var2[0m │ A second variable. │
|
||||
│ [1;3mval1[0m[1m_dyn.var2[0m │ [1mDefault[0m: val │
|
||||
│ [1;3mval2[0m[1m_dyn.var2[0m │ │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
|
||||
"{{ identifier }}_dyn":
|
||||
description: a dynamic family
|
||||
dynamic:
|
||||
- val1
|
||||
- val2
|
||||
- val3
|
||||
|
||||
var1:
|
||||
description: a first variable with {{ identifier }}
|
||||
default:
|
||||
type: identifier
|
||||
|
||||
var2:
|
||||
description: a second variable
|
||||
default: val
|
||||
...
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
|
||||
"{{ identifier }}_dyn":
|
||||
description: a dynamic family
|
||||
dynamic:
|
||||
- val1
|
||||
- val2
|
||||
|
||||
var1:
|
||||
description: a first variable with {{ identifier }}
|
||||
default:
|
||||
type: identifier
|
||||
|
||||
var2:
|
||||
description: a second variable
|
||||
default: val
|
||||
...
|
||||
17
tests/changelog/40_dynamic_mod_dynamic2/result.adoc
Normal file
17
tests/changelog/40_dynamic_mod_dynamic2/result.adoc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
== Modified variables
|
||||
|
||||
[cols="1a,1a"]
|
||||
|====
|
||||
| Variable | Description
|
||||
| **__val1___dyn.var1** +
|
||||
**__val2___dyn.var1** +
|
||||
**#__val3___dyn.var1#** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A first variable with __val1__, __val2__ or __#val3#__. +
|
||||
**Default**: the value of the identifier.
|
||||
| **__val1___dyn.var2** +
|
||||
**__val2___dyn.var2** +
|
||||
**#__val3___dyn.var2#** +
|
||||
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A second variable. +
|
||||
**Default**: val
|
||||
|====
|
||||
|
||||
9
tests/changelog/40_dynamic_mod_dynamic2/result.gitlab.md
Normal file
9
tests/changelog/40_dynamic_mod_dynamic2/result.gitlab.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<details><summary>Modified variables</summary>
|
||||
|
||||
| Variable | Description |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
|
||||
| **<a id=":::identifier:::_dyn.var1" name=":::identifier:::_dyn.var1">*val1*_dyn.var1</a>**<br/>***val2*_dyn.var1**<br/>**<ins>*val3*_dyn.var1</ins>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable with *val1*, *val2* or *<ins>val3</ins>*.<br/>**Default**: the value of the identifier. |
|
||||
| **<a id=":::identifier:::_dyn.var2" name=":::identifier:::_dyn.var2">*val1*_dyn.var2</a>**<br/>***val2*_dyn.var2**<br/>**<ins>*val3*_dyn.var2</ins>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: val |
|
||||
|
||||
</details>
|
||||
|
||||
12
tests/changelog/40_dynamic_mod_dynamic2/result.html
Normal file
12
tests/changelog/40_dynamic_mod_dynamic2/result.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<h1>Modified variables</h1>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Variable </th><th>Description </th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td><b><i>val1</i>_dyn.var1</b><br/><b><i>val2</i>_dyn.var1</b><br/><b><ins><i>val3</i>_dyn.var1</ins></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 first variable with <i>val1</i>, <i>val2</i> or <i><ins>val3</ins></i>.<br/><b>Default</b>: the value of the identifier.</td></tr>
|
||||
<tr><td><b><i>val1</i>_dyn.var2</b><br/><b><i>val2</i>_dyn.var2</b><br/><b><ins><i>val3</i>_dyn.var2</ins></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 second variable.<br/><b>Default</b>: val </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
7
tests/changelog/40_dynamic_mod_dynamic2/result.md
Normal file
7
tests/changelog/40_dynamic_mod_dynamic2/result.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Modified variables
|
||||
|
||||
| Variable | Description |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
|
||||
| **<a id=":::identifier:::_dyn.var1" name=":::identifier:::_dyn.var1">*val1*_dyn.var1</a>**<br/>***val2*_dyn.var1**<br/>**<ins>*val3*_dyn.var1</ins>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable with *val1*, *val2* or *<ins>val3</ins>*.<br/>**Default**: the value of the identifier. |
|
||||
| **<a id=":::identifier:::_dyn.var2" name=":::identifier:::_dyn.var2">*val1*_dyn.var2</a>**<br/>***val2*_dyn.var2**<br/>**<ins>*val3*_dyn.var2</ins>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Default**: val |
|
||||
|
||||
16
tests/changelog/40_dynamic_mod_dynamic2/result.sh
Normal file
16
tests/changelog/40_dynamic_mod_dynamic2/result.sh
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[1;4;96mModified variables[0m
|
||||
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ [1;3mval1[0m[1m_dyn.var1[0m │ A first variable with [3mval1[0m, [3mval2[0m or │
|
||||
│ [1;3mval2[0m[1m_dyn.var1[0m │ [3;4mval3[0m. │
|
||||
│ [1;3;4mval3[0m[1;4m_dyn.var1[0m │ [1mDefault[0m: the value of the │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ identifier. │
|
||||
├───────────────────────────────────────┼──────────────────────────────────────┤
|
||||
│ [1;3mval1[0m[1m_dyn.var2[0m │ A second variable. │
|
||||
│ [1;3mval2[0m[1m_dyn.var2[0m │ [1mDefault[0m: val │
|
||||
│ [1;3;4mval3[0m[1;4m_dyn.var2[0m │ │
|
||||
│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ the value [32m"Manual proxy configuration"[0m.
|
|||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m Proxy or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ the value [32m"Manual proxy configuration"[0m.
|
|||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m Proxy or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ the value [32m"Manual proxy configuration"[0m.
|
|||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m Proxy or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ the value [32m"Manual proxy configuration"[0m.
|
|||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m Proxy or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ the value [32m"Manual proxy configuration"[0m.
|
|||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m Proxy or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ the value [32m"Manual proxy configuration"[0m.
|
|||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m Proxy or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ the value [32m"Manual proxy configuration"[0m.
|
|||
│ [1mmanual.use_for_https[0m │ Also use this proxy for HTTPS. │
|
||||
│ [1;7m boolean [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: true │
|
||||
└───────────────────────────────────────┴──────────────────────────────────────┘
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m Proxy or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
[1;3;4;92mHTTPS[0m[1;4;92m or [0m[1;3;4;92mSOCKS[0m[1;4;92m Proxy[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@
|
|||
"informations": {
|
||||
"path": "family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "my_family",
|
||||
"name": "my_family",
|
||||
"description": "my_family",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "my_family",
|
||||
"name": "my_family",
|
||||
"description": "my_family",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
"informations": {
|
||||
"path": "family.subfamily",
|
||||
"name": "subfamily",
|
||||
"description": "subfamily",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "general",
|
||||
"name": "general",
|
||||
"description": "general",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
@ -36,7 +35,6 @@
|
|||
"informations": {
|
||||
"path": "general1",
|
||||
"name": "general1",
|
||||
"description": "general1",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "leader",
|
||||
"name": "leader",
|
||||
"description": "leader",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"help": [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
== A dynamic famify for __val1__ or A dynamic famify for __val2__
|
||||
== A dynamic famify for __val1__ or __val2__
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<details><summary>A dynamic famify for *val1* or A dynamic famify for *val2*</summary>
|
||||
<details><summary>A dynamic famify for *val1* or *val2*</summary>
|
||||
|
||||
> [!note] 🛈 Informations
|
||||
> This family builds families dynamically.\
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h1>A dynamic famify for <i>val1</i> or A dynamic famify for <i>val2</i></h1>
|
||||
<h1>A dynamic famify for <i>val1</i> or <i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# A dynamic famify for *val1* or A dynamic famify for *val2*
|
||||
# A dynamic famify for *val1* or *val2*
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[1;4;96mA dynamic famify for [0m[1;3;4;96mval1[0m[1;4;96m or A dynamic famify for [0m[1;3;4;96mval2[0m
|
||||
[1;4;96mA dynamic famify for [0m[1;3;4;96mval1[0m[1;4;96m or [0m[1;3;4;96mval2[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@
|
|||
"informations": {
|
||||
"path": "dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@
|
|||
"informations": {
|
||||
"path": "dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
"informations": {
|
||||
"path": "dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"informations": {
|
||||
"path": "dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
== A dynamic famify for __val1__ or A dynamic famify for __val2__
|
||||
== A dynamic famify for __val1__ or __val2__
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<details><summary>A dynamic famify for *val1* or A dynamic famify for *val2*</summary>
|
||||
<details><summary>A dynamic famify for *val1* or *val2*</summary>
|
||||
|
||||
> [!note] 🛈 Informations
|
||||
> This family builds families dynamically.\
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h1>A dynamic famify for <i>val1</i> or A dynamic famify for <i>val2</i></h1>
|
||||
<h1>A dynamic famify for <i>val1</i> or <i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# A dynamic famify for *val1* or A dynamic famify for *val2*
|
||||
# A dynamic famify for *val1* or *val2*
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[1;4;96mA dynamic famify for [0m[1;3;4;96mval1[0m[1;4;96m or A dynamic famify for [0m[1;3;4;96mval2[0m
|
||||
[1;4;96mA dynamic famify for [0m[1;3;4;96mval1[0m[1;4;96m or [0m[1;3;4;96mval2[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
== A dynamic famify for __val1__ or A dynamic famify for __val2__
|
||||
== A dynamic famify for __val1__ or __val2__
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<details><summary>A dynamic famify for *val1* or A dynamic famify for *val2*</summary>
|
||||
<details><summary>A dynamic famify for *val1* or *val2*</summary>
|
||||
|
||||
> [!note] 🛈 Informations
|
||||
> This family builds families dynamically.\
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h1>A dynamic famify for <i>val1</i> or A dynamic famify for <i>val2</i></h1>
|
||||
<h1>A dynamic famify for <i>val1</i> or <i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# A dynamic famify for *val1* or A dynamic famify for *val2*
|
||||
# A dynamic famify for *val1* or *val2*
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[1;4;96mA dynamic famify for [0m[1;3;4;96mval1[0m[1;4;96m or A dynamic famify for [0m[1;3;4;96mval2[0m
|
||||
[1;4;96mA dynamic famify for [0m[1;3;4;96mval1[0m[1;4;96m or [0m[1;3;4;96mval2[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
<h1>dyn<i>val1</i> or dyn<i>val2</i></h1>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
"informations": {
|
||||
"path": "dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [
|
||||
{
|
||||
"type": "property",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.my_family",
|
||||
"name": "my_family",
|
||||
"description": "my_family",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.my_family",
|
||||
"name": "my_family",
|
||||
"description": "my_family",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.family",
|
||||
"name": "family",
|
||||
"description": "family",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.family.subfamily",
|
||||
"name": "subfamily",
|
||||
"description": "subfamily",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.general",
|
||||
"name": "general",
|
||||
"description": "general",
|
||||
"properties": [],
|
||||
"mode": "standard"
|
||||
},
|
||||
|
|
@ -49,7 +48,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.general1",
|
||||
"name": "general1",
|
||||
"description": "general1",
|
||||
"properties": [],
|
||||
"mode": "basic"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.leader",
|
||||
"name": "leader",
|
||||
"description": "leader",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"help": [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ This family is a namespace. +
|
|||
**Path**: rougail +
|
||||
`basic`
|
||||
====
|
||||
=== A dynamic famify for __val1__ or A dynamic famify for __val2__
|
||||
=== A dynamic famify for __val1__ or __val2__
|
||||
|
||||
====
|
||||
**🛈 Informations**
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
> **Path**: rougail\
|
||||
> `basic`
|
||||
|
||||
<details><summary>A dynamic famify for *val1* or A dynamic famify for *val2*</summary>
|
||||
<details><summary>A dynamic famify for *val1* or *val2*</summary>
|
||||
|
||||
> [!note] 🛈 Informations
|
||||
> This family builds families dynamically.\
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ This family is a namespace.
|
|||
|
||||
<mark>basic</mark>
|
||||
|
||||
<h2>A dynamic famify for <i>val1</i> or A dynamic famify for <i>val2</i></h2>
|
||||
<h2>A dynamic famify for <i>val1</i> or <i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
> **Path**: rougail\
|
||||
> `basic`
|
||||
|
||||
## A dynamic famify for *val1* or A dynamic famify for *val2*
|
||||
## A dynamic famify for *val1* or *val2*
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
[34m▌ [0m[1mPath[0m: rougail
|
||||
[34m▌ [0m[1;7m basic [0m
|
||||
|
||||
[1;4;92mA dynamic famify for [0m[1;3;4;92mval1[0m[1;4;92m or A dynamic famify for [0m[1;3;4;92mval2[0m
|
||||
[1;4;92mA dynamic famify for [0m[1;3;4;92mval1[0m[1;4;92m or [0m[1;3;4;92mval2[0m
|
||||
|
||||
[34m▌ [0m[1;34m🛈 Informations[0m
|
||||
[34m▌ [0m
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "standard",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ This family is a namespace.
|
|||
|
||||
<mark>basic</mark>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i></h2>
|
||||
<h2>dyn<i>val1</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This family is a namespace.
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
<h2>dyn<i>val1</i> or dyn<i>val2</i></h2>
|
||||
|
||||
This family builds families dynamically.
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
"informations": {
|
||||
"path": "rougail.dyn{{ identifier }}",
|
||||
"name": "dyn{{ identifier }}",
|
||||
"description": "dyn{{ identifier }}",
|
||||
"properties": [],
|
||||
"mode": "basic",
|
||||
"identifiers": [
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue