Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

114 changed files with 159 additions and 836 deletions

View file

@ -1,21 +1,3 @@
## 1.0.3 (2026-06-28)
### Fix
- help line with only a space in family description
## 1.0.2 (2026-06-27)
### Fix
- hidden family in dynamic family with a sub root
## 1.0.1 (2026-06-21)
### Fix
- dependencies
## 1.0.0 (2026-06-21)
### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_doc"
version = "1.0.3"
version = "1.0.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output doc"
@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"rougail-base >= 1.2.0,<2",
"tabulate ~= 0.10.0", # same as rougail-output-table
"tabulate ~= 0.9.0",
"rich ~= 13.9.3",
]

View file

@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.0"

View file

@ -440,7 +440,7 @@ class Collect(_ToString):
path = family.path(uncalculated=True)
informations = {}
if not self._collect(family, informations, family_type=family_type):
return False
return False, []
if family_type == "sequence":
informations.setdefault("help", []).append(
_("This family contains lists of variable blocks")

View file

@ -55,10 +55,10 @@ def dump(informations):
def to_phrase(msg, type_="variable"):
"""Add maj for the first character and ends with dot"""
msg = str(msg).strip()
if not msg:
# replace None to empty string
return ""
msg = str(msg).strip()
# a phrase must ends with a dot
if type_ == "variable":
msg = add_dot(msg)

View file

@ -12,12 +12,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
Help
With useful information.
| **var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information.
|====

View file

@ -1,5 +1,4 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -10,11 +10,6 @@ Help
With useful information. </td></tr>
<tr><td><b>var2</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>The second variable.<br/>Multi line
Help
With useful information. </td></tr>
<tr><td><b>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>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr>
</tbody>
</table>

View file

@ -36,24 +36,5 @@
"mode": "basic",
"type": "variable",
"variable_type": "string"
},
"var3": {
"path": "var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}

View file

@ -1,5 +1,4 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -12,12 +12,5 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -39,24 +39,3 @@ With useful information. +
| **family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
|====
== The third family with space
====
**🛈 Informations**
Multi line. +
+
Help. +
With useful information. +
**Path**: family3 +
`basic`
====
[cols="1a,1a"]
|====
| Variable | Description
| **family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
|====

View file

@ -39,24 +39,3 @@
| **<a id="family2.var" name="family2.var">family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
</details>
<details><summary>The third family with space</summary>
> [!note] 🛈 Informations
> Multi line.
>
>
>
> Help.
>
> With useful information.
>
> **Path**: family3
>
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="family3.var" name="family3.var">family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
</details>

View file

@ -23,16 +23,3 @@ Multi line.<br/>Help.<br/>With useful information.<br/><b>Path</b>: family2<br/>
<tr><td><b>family2.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></tr>
</tbody>
</table>
<h1>The third family with space</h1>
Multi line.<br/><br/>Help.<br/>With useful information.<br/><b>Path</b>: family3<br/><mark>basic</mark>
<table>
<thead>
<tr><th>Variable </th><th>Description </th></tr>
</thead>
<tbody>
<tr><td><b>family3.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 variable. </td></tr>
</tbody>
</table>

View file

@ -58,36 +58,5 @@
"variable_type": "string"
}
}
},
"family3": {
"type": "family",
"informations": {
"path": "family3",
"name": "family3",
"description": "The third family with space",
"help": [
"Multi line\n \nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "family3.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
}
}

View file

@ -27,18 +27,3 @@
| Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="family2.var" name="family2.var">family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
# The third family with space
> [!NOTE]
>
> Multi line.\
> \
> Help.\
> With useful information.\
> **Path**: family3\
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="family3.var" name="family3.var">family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |

View file

@ -34,21 +34,3 @@
 string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘
The third family with space
▌ 🛈 Informations
▌ 
▌ Multi line.
▌ 
▌ Help.
▌ With useful information.
▌ Path: family3
▌  basic 
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -5,7 +5,6 @@
---
var1: example
var2: example
var3: example
----
@ -16,5 +15,4 @@ var3: example
---
var1: example
var2: example
var3: example
----

View file

@ -4,7 +4,6 @@
---
var1: example
var2: example
var3: example
```
</details>
@ -15,7 +14,6 @@ var3: example
---
var1: example
var2: example
var3: example
```
</details>

View file

@ -2,12 +2,10 @@
<pre>---
var1: example
var2: example
var3: example</pre>
var2: example</pre>
<h1>Example with all modifiable variables</h1>
<pre>---
var1: example
var2: example
var3: example</pre>
var2: example</pre>

View file

@ -4,7 +4,6 @@
---
var1: example
var2: example
var3: example
```
# Example with all modifiable variables
@ -13,5 +12,4 @@ var3: example
---
var1: example
var2: example
var3: example
```

View file

@ -3,12 +3,10 @@
--- 
var1: example 
var2: example 
var3: example 
Example with all modifiable variables
--- 
var1: example 
var2: example 
var3: example 

View file

@ -7,8 +7,6 @@ family1:
var: example
family2:
var: example
family3:
var: example
----
@ -21,6 +19,4 @@ family1:
var: example
family2:
var: example
family3:
var: example
----

View file

@ -6,8 +6,6 @@ family1:
var: example
family2:
var: example
family3:
var: example
```
</details>
@ -20,8 +18,6 @@ family1:
var: example
family2:
var: example
family3:
var: example
```
</details>

View file

@ -4,8 +4,6 @@
family1:
var: example
family2:
var: example
family3:
var: example</pre>
<h1>Example with all modifiable variables</h1>
@ -14,6 +12,4 @@ family3:
family1:
var: example
family2:
var: example
family3:
var: example</pre>

View file

@ -6,8 +6,6 @@ family1:
var: example
family2:
var: example
family3:
var: example
```
# Example with all modifiable variables
@ -18,6 +16,4 @@ family1:
var: example
family2:
var: example
family3:
var: example
```

View file

@ -5,8 +5,6 @@
 var: example 
family2: 
 var: example 
family3: 
 var: example 
Example with all modifiable variables
@ -15,6 +13,4 @@
 var: example 
family2: 
 var: example 
family3: 
 var: example 

View file

@ -5,7 +5,6 @@
---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
----
@ -16,5 +15,4 @@ var3: example # The third variable with spaces
---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
----

View file

@ -4,7 +4,6 @@
---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```
</details>
@ -15,7 +14,6 @@ var3: example # The third variable with spaces
---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```
</details>

View file

@ -2,12 +2,10 @@
<pre>---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces</pre>
var2: example # The second variable</pre>
<h1>Example with all modifiable variables</h1>
<pre>---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces</pre>
var2: example # The second variable</pre>

View file

@ -4,7 +4,6 @@
---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```
# Example with all modifiable variables
@ -13,5 +12,4 @@ var3: example # The third variable with spaces
---
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```

View file

@ -3,12 +3,10 @@
--- 
var1: example # The first variable 
var2: example # The second variable 
var3: example # The third variable with spaces 
Example with all modifiable variables
--- 
var1: example # The first variable 
var2: example # The second variable 
var3: example # The third variable with spaces 

View file

@ -7,8 +7,6 @@ family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
----
@ -21,6 +19,4 @@ family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
----

View file

@ -6,8 +6,6 @@ family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```
</details>
@ -20,8 +18,6 @@ family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```
</details>

View file

@ -4,9 +4,7 @@
family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable</pre>
var: example</pre>
<h1>Example with all modifiable variables</h1>
@ -14,6 +12,4 @@ family3: # The third family with space
family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable</pre>
var: example</pre>

View file

@ -6,8 +6,6 @@ family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```
# Example with all modifiable variables
@ -18,6 +16,4 @@ family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```

View file

@ -5,8 +5,6 @@
 var: example 
family2: # The second family 
 var: example 
family3: # The third family with space 
 var: example # A variable 
Example with all modifiable variables
@ -15,6 +13,4 @@
 var: example 
family2: # The second family 
 var: example 
family3: # The third family with space 
 var: example # A variable 

View file

@ -23,12 +23,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
Help
With useful information.
| **rougail.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information.
|====

View file

@ -8,9 +8,8 @@
> `basic`
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |
</details>

View file

@ -14,11 +14,6 @@ Help
With useful information. </td></tr>
<tr><td><b>rougail.var2</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>The second variable.<br/>Multi line
Help
With useful information. </td></tr>
<tr><td><b>rougail.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>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr>
</tbody>
</table>

View file

@ -49,25 +49,6 @@
"mode": "basic",
"type": "variable",
"variable_type": "string"
},
"var3": {
"path": "rougail.var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
}

View file

@ -7,7 +7,6 @@
> `basic`
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -20,12 +20,5 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -50,24 +50,3 @@ With useful information. +
| **rougail.family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
|====
=== The third family with space
====
**🛈 Informations**
Multi line. +
+
Help. +
With useful information. +
**Path**: rougail.family3 +
`basic`
====
[cols="1a,1a"]
|====
| Variable | Description
| **rougail.family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
|====

View file

@ -49,25 +49,4 @@
</details>
<details><summary>The third family with space</summary>
> [!note] 🛈 Informations
> Multi line.
>
>
>
> Help.
>
> With useful information.
>
> **Path**: rougail.family3
>
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
</details>
</details>

View file

@ -27,16 +27,3 @@ Multi line.<br/>Help.<br/>With useful information.<br/><b>Path</b>: rougail.fami
<tr><td><b>rougail.family2.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></tr>
</tbody>
</table>
<h2>The third family with space</h2>
Multi line.<br/><br/>Help.<br/>With useful information.<br/><b>Path</b>: rougail.family3<br/><mark>basic</mark>
<table>
<thead>
<tr><th>Variable </th><th>Description </th></tr>
</thead>
<tbody>
<tr><td><b>rougail.family3.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 variable. </td></tr>
</tbody>
</table>

View file

@ -71,37 +71,6 @@
"variable_type": "string"
}
}
},
"family3": {
"type": "family",
"informations": {
"path": "rougail.family3",
"name": "family3",
"description": "The third family with space",
"help": [
"Multi line\n \nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "rougail.family3.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
}
}
}

View file

@ -35,18 +35,3 @@
| Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
## The third family with space
> [!NOTE]
>
> Multi line.\
> \
> Help.\
> With useful information.\
> **Path**: rougail.family3\
> `basic`
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |

View file

@ -42,21 +42,3 @@
 string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘
The third family with space
▌ 🛈 Informations
▌ 
▌ Multi line.
▌ 
▌ Help.
▌ With useful information.
▌ Path: rougail.family3
▌  basic 
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -6,7 +6,6 @@
rougail:
var1: example
var2: example
var3: example
----
@ -18,5 +17,4 @@ rougail:
rougail:
var1: example
var2: example
var3: example
----

View file

@ -5,7 +5,6 @@
rougail:
var1: example
var2: example
var3: example
```
</details>
@ -17,7 +16,6 @@ rougail:
rougail:
var1: example
var2: example
var3: example
```
</details>

View file

@ -3,13 +3,11 @@
<pre>---
rougail:
var1: example
var2: example
var3: example</pre>
var2: example</pre>
<h1>Example with all modifiable variables</h1>
<pre>---
rougail:
var1: example
var2: example
var3: example</pre>
var2: example</pre>

View file

@ -5,7 +5,6 @@
rougail:
var1: example
var2: example
var3: example
```
# Example with all modifiable variables
@ -15,5 +14,4 @@ rougail:
rougail:
var1: example
var2: example
var3: example
```

View file

@ -4,7 +4,6 @@
rougail: 
 var1: example 
 var2: example 
 var3: example 
Example with all modifiable variables
@ -12,5 +11,4 @@
rougail: 
 var1: example 
 var2: example 
 var3: example 

View file

@ -8,8 +8,6 @@ rougail:
var: example
family2:
var: example
family3:
var: example
----
@ -23,6 +21,4 @@ rougail:
var: example
family2:
var: example
family3:
var: example
----

View file

@ -7,8 +7,6 @@ rougail:
var: example
family2:
var: example
family3:
var: example
```
</details>
@ -22,8 +20,6 @@ rougail:
var: example
family2:
var: example
family3:
var: example
```
</details>

View file

@ -5,8 +5,6 @@ rougail:
family1:
var: example
family2:
var: example
family3:
var: example</pre>
<h1>Example with all modifiable variables</h1>
@ -16,6 +14,4 @@ rougail:
family1:
var: example
family2:
var: example
family3:
var: example</pre>

View file

@ -7,8 +7,6 @@ rougail:
var: example
family2:
var: example
family3:
var: example
```
# Example with all modifiable variables
@ -20,6 +18,4 @@ rougail:
var: example
family2:
var: example
family3:
var: example
```

View file

@ -6,8 +6,6 @@
 var: example 
 family2: 
 var: example 
 family3: 
 var: example 
Example with all modifiable variables
@ -17,6 +15,4 @@
 var: example 
 family2: 
 var: example 
 family3: 
 var: example 

View file

@ -6,7 +6,6 @@
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
----
@ -18,5 +17,4 @@ rougail: # Rougail
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
----

View file

@ -5,7 +5,6 @@
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```
</details>
@ -17,7 +16,6 @@ rougail: # Rougail
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```
</details>

View file

@ -3,13 +3,11 @@
<pre>---
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces</pre>
var2: example # The second variable</pre>
<h1>Example with all modifiable variables</h1>
<pre>---
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces</pre>
var2: example # The second variable</pre>

View file

@ -5,7 +5,6 @@
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```
# Example with all modifiable variables
@ -15,5 +14,4 @@ rougail: # Rougail
rougail: # Rougail
var1: example # The first variable
var2: example # The second variable
var3: example # The third variable with spaces
```

View file

@ -4,7 +4,6 @@
rougail: # Rougail 
 var1: example # The first variable 
 var2: example # The second variable 
 var3: example # The third variable with spaces 
Example with all modifiable variables
@ -12,5 +11,4 @@
rougail: # Rougail 
 var1: example # The first variable 
 var2: example # The second variable 
 var3: example # The third variable with spaces 

View file

@ -8,8 +8,6 @@ rougail: # Rougail
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
----
@ -23,6 +21,4 @@ rougail: # Rougail
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
----

View file

@ -7,8 +7,6 @@ rougail: # Rougail
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```
</details>
@ -22,8 +20,6 @@ rougail: # Rougail
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```
</details>

View file

@ -5,9 +5,7 @@ rougail: # Rougail
family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable</pre>
var: example</pre>
<h1>Example with all modifiable variables</h1>
@ -16,6 +14,4 @@ rougail: # Rougail
family1: # The first family
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable</pre>
var: example</pre>

View file

@ -7,8 +7,6 @@ rougail: # Rougail
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```
# Example with all modifiable variables
@ -20,6 +18,4 @@ rougail: # Rougail
var: example
family2: # The second family
var: example
family3: # The third family with space
var: example # A variable
```

View file

@ -6,8 +6,6 @@
 var: example 
 family2: # The second family 
 var: example 
 family3: # The third family with space 
 var: example # A variable 
Example with all modifiable variables
@ -17,6 +15,4 @@
 var: example 
 family2: # The second family 
 var: example 
 family3: # The third family with space 
 var: example # A variable 

View file

@ -12,12 +12,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
Help
With useful information.
| **rougail.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information.
|====

View file

@ -14,12 +14,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
Help
With useful information.
| **rougail.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information.
|====

View file

@ -1,9 +1,8 @@
<details><summary>New variables</summary>
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |
</details>

View file

@ -12,11 +12,6 @@ Help
With useful information. </td></tr>
<tr><td><b>rougail.var2</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>The second variable.<br/>Multi line
Help
With useful information. </td></tr>
<tr><td><b>rougail.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>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr>
</tbody>
</table>

View file

@ -1,7 +1,6 @@
# New variables
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -14,12 +14,5 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,5 +1,4 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -10,11 +10,6 @@ Help
With useful information. </td></tr>
<tr><td><b>rougail.var2</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>The second variable.<br/>Multi line
Help
With useful information. </td></tr>
<tr><td><b>rougail.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>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr>
</tbody>
</table>

View file

@ -49,25 +49,6 @@
"mode": "basic",
"type": "variable",
"variable_type": "string"
},
"var3": {
"path": "rougail.var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
}

View file

@ -1,5 +1,4 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="rougail.var3" name="rougail.var3">rougail.var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -12,12 +12,5 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,10 +1,8 @@
[cols="1a,1a"]
|====
| Variable | Description
| Variable
| **rougail.family1.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
| **rougail.family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
| **rougail.family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
|====

View file

@ -2,11 +2,9 @@
[cols="1a,1a"]
|====
| Variable | Description
| Variable
| **rougail.family1.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
| **rougail.family2.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
| **rougail.family3.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`
|====

View file

@ -1,9 +1,8 @@
<details><summary>New variables</summary>
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
| Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
</details>

View file

@ -2,11 +2,10 @@
<table>
<thead>
<tr><th>Variable </th><th>Description </th></tr>
<tr><th>Variable </th></tr>
</thead>
<tbody>
<tr><td><b>rougail.family1.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> </td></tr>
<tr><td><b>rougail.family2.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> </td></tr>
<tr><td><b>rougail.family3.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 variable. </td></tr>
<tr><td><b>rougail.family1.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></tr>
<tr><td><b>rougail.family2.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></tr>
</tbody>
</table>

View file

@ -1,7 +1,6 @@
# New variables
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
| Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |

View file

@ -1,15 +1,12 @@
New variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family2.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │
 string   basic   mandatory  │
├──────────────────────────────────────────────────────────────────────────────┤
rougail.family2.var │
 string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘

View file

@ -1,5 +1,4 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
| Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |

View file

@ -1,10 +1,9 @@
<table>
<thead>
<tr><th>Variable </th><th>Description </th></tr>
<tr><th>Variable </th></tr>
</thead>
<tbody>
<tr><td><b>rougail.family1.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> </td></tr>
<tr><td><b>rougail.family2.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> </td></tr>
<tr><td><b>rougail.family3.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 variable. </td></tr>
<tr><td><b>rougail.family1.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></tr>
<tr><td><b>rougail.family2.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></tr>
</tbody>
</table>

View file

@ -71,37 +71,6 @@
"variable_type": "string"
}
}
},
"family3": {
"type": "family",
"informations": {
"path": "rougail.family3",
"name": "family3",
"description": "The third family with space",
"help": [
"Multi line\n \nHelp\nWith useful information."
],
"properties": [],
"mode": "basic"
},
"children": {
"var": {
"path": "rougail.family3.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}
}
}
}

View file

@ -1,5 +1,4 @@
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | |
| **<a id="rougail.family3.var" name="rougail.family3.var">rougail.family3.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. |
| Variable |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.family1.var" name="rougail.family1.var">rougail.family1.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |
| **<a id="rougail.family2.var" name="rougail.family2.var">rougail.family2.var</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` |

View file

@ -1,13 +1,10 @@
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family2.var │ │
 string   basic   mandatory  │ │
├───────────────────────────────────────┼──────────────────────────────────────┤
rougail.family3.var │ A variable. │
 string   basic   mandatory  │ │
└───────────────────────────────────────┴──────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
rougail.family1.var │
 string   basic   mandatory  │
├──────────────────────────────────────────────────────────────────────────────┤
rougail.family2.var │
 string   basic   mandatory  │
└──────────────────────────────────────────────────────────────────────────────┘

View file

@ -12,12 +12,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
Help
With useful information.
| **var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information.
|====

View file

@ -14,12 +14,5 @@ With useful information.
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The second variable. +
Multi line
Help
With useful information.
| **var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | The third variable with spaces. +
Multi line with space.
Help.
With useful information.
|====

View file

@ -1,9 +1,8 @@
<details><summary>New variables</summary>
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |
</details>

View file

@ -12,11 +12,6 @@ Help
With useful information. </td></tr>
<tr><td><b>var2</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>The second variable.<br/>Multi line
Help
With useful information. </td></tr>
<tr><td><b>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>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr>
</tbody>
</table>

View file

@ -1,7 +1,6 @@
# New variables
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -14,12 +14,5 @@
 string   basic   mandatory  │ Multi line │
│ │ Help │
│ │ With useful information. │
├───────────────────────────────────────┼──────────────────────────────────────┤
var3 │ The third variable with spaces. │
 string   basic   mandatory  │ Multi line with space. │
│ │ │
│ │ Help. │
│ │ │
│ │ With useful information. │
└───────────────────────────────────────┴──────────────────────────────────────┘

View file

@ -1,5 +1,4 @@
| Variable | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
| **<a id="var1" name="var1">var1</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.<br/>Multi line<br/><br/>Help<br/><br/>With useful information. |
| **<a id="var2" name="var2">var2</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.<br/>Multi line<br/>Help<br/>With useful information. |
| **<a id="var3" name="var3">var3</a>**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable with spaces.<br/>Multi line with space.<br/> <br/>Help.<br/><br/>With useful information. |

View file

@ -10,11 +10,6 @@ Help
With useful information. </td></tr>
<tr><td><b>var2</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>The second variable.<br/>Multi line
Help
With useful information. </td></tr>
<tr><td><b>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>The third variable with spaces.<br/>Multi line with space.
Help.
With useful information. </td></tr>
</tbody>
</table>

View file

@ -36,24 +36,5 @@
"mode": "basic",
"type": "variable",
"variable_type": "string"
},
"var3": {
"path": "var3",
"name": "var3",
"description": "The third variable with spaces.",
"help": [
"Multi line with space.\n \nHelp.\n\nWith useful information."
],
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "string"
}
}

Some files were not shown because too many files have changed in this diff Show more