From f5dc501bf9c2b93c20f2037db61e5e039ccf7421 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 23 Sep 2025 22:09:33 +0200 Subject: [PATCH] feat: add integer type which will replace number type --- locale/fr/LC_MESSAGES/rougail_output_doc.po | 110 +++++----- locale/rougail_output_doc.pot | 108 +++++----- .../fr/LC_MESSAGES/rougail_output_doc.mo | Bin 6622 -> 6622 bytes src/rougail/output_doc/utils.py | 6 + tests/docs/examples/00_0empty.md | 4 - tests/docs/examples/00_0version_underscore.md | 25 --- tests/docs/examples/00_1empty_variable.md | 25 --- tests/docs/examples/00_2default_calculated.md | 27 --- .../examples/00_2default_calculated_multi.md | 37 ---- ...2default_calculated_variable_transitive.md | 41 ---- tests/docs/examples/00_4load_subfolder.md | 36 ---- tests/docs/examples/00_5load_notype.md | 20 -- tests/docs/examples/00_6boolean.md | 38 ---- .../docs/examples/00_6boolean_no_mandatory.md | 21 -- tests/docs/examples/00_6choice.md | 70 ------ tests/docs/examples/00_6choice_calculation.md | 27 --- tests/docs/examples/00_6choice_variable.md | 30 --- tests/docs/examples/00_6custom.md | 32 --- tests/docs/examples/00_6domainname.md | 21 -- tests/docs/examples/00_6domainname_params.md | 23 -- tests/docs/examples/00_6float.md | 38 ---- tests/docs/examples/00_6number.md | 38 ---- tests/docs/examples/00_6regexp.md | 24 --- tests/docs/examples/00_6string.md | 46 ---- tests/docs/examples/00_7choice_quote.md | 25 --- tests/docs/examples/00_7help_quote.md | 32 --- tests/docs/examples/00_7value_doublequote.md | 20 -- tests/docs/examples/00_7value_doublequote2.md | 20 -- tests/docs/examples/00_7value_doublequote3.md | 21 -- tests/docs/examples/00_7value_quote.md | 20 -- .../examples/00_8calculation_information.md | 27 --- tests/docs/examples/00_8test.md | 73 ------- .../examples/00_9choice_variable_multi.md | 43 ---- tests/docs/examples/00_9choice_variables.md | 28 --- .../docs/examples/00_9default_calculation.md | 29 --- .../00_9default_calculation_information.md | 27 --- ..._calculation_information_other_variable.md | 36 ---- .../00_9default_calculation_multi_optional.md | 28 --- ...00_9default_calculation_multi_optional2.md | 28 --- .../00_9default_calculation_optional.md | 31 --- ...00_9default_calculation_optional_exists.md | 32 --- .../00_9default_calculation_param_optional.md | 36 ---- .../00_9default_information_other_variable.md | 32 --- tests/docs/examples/00_9default_integer.md | 27 --- tests/docs/examples/00_9extra.md | 31 --- tests/docs/examples/00_9extra_calculation.md | 47 ---- tests/docs/examples/01_6boolean_multi.md | 66 ------ tests/docs/examples/01_6custom_multi.md | 37 ---- tests/docs/examples/01_6float_multi.md | 66 ------ tests/docs/examples/01_6number_multi.md | 66 ------ tests/docs/examples/01_6string_empty.md | 25 --- tests/docs/examples/01_6string_multi.md | 72 ------- .../examples/01_7value_multi_doublequote.md | 22 -- .../examples/01_7value_multi_doublequote2.md | 22 -- tests/docs/examples/01_7value_multi_quote.md | 22 -- .../01_8calculation_information_multi.md | 29 --- .../examples/01_9choice_variable_multi.md | 36 ---- tests/docs/examples/04_0type_param.md | 23 -- tests/docs/examples/04_1auto_save.md | 21 -- .../examples/04_1auto_save_and_calculated.md | 24 --- .../04_1auto_save_and_calculated_hidden.md | 31 --- .../docs/examples/04_1auto_save_and_hidden.md | 16 -- .../04_1default_calculation_hidden.md | 44 ---- .../04_1default_calculation_hidden_2.md | 44 ---- .../docs/examples/04_5disabled_calculation.md | 44 ---- .../04_5disabled_calculation_default.md | 47 ---- .../04_5disabled_calculation_optional.md | 50 ----- .../04_5disabled_calculation_variable.md | 30 --- .../04_5disabled_calculation_variable2.md | 30 --- .../04_5disabled_calculation_variable3.md | 31 --- .../04_5disabled_calculation_variable4.md | 31 --- tests/docs/examples/04_5hidden_calculation.md | 38 ---- .../docs/examples/04_5hidden_calculation2.md | 44 ---- ...5hidden_calculation_default_calculation.md | 44 ---- tests/docs/examples/04_5validators.md | 33 --- tests/docs/examples/04_5validators_differ.md | 31 --- tests/docs/examples/04_5validators_multi.md | 31 --- tests/docs/examples/04_5validators_multi2.md | 38 ---- tests/docs/examples/05_0multi_not_uniq.md | 23 -- tests/docs/examples/05_0multi_uniq.md | 23 -- tests/docs/examples/12_1auto_save_expert.md | 22 -- .../docs/examples/16_0redefine_description.md | 35 --- .../16_2family_redefine_calculation.md | 39 ---- .../examples/16_2family_redefine_disabled.md | 21 -- tests/docs/examples/16_5exists_nonexists.md | 29 --- tests/docs/examples/16_5exists_redefine.md | 30 --- .../docs/examples/16_5redefine_calculation.md | 33 --- tests/docs/examples/16_5redefine_choice.md | 41 ---- tests/docs/examples/16_5redefine_default.md | 29 --- .../16_5redefine_default_calculation.md | 37 ---- tests/docs/examples/16_5redefine_family.md | 37 ---- tests/docs/examples/16_5redefine_help.md | 44 ---- tests/docs/examples/16_5redefine_hidden.md | 21 -- tests/docs/examples/16_5redefine_multi.md | 32 --- ...16_5redefine_remove_disable_calculation.md | 44 ---- tests/docs/examples/16_5test_redefine.md | 53 ----- tests/docs/examples/16_6choice_redefine.md | 36 ---- .../examples/16_6exists_redefine_family.md | 58 ----- tests/docs/examples/16exists_exists.md | 35 --- .../docs/examples/17_5redefine_leadership.md | 28 --- tests/docs/examples/20_0empty_family.md | 12 -- tests/docs/examples/20_0family_append.md | 41 ---- tests/docs/examples/20_0family_underscore.md | 46 ---- tests/docs/examples/20_0multi_family.md | 24 --- tests/docs/examples/20_0multi_family_basic.md | 31 --- .../docs/examples/20_0multi_family_expert.md | 26 --- tests/docs/examples/20_0multi_family_order.md | 40 ---- .../20_0validators_differ_redefine.md | 46 ---- tests/docs/examples/20_1empty_subfamily.md | 13 -- .../20_9default_information_parent.md | 35 --- .../examples/24_0family_hidden_condition.md | 37 ---- .../24_0family_hidden_condition_boolean.md | 31 --- .../24_0family_hidden_condition_sub_family.md | 40 ---- ...ly_hidden_condition_variable_sub_family.md | 29 --- ..._0family_hidden_condition_with_variable.md | 39 ---- ...amily_hidden_param_condition_sub_family.md | 43 ---- .../24_0family_mandatory_condition.md | 27 --- ...24_0family_mandatory_condition_variable.md | 23 -- .../24_7validators_variable_optional.md | 53 ----- .../examples/24_family_disabled_var_hidden.md | 20 -- tests/docs/examples/40_0leadership.md | 26 --- .../docs/examples/40_0leadership_diff_name.md | 26 --- tests/docs/examples/40_0leadership_empty.md | 12 -- ...leadership_follower_default_calculation.md | 31 --- ...0_0leadership_follower_default_submulti.md | 33 --- ...p_follower_default_submulti_calculation.md | 34 --- .../40_0leadership_follower_default_value.md | 27 --- .../40_0leadership_leader_not_multi.md | 41 ---- .../40_1leadership_append_follower.md | 40 ---- .../40_2leadership_calculation_index.md | 35 --- .../40_2leadership_calculation_param_index.md | 39 ---- .../40_2leadership_leader_calculation.md | 40 ---- .../examples/40_6leadership_follower_multi.md | 36 ---- .../docs/examples/40_8calculation_boolean.md | 49 ----- .../40_8calculation_boolean_return_none.md | 28 --- .../docs/examples/40_8calculation_integer.md | 34 --- .../40_8calculation_multi_variable.md | 28 --- .../40_8calculation_multi_variable_parent.md | 25 --- .../40_8calculation_multi_variable_parent2.md | 27 --- tests/docs/examples/41_0choice_leader.md | 33 --- tests/docs/examples/44_0leadership_hidden.md | 23 -- .../examples/44_0leadership_leader_hidden.md | 24 --- .../44_1leadership_append_hidden_follower.md | 34 --- .../44_4disabled_calcultion_follower.md | 36 ---- .../docs/examples/44_4leadership_mandatory.md | 29 --- .../44_4leadership_mandatory_follower.md | 29 --- ...4_5leadership_leader_hidden_calculation.md | 35 --- ...eadership_follower_disabled_calculation.md | 35 --- ...4_9calculated_default_leadership_leader.md | 37 ---- tests/docs/examples/60_0family_dynamic.md | 43 ---- tests/docs/examples/60_0family_dynamic_1_0.md | 35 --- .../examples/60_0family_dynamic_1_0_empty.md | 36 ---- .../examples/60_0family_dynamic_1_0_type.md | 44 ---- .../60_0family_dynamic_1_0_type_empty.md | 45 ---- tests/docs/examples/60_0family_dynamic_1_1.md | 42 ---- .../examples/60_0family_dynamic_1_1_empty.md | 46 ---- .../docs/examples/60_0family_dynamic_empty.md | 39 ---- .../60_0family_dynamic_jinja_number.md | 38 ---- .../60_0family_dynamic_jinja_number_empty.md | 45 ---- .../60_0family_dynamic_no_description.md | 43 ---- ...60_0family_dynamic_no_description_empty.md | 47 ---- .../examples/60_0family_dynamic_static.md | 36 ---- .../docs/examples/60_0family_dynamic_test.md | 50 ----- .../60_0family_dynamic_variable_empty.md | 34 --- .../60_0family_dynamic_variable_suffix.md | 31 --- ...0_0family_dynamic_variable_suffix_empty.md | 43 ---- tests/docs/examples/60_0family_empty.md | 12 -- tests/docs/examples/60_0family_hidden.md | 23 -- tests/docs/examples/60_0family_mode.md | 23 -- .../docs/examples/60_1family_dynamic_jinja.md | 35 --- ...60_2family_dynamic_jinja_fill_sub_group.md | 53 ----- ..._2family_dynamic_jinja_fill_sub_group_2.md | 45 ---- ...ly_dynamic_jinja_fill_sub_group_2_empty.md | 52 ----- ...mily_dynamic_jinja_fill_sub_group_empty.md | 60 ------ .../60_2family_dynamic_outside_calc.md | 38 ---- .../60_2family_dynamic_outside_calc_empty.md | 45 ---- .../docs/examples/60_5family_dynamic_calc2.md | 50 ----- .../60_5family_dynamic_calc2_empty.md | 54 ----- .../60_5family_dynamic_calc_suffix.md | 52 ----- .../60_5family_dynamic_calc_suffix2.md | 34 --- .../60_5family_dynamic_calc_suffix2_empty.md | 38 ---- ...60_5family_dynamic_calc_suffix_disabled.md | 39 ---- .../60_5family_dynamic_calc_suffix_empty.md | 55 ----- .../60_5family_dynamic_calc_suffix_param.md | 39 ---- ...5family_dynamic_calc_suffix_param_empty.md | 43 ---- .../60_5family_dynamic_calc_variable.md | 49 ----- .../60_5family_dynamic_calc_variable_empty.md | 52 ----- .../60_5family_dynamic_hidden_suffix.md | 46 ---- ...60_5family_dynamic_unknown_suffix_empty.md | 80 ------- .../60_5family_dynamic_variable_outside.md | 43 ---- .../60_5family_dynamic_variable_outside2.md | 47 ---- ...5family_dynamic_variable_outside2_empty.md | 51 ----- ..._5family_dynamic_variable_outside_empty.md | 49 ----- ..._5family_dynamic_variable_outside_jinja.md | 49 ----- ...ly_dynamic_variable_outside_jinja_empty.md | 56 ----- ...namic_variable_outside_sub_suffix_empty.md | 62 ------ ...5family_dynamic_variable_outside_suffix.md | 39 ---- ...y_dynamic_variable_outside_suffix_empty.md | 49 ----- .../examples/60_6family_dynamic_inside.md | 53 ----- .../60_6family_dynamic_inside_empty.md | 58 ----- .../examples/60_6family_dynamic_leadership.md | 48 ----- .../60_6family_dynamic_leadership_empty.md | 54 ----- .../60_6family_dynamic_sub_dynamic.md | 92 -------- .../60_6family_dynamic_sub_dynamic_1_0.md | 95 -------- .../60_6family_dynamic_sub_dynamic_empty.md | 86 -------- tests/docs/examples/60_9extra_dynamic.md | 41 ---- .../docs/examples/60_9extra_dynamic_extra.md | 52 ----- .../examples/60_9family_dynamic_calc_both.md | 38 ---- .../examples/68_0family_leadership_mode.md | 33 --- tests/docs/no_namespace/00_0empty.adoc | 0 tests/docs/no_namespace/00_0empty.json | 1 - tests/docs/no_namespace/00_0empty.md | 4 - tests/docs/no_namespace/00_0empty.sh | 0 .../no_namespace/00_0version_underscore.adoc | 20 -- .../no_namespace/00_0version_underscore.json | 1 - .../no_namespace/00_0version_underscore.sh | 18 -- .../docs/no_namespace/00_1empty_variable.adoc | 20 -- .../docs/no_namespace/00_1empty_variable.json | 1 - tests/docs/no_namespace/00_1empty_variable.md | 17 -- tests/docs/no_namespace/00_1empty_variable.sh | 18 -- .../no_namespace/00_2default_calculated.adoc | 34 --- .../no_namespace/00_2default_calculated.json | 1 - .../no_namespace/00_2default_calculated.md | 25 --- .../no_namespace/00_2default_calculated.sh | 32 --- .../00_2default_calculated_multi.adoc | 43 ---- .../00_2default_calculated_multi.json | 1 - .../00_2default_calculated_multi.md | 30 --- .../00_2default_calculated_multi.sh | 39 ---- ...efault_calculated_variable_transitive.adoc | 40 ---- ...efault_calculated_variable_transitive.json | 1 - ...2default_calculated_variable_transitive.md | 30 --- ...2default_calculated_variable_transitive.sh | 39 ---- .../docs/no_namespace/00_4load_subfolder.adoc | 35 --- .../docs/no_namespace/00_4load_subfolder.json | 1 - tests/docs/no_namespace/00_4load_subfolder.md | 27 --- tests/docs/no_namespace/00_4load_subfolder.sh | 30 --- tests/docs/no_namespace/00_5load_notype.adoc | 23 -- tests/docs/no_namespace/00_5load_notype.json | 1 - tests/docs/no_namespace/00_5load_notype.sh | 22 -- tests/docs/no_namespace/00_6boolean.adoc | 66 ------ tests/docs/no_namespace/00_6boolean.json | 1 - tests/docs/no_namespace/00_6boolean.sh | 60 ------ .../00_6boolean_no_mandatory.adoc | 24 --- .../00_6boolean_no_mandatory.json | 1 - .../no_namespace/00_6boolean_no_mandatory.md | 20 -- .../no_namespace/00_6boolean_no_mandatory.sh | 23 -- tests/docs/no_namespace/00_6choice.adoc | 115 ---------- tests/docs/no_namespace/00_6choice.json | 1 - tests/docs/no_namespace/00_6choice.md | 61 ------ tests/docs/no_namespace/00_6choice.sh | 84 -------- .../no_namespace/00_6choice_calculation.adoc | 31 --- .../no_namespace/00_6choice_calculation.json | 1 - .../no_namespace/00_6choice_calculation.md | 26 --- .../no_namespace/00_6choice_calculation.sh | 31 --- .../no_namespace/00_6choice_variable.adoc | 40 ---- .../no_namespace/00_6choice_variable.json | 1 - .../docs/no_namespace/00_6choice_variable.md | 26 --- .../docs/no_namespace/00_6choice_variable.sh | 35 --- tests/docs/no_namespace/00_6custom.adoc | 32 --- tests/docs/no_namespace/00_6custom.json | 1 - tests/docs/no_namespace/00_6custom.md | 24 --- tests/docs/no_namespace/00_6custom.sh | 29 --- tests/docs/no_namespace/00_6domainname.adoc | 24 --- tests/docs/no_namespace/00_6domainname.json | 1 - tests/docs/no_namespace/00_6domainname.md | 20 -- tests/docs/no_namespace/00_6domainname.sh | 23 -- .../no_namespace/00_6domainname_params.adoc | 27 --- .../no_namespace/00_6domainname_params.json | 1 - .../no_namespace/00_6domainname_params.md | 22 -- .../no_namespace/00_6domainname_params.sh | 27 --- tests/docs/no_namespace/00_6float.adoc | 66 ------ tests/docs/no_namespace/00_6float.json | 1 - tests/docs/no_namespace/00_6float.sh | 60 ------ tests/docs/no_namespace/00_6number.json | 1 - tests/docs/no_namespace/00_6number.md | 37 ---- tests/docs/no_namespace/00_6number.sh | 60 ------ tests/docs/no_namespace/00_6regexp.adoc | 32 --- tests/docs/no_namespace/00_6regexp.json | 1 - tests/docs/no_namespace/00_6regexp.md | 23 -- tests/docs/no_namespace/00_6regexp.sh | 34 --- tests/docs/no_namespace/00_6string.adoc | 62 ------ tests/docs/no_namespace/00_6string.json | 1 - tests/docs/no_namespace/00_6string.md | 36 ---- tests/docs/no_namespace/00_6string.sh | 53 ----- tests/docs/no_namespace/00_7choice_quote.adoc | 32 --- tests/docs/no_namespace/00_7choice_quote.json | 1 - tests/docs/no_namespace/00_7choice_quote.md | 24 --- tests/docs/no_namespace/00_7choice_quote.sh | 31 --- tests/docs/no_namespace/00_7help_quote.adoc | 32 --- tests/docs/no_namespace/00_7help_quote.json | 1 - tests/docs/no_namespace/00_7help_quote.md | 23 -- tests/docs/no_namespace/00_7help_quote.sh | 30 --- .../no_namespace/00_7value_doublequote.adoc | 23 -- .../no_namespace/00_7value_doublequote.json | 1 - .../no_namespace/00_7value_doublequote.sh | 22 -- .../no_namespace/00_7value_doublequote2.adoc | 23 -- .../no_namespace/00_7value_doublequote2.json | 1 - .../no_namespace/00_7value_doublequote2.md | 19 -- .../no_namespace/00_7value_doublequote2.sh | 22 -- .../no_namespace/00_7value_doublequote3.adoc | 24 --- .../no_namespace/00_7value_doublequote3.json | 1 - .../no_namespace/00_7value_doublequote3.md | 20 -- .../no_namespace/00_7value_doublequote3.sh | 23 -- tests/docs/no_namespace/00_7value_quote.adoc | 23 -- tests/docs/no_namespace/00_7value_quote.json | 1 - tests/docs/no_namespace/00_7value_quote.md | 19 -- tests/docs/no_namespace/00_7value_quote.sh | 22 -- .../00_8calculation_information.adoc | 30 --- .../00_8calculation_information.json | 1 - .../00_8calculation_information.md | 26 --- .../00_8calculation_information.sh | 29 --- tests/docs/no_namespace/00_8test.adoc | 100 --------- tests/docs/no_namespace/00_8test.json | 1 - tests/docs/no_namespace/00_8test.md | 59 ----- tests/docs/no_namespace/00_8test.sh | 84 -------- .../00_9choice_variable_multi.adoc | 47 ---- .../00_9choice_variable_multi.json | 1 - .../no_namespace/00_9choice_variable_multi.md | 32 --- .../no_namespace/00_9choice_variable_multi.sh | 42 ---- .../no_namespace/00_9choice_variables.adoc | 46 ---- .../no_namespace/00_9choice_variables.json | 1 - .../docs/no_namespace/00_9choice_variables.md | 27 --- .../docs/no_namespace/00_9choice_variables.sh | 42 ---- .../no_namespace/00_9default_calculation.adoc | 32 --- .../no_namespace/00_9default_calculation.json | 1 - .../no_namespace/00_9default_calculation.md | 28 --- .../no_namespace/00_9default_calculation.sh | 31 --- .../00_9default_calculation_information.adoc | 30 --- .../00_9default_calculation_information.json | 1 - .../00_9default_calculation_information.md | 26 --- .../00_9default_calculation_information.sh | 29 --- ...alculation_information_other_variable.adoc | 36 ---- ...alculation_information_other_variable.json | 1 - ..._calculation_information_other_variable.md | 28 --- ..._calculation_information_other_variable.sh | 33 --- ...0_9default_calculation_multi_optional.adoc | 35 --- ...0_9default_calculation_multi_optional.json | 1 - .../00_9default_calculation_multi_optional.md | 26 --- .../00_9default_calculation_multi_optional.sh | 33 --- ..._9default_calculation_multi_optional2.adoc | 35 --- ..._9default_calculation_multi_optional2.json | 1 - ...00_9default_calculation_multi_optional2.md | 26 --- ...00_9default_calculation_multi_optional2.sh | 33 --- .../00_9default_calculation_optional.adoc | 24 --- .../00_9default_calculation_optional.json | 1 - .../00_9default_calculation_optional.md | 21 -- .../00_9default_calculation_optional.sh | 22 -- ..._9default_calculation_optional_exists.adoc | 39 ---- ..._9default_calculation_optional_exists.json | 1 - ...00_9default_calculation_optional_exists.md | 27 --- ...00_9default_calculation_optional_exists.sh | 35 --- ...0_9default_calculation_param_optional.adoc | 44 ---- ...0_9default_calculation_param_optional.json | 1 - .../00_9default_calculation_param_optional.md | 35 --- .../00_9default_calculation_param_optional.sh | 42 ---- ...0_9default_information_other_variable.adoc | 32 --- ...0_9default_information_other_variable.json | 1 - .../00_9default_information_other_variable.md | 24 --- .../00_9default_information_other_variable.sh | 29 --- .../no_namespace/00_9default_integer.adoc | 31 --- .../no_namespace/00_9default_integer.json | 1 - .../docs/no_namespace/00_9default_integer.sh | 31 --- .../docs/no_namespace/01_6boolean_multi.adoc | 96 --------- .../docs/no_namespace/01_6boolean_multi.json | 1 - tests/docs/no_namespace/01_6boolean_multi.sh | 88 -------- tests/docs/no_namespace/01_6custom_multi.adoc | 34 --- tests/docs/no_namespace/01_6custom_multi.json | 1 - tests/docs/no_namespace/01_6custom_multi.md | 26 --- tests/docs/no_namespace/01_6custom_multi.sh | 31 --- tests/docs/no_namespace/01_6float_multi.adoc | 96 --------- tests/docs/no_namespace/01_6float_multi.json | 1 - tests/docs/no_namespace/01_6float_multi.md | 57 ----- tests/docs/no_namespace/01_6float_multi.sh | 88 -------- tests/docs/no_namespace/01_6number_multi.adoc | 96 --------- tests/docs/no_namespace/01_6number_multi.json | 1 - tests/docs/no_namespace/01_6number_multi.md | 57 ----- tests/docs/no_namespace/01_6number_multi.sh | 88 -------- tests/docs/no_namespace/01_6string_empty.adoc | 29 --- tests/docs/no_namespace/01_6string_empty.json | 1 - tests/docs/no_namespace/01_6string_empty.md | 22 -- tests/docs/no_namespace/01_6string_empty.sh | 29 --- tests/docs/no_namespace/01_6string_multi.adoc | 89 -------- tests/docs/no_namespace/01_6string_multi.json | 1 - tests/docs/no_namespace/01_6string_multi.md | 53 ----- tests/docs/no_namespace/01_6string_multi.sh | 78 ------- .../01_7value_multi_doublequote.adoc | 24 --- .../01_7value_multi_doublequote.json | 1 - .../01_7value_multi_doublequote.md | 20 -- .../01_7value_multi_doublequote.sh | 23 -- .../01_7value_multi_doublequote2.adoc | 24 --- .../01_7value_multi_doublequote2.json | 1 - .../01_7value_multi_doublequote2.md | 20 -- .../01_7value_multi_doublequote2.sh | 23 -- .../no_namespace/01_7value_multi_quote.adoc | 24 --- .../no_namespace/01_7value_multi_quote.json | 1 - .../no_namespace/01_7value_multi_quote.md | 20 -- .../no_namespace/01_7value_multi_quote.sh | 23 -- .../01_8calculation_information_multi.adoc | 31 --- .../01_8calculation_information_multi.json | 1 - .../01_8calculation_information_multi.md | 27 --- .../01_8calculation_information_multi.sh | 30 --- .../01_9choice_variable_multi.adoc | 38 ---- .../01_9choice_variable_multi.json | 1 - .../no_namespace/01_9choice_variable_multi.md | 25 --- .../no_namespace/01_9choice_variable_multi.sh | 34 --- tests/docs/no_namespace/04_0type_param.adoc | 31 --- tests/docs/no_namespace/04_0type_param.json | 1 - tests/docs/no_namespace/04_0type_param.md | 22 -- tests/docs/no_namespace/04_0type_param.sh | 28 --- tests/docs/no_namespace/04_1auto_save.adoc | 24 --- tests/docs/no_namespace/04_1auto_save.json | 1 - tests/docs/no_namespace/04_1auto_save.md | 20 -- tests/docs/no_namespace/04_1auto_save.sh | 23 -- .../04_1auto_save_and_calculated.adoc | 32 --- .../04_1auto_save_and_calculated.json | 1 - .../04_1auto_save_and_calculated.md | 23 -- .../04_1auto_save_and_calculated.sh | 30 --- .../04_1auto_save_and_calculated_hidden.adoc | 40 ---- .../04_1auto_save_and_calculated_hidden.json | 1 - .../04_1auto_save_and_calculated_hidden.md | 30 --- .../04_1auto_save_and_calculated_hidden.sh | 39 ---- .../04_1auto_save_and_hidden.adoc | 13 -- .../04_1auto_save_and_hidden.json | 1 - .../no_namespace/04_1auto_save_and_hidden.md | 16 -- .../no_namespace/04_1auto_save_and_hidden.sh | 12 -- .../04_1default_calculation_hidden.adoc | 50 ----- .../04_1default_calculation_hidden.json | 1 - .../04_1default_calculation_hidden.md | 36 ---- .../04_1default_calculation_hidden.sh | 47 ---- .../04_1default_calculation_hidden_2.adoc | 50 ----- .../04_1default_calculation_hidden_2.json | 1 - .../04_1default_calculation_hidden_2.md | 36 ---- .../04_1default_calculation_hidden_2.sh | 47 ---- .../04_5disabled_calculation_optional.adoc | 63 ------ .../04_5disabled_calculation_optional.json | 1 - .../04_5disabled_calculation_optional.md | 49 ----- .../04_5disabled_calculation_optional.sh | 60 ------ .../04_5disabled_calculation_variable.adoc | 31 --- .../04_5disabled_calculation_variable.json | 1 - .../04_5disabled_calculation_variable.md | 22 -- .../04_5disabled_calculation_variable.sh | 29 --- .../04_5disabled_calculation_variable2.adoc | 31 --- .../04_5disabled_calculation_variable2.json | 1 - .../04_5disabled_calculation_variable2.md | 22 -- .../04_5disabled_calculation_variable2.sh | 29 --- .../04_5disabled_calculation_variable3.adoc | 32 --- .../04_5disabled_calculation_variable3.json | 1 - .../04_5disabled_calculation_variable3.md | 23 -- .../04_5disabled_calculation_variable3.sh | 30 --- .../04_5disabled_calculation_variable4.adoc | 32 --- .../04_5disabled_calculation_variable4.json | 1 - .../04_5disabled_calculation_variable4.md | 23 -- .../04_5disabled_calculation_variable4.sh | 30 --- tests/docs/no_namespace/04_5validators.adoc | 29 --- tests/docs/no_namespace/04_5validators.json | 1 - tests/docs/no_namespace/04_5validators.md | 25 --- tests/docs/no_namespace/04_5validators.sh | 28 --- .../no_namespace/04_5validators_differ.adoc | 41 ---- .../no_namespace/04_5validators_differ.json | 1 - .../no_namespace/04_5validators_differ.md | 30 --- .../no_namespace/04_5validators_differ.sh | 41 ---- .../no_namespace/04_5validators_multi.adoc | 36 ---- .../no_namespace/04_5validators_multi.json | 1 - .../docs/no_namespace/04_5validators_multi.md | 28 --- .../docs/no_namespace/04_5validators_multi.sh | 37 ---- .../no_namespace/04_5validators_multi2.adoc | 48 ----- .../no_namespace/04_5validators_multi2.json | 1 - .../no_namespace/04_5validators_multi2.md | 35 --- .../no_namespace/04_5validators_multi2.sh | 46 ---- .../docs/no_namespace/05_0multi_not_uniq.adoc | 25 --- .../docs/no_namespace/05_0multi_not_uniq.json | 1 - tests/docs/no_namespace/05_0multi_not_uniq.md | 21 -- tests/docs/no_namespace/05_0multi_not_uniq.sh | 24 --- tests/docs/no_namespace/05_0multi_uniq.adoc | 25 --- tests/docs/no_namespace/05_0multi_uniq.json | 1 - tests/docs/no_namespace/05_0multi_uniq.md | 21 -- tests/docs/no_namespace/05_0multi_uniq.sh | 24 --- .../no_namespace/12_1auto_save_expert.adoc | 25 --- .../no_namespace/12_1auto_save_expert.json | 1 - .../docs/no_namespace/12_1auto_save_expert.md | 21 -- .../docs/no_namespace/12_1auto_save_expert.sh | 24 --- .../16_0redefine_description.adoc | 31 --- .../16_0redefine_description.json | 1 - .../no_namespace/16_0redefine_description.md | 27 --- .../no_namespace/16_0redefine_description.sh | 28 --- .../16_2family_redefine_calculation.adoc | 40 ---- .../16_2family_redefine_calculation.json | 1 - .../16_2family_redefine_calculation.md | 35 --- .../16_2family_redefine_calculation.sh | 37 ---- .../16_2family_redefine_disabled.adoc | 19 -- .../16_2family_redefine_disabled.json | 1 - .../16_2family_redefine_disabled.md | 21 -- .../16_2family_redefine_disabled.sh | 17 -- .../no_namespace/16_5exists_nonexists.adoc | 38 ---- .../no_namespace/16_5exists_nonexists.json | 1 - .../docs/no_namespace/16_5exists_nonexists.md | 28 --- .../docs/no_namespace/16_5exists_nonexists.sh | 35 --- .../no_namespace/16_5exists_redefine.adoc | 28 --- .../no_namespace/16_5exists_redefine.json | 1 - .../docs/no_namespace/16_5exists_redefine.md | 30 --- .../docs/no_namespace/16_5exists_redefine.sh | 26 --- .../16_5redefine_calculation.adoc | 37 ---- .../16_5redefine_calculation.json | 1 - .../no_namespace/16_5redefine_calculation.md | 32 --- .../no_namespace/16_5redefine_calculation.sh | 35 --- .../no_namespace/16_5redefine_choice.adoc | 41 ---- .../no_namespace/16_5redefine_choice.json | 1 - .../docs/no_namespace/16_5redefine_choice.md | 33 --- .../docs/no_namespace/16_5redefine_choice.sh | 39 ---- .../no_namespace/16_5redefine_default.adoc | 33 --- .../no_namespace/16_5redefine_default.json | 1 - .../docs/no_namespace/16_5redefine_default.md | 28 --- .../docs/no_namespace/16_5redefine_default.sh | 31 --- .../16_5redefine_default_calculation.adoc | 33 --- .../16_5redefine_default_calculation.json | 1 - .../16_5redefine_default_calculation.md | 29 --- .../16_5redefine_default_calculation.sh | 30 --- .../no_namespace/16_5redefine_family.adoc | 35 --- .../no_namespace/16_5redefine_family.json | 1 - .../docs/no_namespace/16_5redefine_family.md | 31 --- .../docs/no_namespace/16_5redefine_family.sh | 33 --- .../docs/no_namespace/16_5redefine_help.adoc | 45 ---- .../docs/no_namespace/16_5redefine_help.json | 1 - tests/docs/no_namespace/16_5redefine_help.md | 40 ---- tests/docs/no_namespace/16_5redefine_help.sh | 44 ---- .../no_namespace/16_5redefine_hidden.adoc | 19 -- .../no_namespace/16_5redefine_hidden.json | 1 - .../docs/no_namespace/16_5redefine_hidden.md | 21 -- .../docs/no_namespace/16_5redefine_hidden.sh | 17 -- .../docs/no_namespace/16_5redefine_multi.adoc | 35 --- .../docs/no_namespace/16_5redefine_multi.json | 1 - tests/docs/no_namespace/16_5redefine_multi.md | 30 --- tests/docs/no_namespace/16_5redefine_multi.sh | 33 --- ..._5redefine_remove_disable_calculation.adoc | 45 ---- ..._5redefine_remove_disable_calculation.json | 1 - ...16_5redefine_remove_disable_calculation.md | 36 ---- ...16_5redefine_remove_disable_calculation.sh | 41 ---- .../docs/no_namespace/16_5test_redefine.adoc | 61 ------ .../docs/no_namespace/16_5test_redefine.json | 1 - tests/docs/no_namespace/16_5test_redefine.md | 45 ---- tests/docs/no_namespace/16_5test_redefine.sh | 58 ----- .../no_namespace/16_6choice_redefine.adoc | 43 ---- .../no_namespace/16_6choice_redefine.json | 1 - .../docs/no_namespace/16_6choice_redefine.md | 35 --- .../docs/no_namespace/16_6choice_redefine.sh | 41 ---- tests/docs/no_namespace/16exists_exists.adoc | 31 --- tests/docs/no_namespace/16exists_exists.json | 1 - tests/docs/no_namespace/16exists_exists.md | 27 --- tests/docs/no_namespace/16exists_exists.sh | 28 --- .../no_namespace/17_5redefine_leadership.adoc | 26 --- .../no_namespace/17_5redefine_leadership.json | 1 - .../no_namespace/17_5redefine_leadership.md | 28 --- .../no_namespace/17_5redefine_leadership.sh | 24 --- tests/docs/no_namespace/20_0empty_family.adoc | 9 - tests/docs/no_namespace/20_0empty_family.json | 1 - tests/docs/no_namespace/20_0empty_family.md | 12 -- tests/docs/no_namespace/20_0empty_family.sh | 8 - .../docs/no_namespace/20_0family_append.adoc | 42 ---- .../docs/no_namespace/20_0family_append.json | 1 - tests/docs/no_namespace/20_0family_append.md | 34 --- tests/docs/no_namespace/20_0family_append.sh | 38 ---- .../no_namespace/20_0family_underscore.adoc | 43 ---- .../no_namespace/20_0family_underscore.json | 1 - .../no_namespace/20_0family_underscore.md | 46 ---- .../no_namespace/20_0family_underscore.sh | 42 ---- tests/docs/no_namespace/20_0multi_family.adoc | 32 --- tests/docs/no_namespace/20_0multi_family.json | 1 - tests/docs/no_namespace/20_0multi_family.md | 29 --- tests/docs/no_namespace/20_0multi_family.sh | 31 --- .../no_namespace/20_0multi_family_basic.adoc | 30 --- .../no_namespace/20_0multi_family_basic.json | 1 - .../no_namespace/20_0multi_family_basic.md | 27 --- .../no_namespace/20_0multi_family_basic.sh | 29 --- .../no_namespace/20_0multi_family_expert.adoc | 34 --- .../no_namespace/20_0multi_family_expert.json | 1 - .../no_namespace/20_0multi_family_expert.md | 31 --- .../no_namespace/20_0multi_family_expert.sh | 33 --- .../no_namespace/20_0multi_family_order.adoc | 63 ------ .../no_namespace/20_0multi_family_order.json | 1 - .../no_namespace/20_0multi_family_order.md | 42 ---- .../no_namespace/20_0multi_family_order.sh | 56 ----- .../20_0validators_differ_redefine.adoc | 62 ------ .../20_0validators_differ_redefine.json | 1 - .../20_0validators_differ_redefine.md | 45 ---- .../20_0validators_differ_redefine.sh | 60 ------ .../no_namespace/20_1empty_subfamily.adoc | 10 - .../no_namespace/20_1empty_subfamily.json | 1 - .../docs/no_namespace/20_1empty_subfamily.md | 13 -- .../docs/no_namespace/20_1empty_subfamily.sh | 9 - .../20_9default_information_parent.adoc | 37 ---- .../20_9default_information_parent.json | 1 - .../20_9default_information_parent.md | 29 --- .../20_9default_information_parent.sh | 35 --- ...4_0family_hidden_condition_sub_family.adoc | 52 ----- ...4_0family_hidden_condition_sub_family.json | 1 - .../24_0family_hidden_condition_sub_family.md | 41 ---- .../24_0family_hidden_condition_sub_family.sh | 49 ----- ..._hidden_condition_variable_sub_family.adoc | 50 ----- ..._hidden_condition_variable_sub_family.json | 1 - ...ly_hidden_condition_variable_sub_family.md | 39 ---- ...ly_hidden_condition_variable_sub_family.sh | 47 ---- ...ily_hidden_param_condition_sub_family.adoc | 55 ----- ...ily_hidden_param_condition_sub_family.json | 1 - ...amily_hidden_param_condition_sub_family.md | 44 ---- ...amily_hidden_param_condition_sub_family.sh | 52 ----- .../24_0family_mandatory_condition.adoc | 35 --- .../24_0family_mandatory_condition.json | 1 - .../24_0family_mandatory_condition.md | 26 --- .../24_0family_mandatory_condition.sh | 33 --- ..._0family_mandatory_condition_variable.adoc | 31 --- ..._0family_mandatory_condition_variable.json | 1 - ...24_0family_mandatory_condition_variable.md | 22 -- ...24_0family_mandatory_condition_variable.sh | 29 --- .../24_7validators_variable_optional.adoc | 61 ------ .../24_7validators_variable_optional.json | 1 - .../24_7validators_variable_optional.md | 47 ---- .../24_7validators_variable_optional.sh | 55 ----- .../24_family_disabled_var_hidden.adoc | 17 -- .../24_family_disabled_var_hidden.json | 1 - .../24_family_disabled_var_hidden.md | 20 -- .../24_family_disabled_var_hidden.sh | 16 -- tests/docs/no_namespace/40_0leadership.adoc | 41 ---- tests/docs/no_namespace/40_0leadership.json | 1 - tests/docs/no_namespace/40_0leadership.md | 30 --- tests/docs/no_namespace/40_0leadership.sh | 36 ---- .../40_0leadership_diff_name.adoc | 41 ---- .../40_0leadership_diff_name.json | 1 - .../no_namespace/40_0leadership_diff_name.md | 30 --- .../no_namespace/40_0leadership_diff_name.sh | 36 ---- .../no_namespace/40_0leadership_empty.adoc | 9 - .../no_namespace/40_0leadership_empty.json | 1 - .../docs/no_namespace/40_0leadership_empty.md | 12 -- .../docs/no_namespace/40_0leadership_empty.sh | 8 - ...adership_follower_default_calculation.adoc | 48 ----- ...adership_follower_default_calculation.json | 1 - ...leadership_follower_default_calculation.md | 35 --- ...leadership_follower_default_calculation.sh | 45 ---- ...40_0leadership_follower_default_value.adoc | 39 ---- ...40_0leadership_follower_default_value.json | 1 - .../40_0leadership_follower_default_value.md | 31 --- .../40_0leadership_follower_default_value.sh | 37 ---- .../40_0leadership_leader_not_multi.adoc | 72 ------- .../40_0leadership_leader_not_multi.json | 1 - .../40_0leadership_leader_not_multi.md | 54 ----- .../40_0leadership_leader_not_multi.sh | 67 ------ .../40_1leadership_append_follower.adoc | 60 ------ .../40_1leadership_append_follower.json | 1 - .../40_1leadership_append_follower.md | 44 ---- .../40_1leadership_append_follower.sh | 52 ----- .../40_6leadership_follower_multi.adoc | 50 ----- .../40_6leadership_follower_multi.json | 1 - .../40_6leadership_follower_multi.md | 38 ---- .../40_6leadership_follower_multi.sh | 46 ---- .../no_namespace/40_8calculation_boolean.adoc | 59 ----- .../no_namespace/40_8calculation_boolean.json | 1 - .../no_namespace/40_8calculation_boolean.md | 45 ---- .../no_namespace/40_8calculation_boolean.sh | 56 ----- .../40_8calculation_multi_variable.adoc | 42 ---- .../40_8calculation_multi_variable.json | 1 - .../40_8calculation_multi_variable.md | 25 --- .../40_8calculation_multi_variable.sh | 34 --- ...40_8calculation_multi_variable_parent.adoc | 41 ---- ...40_8calculation_multi_variable_parent.json | 1 - .../40_8calculation_multi_variable_parent.md | 30 --- .../40_8calculation_multi_variable_parent.sh | 40 ---- ...0_8calculation_multi_variable_parent2.adoc | 46 ---- ...0_8calculation_multi_variable_parent2.json | 1 - .../40_8calculation_multi_variable_parent2.md | 35 --- .../40_8calculation_multi_variable_parent2.sh | 46 ---- .../docs/no_namespace/41_0choice_leader.adoc | 49 ----- .../docs/no_namespace/41_0choice_leader.json | 1 - tests/docs/no_namespace/41_0choice_leader.md | 37 ---- tests/docs/no_namespace/41_0choice_leader.sh | 47 ---- .../no_namespace/44_0leadership_hidden.adoc | 20 -- .../no_namespace/44_0leadership_hidden.json | 1 - .../no_namespace/44_0leadership_hidden.md | 23 -- .../no_namespace/44_0leadership_hidden.sh | 19 -- .../44_0leadership_leader_hidden.adoc | 21 -- .../44_0leadership_leader_hidden.json | 1 - .../44_0leadership_leader_hidden.md | 24 --- .../44_0leadership_leader_hidden.sh | 20 -- ...44_1leadership_append_hidden_follower.adoc | 32 --- ...44_1leadership_append_hidden_follower.json | 1 - .../44_1leadership_append_hidden_follower.md | 34 --- .../44_1leadership_append_hidden_follower.sh | 30 --- .../44_4leadership_mandatory.adoc | 40 ---- .../44_4leadership_mandatory.json | 1 - .../no_namespace/44_4leadership_mandatory.md | 33 --- .../no_namespace/44_4leadership_mandatory.sh | 37 ---- .../44_4leadership_mandatory_follower.adoc | 40 ---- .../44_4leadership_mandatory_follower.json | 1 - .../44_4leadership_mandatory_follower.md | 33 --- .../44_4leadership_mandatory_follower.sh | 37 ---- ...5leadership_leader_hidden_calculation.adoc | 59 ----- ...5leadership_leader_hidden_calculation.json | 1 - ...4_5leadership_leader_hidden_calculation.md | 44 ---- ...4_5leadership_leader_hidden_calculation.sh | 54 ----- ...dership_follower_disabled_calculation.adoc | 57 ----- ...dership_follower_disabled_calculation.json | 1 - ...eadership_follower_disabled_calculation.md | 42 ---- ...eadership_follower_disabled_calculation.sh | 54 ----- .../docs/no_namespace/60_0family_dynamic.adoc | 52 ----- .../docs/no_namespace/60_0family_dynamic.json | 1 - tests/docs/no_namespace/60_0family_dynamic.md | 38 ---- tests/docs/no_namespace/60_0family_dynamic.sh | 52 ----- .../no_namespace/60_0family_dynamic_1_1.adoc | 51 ----- .../no_namespace/60_0family_dynamic_1_1.json | 1 - .../no_namespace/60_0family_dynamic_1_1.md | 37 ---- .../no_namespace/60_0family_dynamic_1_1.sh | 51 ----- .../60_0family_dynamic_no_description.adoc | 52 ----- .../60_0family_dynamic_no_description.json | 1 - .../60_0family_dynamic_no_description.md | 38 ---- .../60_0family_dynamic_no_description.sh | 52 ----- .../60_0family_dynamic_static.adoc | 37 ---- .../60_0family_dynamic_static.json | 1 - .../no_namespace/60_0family_dynamic_static.md | 30 --- .../no_namespace/60_0family_dynamic_static.sh | 37 ---- .../no_namespace/60_0family_dynamic_test.adoc | 56 ----- .../no_namespace/60_0family_dynamic_test.json | 1 - .../no_namespace/60_0family_dynamic_test.md | 42 ---- .../no_namespace/60_0family_dynamic_test.sh | 56 ----- .../60_0family_dynamic_variable_empty.adoc | 44 ---- .../60_0family_dynamic_variable_empty.json | 1 - .../60_0family_dynamic_variable_empty.md | 34 --- .../60_0family_dynamic_variable_empty.sh | 42 ---- .../60_0family_dynamic_variable_suffix.adoc | 52 ----- .../60_0family_dynamic_variable_suffix.json | 1 - .../60_0family_dynamic_variable_suffix.md | 36 ---- .../60_0family_dynamic_variable_suffix.sh | 54 ----- tests/docs/no_namespace/60_0family_empty.adoc | 9 - tests/docs/no_namespace/60_0family_empty.json | 1 - tests/docs/no_namespace/60_0family_empty.md | 12 -- tests/docs/no_namespace/60_0family_empty.sh | 8 - .../docs/no_namespace/60_0family_hidden.adoc | 21 -- .../docs/no_namespace/60_0family_hidden.json | 1 - tests/docs/no_namespace/60_0family_hidden.md | 23 -- tests/docs/no_namespace/60_0family_hidden.sh | 19 -- tests/docs/no_namespace/60_0family_mode.adoc | 29 --- tests/docs/no_namespace/60_0family_mode.json | 1 - tests/docs/no_namespace/60_0family_mode.md | 25 --- tests/docs/no_namespace/60_0family_mode.sh | 29 --- .../60_1family_dynamic_jinja.adoc | 55 ----- .../60_1family_dynamic_jinja.json | 1 - .../no_namespace/60_1family_dynamic_jinja.md | 40 ---- .../no_namespace/60_1family_dynamic_jinja.sh | 56 ----- ..._2family_dynamic_jinja_fill_sub_group.adoc | 72 ------- ..._2family_dynamic_jinja_fill_sub_group.json | 1 - ...60_2family_dynamic_jinja_fill_sub_group.md | 51 ----- ...60_2family_dynamic_jinja_fill_sub_group.sh | 71 ------ ...family_dynamic_jinja_fill_sub_group_2.adoc | 77 ------- ...family_dynamic_jinja_fill_sub_group_2.json | 1 - ..._2family_dynamic_jinja_fill_sub_group_2.md | 55 ----- ..._2family_dynamic_jinja_fill_sub_group_2.sh | 77 ------- .../60_2family_dynamic_outside_calc.adoc | 68 ------ .../60_2family_dynamic_outside_calc.json | 1 - .../60_2family_dynamic_outside_calc.md | 46 ---- .../60_2family_dynamic_outside_calc.sh | 68 ------ .../60_5family_dynamic_calc_suffix2.adoc | 54 ----- .../60_5family_dynamic_calc_suffix2.json | 1 - .../60_5family_dynamic_calc_suffix2.md | 39 ---- .../60_5family_dynamic_calc_suffix2.sh | 55 ----- .../60_5family_dynamic_calc_suffix_param.adoc | 59 ----- .../60_5family_dynamic_calc_suffix_param.json | 1 - .../60_5family_dynamic_calc_suffix_param.md | 44 ---- .../60_5family_dynamic_calc_suffix_param.sh | 60 ------ .../60_5family_dynamic_calc_variable.adoc | 68 ------ .../60_5family_dynamic_calc_variable.json | 1 - .../60_5family_dynamic_calc_variable.md | 47 ---- .../60_5family_dynamic_calc_variable.sh | 67 ------ .../60_5family_dynamic_hidden_suffix.adoc | 71 ------ .../60_5family_dynamic_hidden_suffix.json | 1 - .../60_5family_dynamic_hidden_suffix.md | 56 ----- .../60_5family_dynamic_hidden_suffix.sh | 69 ------ ...amily_dynamic_variable_outside_suffix.adoc | 69 ------ ...amily_dynamic_variable_outside_suffix.json | 1 - ...5family_dynamic_variable_outside_suffix.md | 47 ---- ...5family_dynamic_variable_outside_suffix.sh | 69 ------ .../60_6family_dynamic_leadership.adoc | 79 ------- .../60_6family_dynamic_leadership.json | 1 - .../60_6family_dynamic_leadership.md | 55 ----- .../60_6family_dynamic_leadership.sh | 77 ------- .../60_9family_dynamic_calc_both.adoc | 49 ----- .../60_9family_dynamic_calc_both.json | 1 - .../60_9family_dynamic_calc_both.md | 35 --- .../60_9family_dynamic_calc_both.sh | 48 ----- .../68_0family_leadership_mode.adoc | 48 ----- .../68_0family_leadership_mode.json | 1 - .../68_0family_leadership_mode.md | 37 ---- .../68_0family_leadership_mode.sh | 43 ---- .../test/00_6integer.adoc} | 37 +--- tests/results/test/00_6integer.json | 182 ++++++++++++++++ .../test/00_6integer.md} | 40 +--- tests/results/test/00_6integer.sh | 21 ++ tests/results/test/00_6number.adoc | 12 +- tests/results/test/00_6number.json | 12 +- tests/results/test/00_6number.md | 16 +- tests/results/test/00_6number.sh | 12 +- tests/results/test/00_9default_number.adoc | 12 ++ tests/results/test/00_9default_number.json | 36 ++++ .../test/00_9default_number.md} | 22 -- tests/results/test/00_9default_number.sh | 7 + ...mber_multi.adoc => 01_6integer_multi.adoc} | 16 +- ...mber_multi.json => 01_6integer_multi.json} | 16 +- .../test/01_6integer_multi.md} | 62 +----- ..._6number_multi.sh => 01_6integer_multi.sh} | 16 +- tests/results/test/01_6number_multi.md | 11 - tests/results/test/04_0type_param.adoc | 2 +- tests/results/test/04_0type_param.json | 2 +- tests/results/test/04_0type_param.md | 6 +- tests/results/test/04_0type_param.sh | 2 +- .../results/test/04_0type_param_integer.adoc | 16 ++ .../results/test/04_0type_param_integer.json | 39 ++++ .../test/04_0type_param_integer.md} | 19 +- tests/results/test/04_0type_param_integer.sh | 9 + tests/results/test/04_5validators.adoc | 4 +- tests/results/test/04_5validators.json | 4 +- tests/results/test/04_5validators.md | 6 +- tests/results/test/04_5validators.sh | 4 +- tests/results/test/04_5validators_multi3.adoc | 2 +- tests/results/test/04_5validators_multi3.json | 2 +- tests/results/test/04_5validators_multi3.md | 6 +- tests/results/test/04_5validators_multi3.sh | 2 +- .../24_7validators_variable_optional.adoc | 8 +- .../24_7validators_variable_optional.json | 8 +- .../test/24_7validators_variable_optional.md | 8 +- .../test/24_7validators_variable_optional.sh | 8 +- ..._01_6number_multi => warnings_00_6integer} | 0 tests/results/test/warnings_00_6number | 2 +- .../results/test/warnings_00_9default_number | 1 + .../warnings_01_6integer_multi} | 0 .../warnings_04_0type_param_integer} | 0 tests/results/test_examples/00_6integer.md | 11 + .../test_examples/00_9default_number.md | 6 + ..._6number_multi.md => 01_6integer_multi.md} | 0 .../test_examples/04_0type_param_integer.md | 6 + .../warnings_00_6integer} | 0 .../results/test_examples/warnings_00_6number | 2 +- .../test_examples/warnings_00_9default_number | 1 + .../warnings_01_6integer_multi} | 0 .../warnings_04_0type_param_integer} | 0 tests/results/test_namespace/00_6integer.adoc | 43 ++++ tests/results/test_namespace/00_6integer.json | 202 ++++++++++++++++++ .../test_namespace/00_6integer.md} | 44 +--- tests/results/test_namespace/00_6integer.sh | 26 +++ tests/results/test_namespace/00_6number.adoc | 12 +- tests/results/test_namespace/00_6number.json | 12 +- tests/results/test_namespace/00_6number.md | 16 +- tests/results/test_namespace/00_6number.sh | 12 +- .../test_namespace/00_9default_number.adoc | 14 ++ .../test_namespace/00_9default_number.json | 56 +++++ .../test_namespace/00_9default_number.md} | 17 +- .../test_namespace/00_9default_number.sh | 12 ++ ...mber_multi.adoc => 01_6integer_multi.adoc} | 16 +- ...mber_multi.json => 01_6integer_multi.json} | 16 +- ..._6number_multi.md => 01_6integer_multi.md} | 20 +- ..._6number_multi.sh => 01_6integer_multi.sh} | 16 +- .../test_namespace/04_0type_param.adoc | 2 +- .../test_namespace/04_0type_param.json | 2 +- .../results/test_namespace/04_0type_param.md | 6 +- .../results/test_namespace/04_0type_param.sh | 2 +- .../04_0type_param_integer.adoc | 18 ++ .../04_0type_param_integer.json | 59 +++++ .../test_namespace/04_0type_param_integer.md} | 21 +- .../test_namespace/04_0type_param_integer.sh | 14 ++ .../test_namespace/04_5validators.adoc | 4 +- .../test_namespace/04_5validators.json | 4 +- .../results/test_namespace/04_5validators.md | 6 +- .../results/test_namespace/04_5validators.sh | 4 +- .../test_namespace/04_5validators_multi3.adoc | 2 +- .../test_namespace/04_5validators_multi3.json | 2 +- .../test_namespace/04_5validators_multi3.md | 6 +- .../test_namespace/04_5validators_multi3.sh | 2 +- .../24_7validators_variable_optional.adoc | 8 +- .../24_7validators_variable_optional.json | 8 +- .../24_7validators_variable_optional.md | 8 +- .../24_7validators_variable_optional.sh | 8 +- .../40_2leadership_calculation_index.adoc | 2 +- .../40_2leadership_calculation_index.json | 2 +- .../40_2leadership_calculation_index.md | 2 +- .../40_2leadership_calculation_index.sh | 2 +- ...0_2leadership_calculation_param_index.adoc | 2 +- ...0_2leadership_calculation_param_index.json | 2 +- .../40_2leadership_calculation_param_index.md | 2 +- .../40_2leadership_calculation_param_index.sh | 2 +- .../40_8calculation_integer.adoc | 4 +- .../40_8calculation_integer.json | 4 +- .../test_namespace/40_8calculation_integer.md | 4 +- .../test_namespace/40_8calculation_integer.sh | 4 +- ..._0family_dynamic_jinja_integer_empty.adoc} | 2 +- ..._0family_dynamic_jinja_integer_empty.json} | 2 +- ...60_0family_dynamic_jinja_integer_empty.md} | 18 +- ...60_0family_dynamic_jinja_integer_empty.sh} | 2 +- .../60_0family_dynamic_jinja_number.adoc | 2 +- .../60_0family_dynamic_jinja_number.json | 2 +- .../60_0family_dynamic_jinja_number.md | 18 +- .../60_0family_dynamic_jinja_number.sh | 2 +- .../test_namespace/warnings_00_6integer | 1 + .../test_namespace/warnings_00_6number | 2 +- .../warnings_00_9default_number | 1 + .../test_namespace/warnings_01_6integer_multi | 1 + .../warnings_04_0type_param_integer | 1 + ...ngs_60_0family_dynamic_jinja_integer_empty | 1 + .../test_namespace_examples/00_6integer.md | 12 ++ .../00_9default_number.md | 7 + ..._6number_multi.md => 01_6integer_multi.md} | 0 .../04_0type_param_integer.md | 7 + ...60_0family_dynamic_jinja_integer_empty.md} | 0 .../warnings_00_6integer | 1 + .../warnings_00_6number | 2 +- .../warnings_00_9default_number | 1 + .../warnings_01_6integer_multi | 1 + .../warnings_04_0type_param_integer | 1 + ...ngs_60_0family_dynamic_jinja_integer_empty | 1 + 913 files changed, 1208 insertions(+), 24518 deletions(-) delete mode 100644 tests/docs/examples/00_0empty.md delete mode 100644 tests/docs/examples/00_0version_underscore.md delete mode 100644 tests/docs/examples/00_1empty_variable.md delete mode 100644 tests/docs/examples/00_2default_calculated.md delete mode 100644 tests/docs/examples/00_2default_calculated_multi.md delete mode 100644 tests/docs/examples/00_2default_calculated_variable_transitive.md delete mode 100644 tests/docs/examples/00_4load_subfolder.md delete mode 100644 tests/docs/examples/00_5load_notype.md delete mode 100644 tests/docs/examples/00_6boolean.md delete mode 100644 tests/docs/examples/00_6boolean_no_mandatory.md delete mode 100644 tests/docs/examples/00_6choice.md delete mode 100644 tests/docs/examples/00_6choice_calculation.md delete mode 100644 tests/docs/examples/00_6choice_variable.md delete mode 100644 tests/docs/examples/00_6custom.md delete mode 100644 tests/docs/examples/00_6domainname.md delete mode 100644 tests/docs/examples/00_6domainname_params.md delete mode 100644 tests/docs/examples/00_6float.md delete mode 100644 tests/docs/examples/00_6number.md delete mode 100644 tests/docs/examples/00_6regexp.md delete mode 100644 tests/docs/examples/00_6string.md delete mode 100644 tests/docs/examples/00_7choice_quote.md delete mode 100644 tests/docs/examples/00_7help_quote.md delete mode 100644 tests/docs/examples/00_7value_doublequote.md delete mode 100644 tests/docs/examples/00_7value_doublequote2.md delete mode 100644 tests/docs/examples/00_7value_doublequote3.md delete mode 100644 tests/docs/examples/00_7value_quote.md delete mode 100644 tests/docs/examples/00_8calculation_information.md delete mode 100644 tests/docs/examples/00_8test.md delete mode 100644 tests/docs/examples/00_9choice_variable_multi.md delete mode 100644 tests/docs/examples/00_9choice_variables.md delete mode 100644 tests/docs/examples/00_9default_calculation.md delete mode 100644 tests/docs/examples/00_9default_calculation_information.md delete mode 100644 tests/docs/examples/00_9default_calculation_information_other_variable.md delete mode 100644 tests/docs/examples/00_9default_calculation_multi_optional.md delete mode 100644 tests/docs/examples/00_9default_calculation_multi_optional2.md delete mode 100644 tests/docs/examples/00_9default_calculation_optional.md delete mode 100644 tests/docs/examples/00_9default_calculation_optional_exists.md delete mode 100644 tests/docs/examples/00_9default_calculation_param_optional.md delete mode 100644 tests/docs/examples/00_9default_information_other_variable.md delete mode 100644 tests/docs/examples/00_9default_integer.md delete mode 100644 tests/docs/examples/00_9extra.md delete mode 100644 tests/docs/examples/00_9extra_calculation.md delete mode 100644 tests/docs/examples/01_6boolean_multi.md delete mode 100644 tests/docs/examples/01_6custom_multi.md delete mode 100644 tests/docs/examples/01_6float_multi.md delete mode 100644 tests/docs/examples/01_6number_multi.md delete mode 100644 tests/docs/examples/01_6string_empty.md delete mode 100644 tests/docs/examples/01_6string_multi.md delete mode 100644 tests/docs/examples/01_7value_multi_doublequote.md delete mode 100644 tests/docs/examples/01_7value_multi_doublequote2.md delete mode 100644 tests/docs/examples/01_7value_multi_quote.md delete mode 100644 tests/docs/examples/01_8calculation_information_multi.md delete mode 100644 tests/docs/examples/01_9choice_variable_multi.md delete mode 100644 tests/docs/examples/04_0type_param.md delete mode 100644 tests/docs/examples/04_1auto_save.md delete mode 100644 tests/docs/examples/04_1auto_save_and_calculated.md delete mode 100644 tests/docs/examples/04_1auto_save_and_calculated_hidden.md delete mode 100644 tests/docs/examples/04_1auto_save_and_hidden.md delete mode 100644 tests/docs/examples/04_1default_calculation_hidden.md delete mode 100644 tests/docs/examples/04_1default_calculation_hidden_2.md delete mode 100644 tests/docs/examples/04_5disabled_calculation.md delete mode 100644 tests/docs/examples/04_5disabled_calculation_default.md delete mode 100644 tests/docs/examples/04_5disabled_calculation_optional.md delete mode 100644 tests/docs/examples/04_5disabled_calculation_variable.md delete mode 100644 tests/docs/examples/04_5disabled_calculation_variable2.md delete mode 100644 tests/docs/examples/04_5disabled_calculation_variable3.md delete mode 100644 tests/docs/examples/04_5disabled_calculation_variable4.md delete mode 100644 tests/docs/examples/04_5hidden_calculation.md delete mode 100644 tests/docs/examples/04_5hidden_calculation2.md delete mode 100644 tests/docs/examples/04_5hidden_calculation_default_calculation.md delete mode 100644 tests/docs/examples/04_5validators.md delete mode 100644 tests/docs/examples/04_5validators_differ.md delete mode 100644 tests/docs/examples/04_5validators_multi.md delete mode 100644 tests/docs/examples/04_5validators_multi2.md delete mode 100644 tests/docs/examples/05_0multi_not_uniq.md delete mode 100644 tests/docs/examples/05_0multi_uniq.md delete mode 100644 tests/docs/examples/12_1auto_save_expert.md delete mode 100644 tests/docs/examples/16_0redefine_description.md delete mode 100644 tests/docs/examples/16_2family_redefine_calculation.md delete mode 100644 tests/docs/examples/16_2family_redefine_disabled.md delete mode 100644 tests/docs/examples/16_5exists_nonexists.md delete mode 100644 tests/docs/examples/16_5exists_redefine.md delete mode 100644 tests/docs/examples/16_5redefine_calculation.md delete mode 100644 tests/docs/examples/16_5redefine_choice.md delete mode 100644 tests/docs/examples/16_5redefine_default.md delete mode 100644 tests/docs/examples/16_5redefine_default_calculation.md delete mode 100644 tests/docs/examples/16_5redefine_family.md delete mode 100644 tests/docs/examples/16_5redefine_help.md delete mode 100644 tests/docs/examples/16_5redefine_hidden.md delete mode 100644 tests/docs/examples/16_5redefine_multi.md delete mode 100644 tests/docs/examples/16_5redefine_remove_disable_calculation.md delete mode 100644 tests/docs/examples/16_5test_redefine.md delete mode 100644 tests/docs/examples/16_6choice_redefine.md delete mode 100644 tests/docs/examples/16_6exists_redefine_family.md delete mode 100644 tests/docs/examples/16exists_exists.md delete mode 100644 tests/docs/examples/17_5redefine_leadership.md delete mode 100644 tests/docs/examples/20_0empty_family.md delete mode 100644 tests/docs/examples/20_0family_append.md delete mode 100644 tests/docs/examples/20_0family_underscore.md delete mode 100644 tests/docs/examples/20_0multi_family.md delete mode 100644 tests/docs/examples/20_0multi_family_basic.md delete mode 100644 tests/docs/examples/20_0multi_family_expert.md delete mode 100644 tests/docs/examples/20_0multi_family_order.md delete mode 100644 tests/docs/examples/20_0validators_differ_redefine.md delete mode 100644 tests/docs/examples/20_1empty_subfamily.md delete mode 100644 tests/docs/examples/20_9default_information_parent.md delete mode 100644 tests/docs/examples/24_0family_hidden_condition.md delete mode 100644 tests/docs/examples/24_0family_hidden_condition_boolean.md delete mode 100644 tests/docs/examples/24_0family_hidden_condition_sub_family.md delete mode 100644 tests/docs/examples/24_0family_hidden_condition_variable_sub_family.md delete mode 100644 tests/docs/examples/24_0family_hidden_condition_with_variable.md delete mode 100644 tests/docs/examples/24_0family_hidden_param_condition_sub_family.md delete mode 100644 tests/docs/examples/24_0family_mandatory_condition.md delete mode 100644 tests/docs/examples/24_0family_mandatory_condition_variable.md delete mode 100644 tests/docs/examples/24_7validators_variable_optional.md delete mode 100644 tests/docs/examples/24_family_disabled_var_hidden.md delete mode 100644 tests/docs/examples/40_0leadership.md delete mode 100644 tests/docs/examples/40_0leadership_diff_name.md delete mode 100644 tests/docs/examples/40_0leadership_empty.md delete mode 100644 tests/docs/examples/40_0leadership_follower_default_calculation.md delete mode 100644 tests/docs/examples/40_0leadership_follower_default_submulti.md delete mode 100644 tests/docs/examples/40_0leadership_follower_default_submulti_calculation.md delete mode 100644 tests/docs/examples/40_0leadership_follower_default_value.md delete mode 100644 tests/docs/examples/40_0leadership_leader_not_multi.md delete mode 100644 tests/docs/examples/40_1leadership_append_follower.md delete mode 100644 tests/docs/examples/40_2leadership_calculation_index.md delete mode 100644 tests/docs/examples/40_2leadership_calculation_param_index.md delete mode 100644 tests/docs/examples/40_2leadership_leader_calculation.md delete mode 100644 tests/docs/examples/40_6leadership_follower_multi.md delete mode 100644 tests/docs/examples/40_8calculation_boolean.md delete mode 100644 tests/docs/examples/40_8calculation_boolean_return_none.md delete mode 100644 tests/docs/examples/40_8calculation_integer.md delete mode 100644 tests/docs/examples/40_8calculation_multi_variable.md delete mode 100644 tests/docs/examples/40_8calculation_multi_variable_parent.md delete mode 100644 tests/docs/examples/40_8calculation_multi_variable_parent2.md delete mode 100644 tests/docs/examples/41_0choice_leader.md delete mode 100644 tests/docs/examples/44_0leadership_hidden.md delete mode 100644 tests/docs/examples/44_0leadership_leader_hidden.md delete mode 100644 tests/docs/examples/44_1leadership_append_hidden_follower.md delete mode 100644 tests/docs/examples/44_4disabled_calcultion_follower.md delete mode 100644 tests/docs/examples/44_4leadership_mandatory.md delete mode 100644 tests/docs/examples/44_4leadership_mandatory_follower.md delete mode 100644 tests/docs/examples/44_5leadership_leader_hidden_calculation.md delete mode 100644 tests/docs/examples/44_6leadership_follower_disabled_calculation.md delete mode 100644 tests/docs/examples/44_9calculated_default_leadership_leader.md delete mode 100644 tests/docs/examples/60_0family_dynamic.md delete mode 100644 tests/docs/examples/60_0family_dynamic_1_0.md delete mode 100644 tests/docs/examples/60_0family_dynamic_1_0_empty.md delete mode 100644 tests/docs/examples/60_0family_dynamic_1_0_type.md delete mode 100644 tests/docs/examples/60_0family_dynamic_1_0_type_empty.md delete mode 100644 tests/docs/examples/60_0family_dynamic_1_1.md delete mode 100644 tests/docs/examples/60_0family_dynamic_1_1_empty.md delete mode 100644 tests/docs/examples/60_0family_dynamic_empty.md delete mode 100644 tests/docs/examples/60_0family_dynamic_jinja_number.md delete mode 100644 tests/docs/examples/60_0family_dynamic_jinja_number_empty.md delete mode 100644 tests/docs/examples/60_0family_dynamic_no_description.md delete mode 100644 tests/docs/examples/60_0family_dynamic_no_description_empty.md delete mode 100644 tests/docs/examples/60_0family_dynamic_static.md delete mode 100644 tests/docs/examples/60_0family_dynamic_test.md delete mode 100644 tests/docs/examples/60_0family_dynamic_variable_empty.md delete mode 100644 tests/docs/examples/60_0family_dynamic_variable_suffix.md delete mode 100644 tests/docs/examples/60_0family_dynamic_variable_suffix_empty.md delete mode 100644 tests/docs/examples/60_0family_empty.md delete mode 100644 tests/docs/examples/60_0family_hidden.md delete mode 100644 tests/docs/examples/60_0family_mode.md delete mode 100644 tests/docs/examples/60_1family_dynamic_jinja.md delete mode 100644 tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group.md delete mode 100644 tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2.md delete mode 100644 tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2_empty.md delete mode 100644 tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_empty.md delete mode 100644 tests/docs/examples/60_2family_dynamic_outside_calc.md delete mode 100644 tests/docs/examples/60_2family_dynamic_outside_calc_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc2.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc2_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_suffix.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_suffix2.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_suffix2_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_suffix_disabled.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_suffix_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_suffix_param.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_suffix_param_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_variable.md delete mode 100644 tests/docs/examples/60_5family_dynamic_calc_variable_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_hidden_suffix.md delete mode 100644 tests/docs/examples/60_5family_dynamic_unknown_suffix_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside2.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside2_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside_jinja.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside_jinja_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside_sub_suffix_empty.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside_suffix.md delete mode 100644 tests/docs/examples/60_5family_dynamic_variable_outside_suffix_empty.md delete mode 100644 tests/docs/examples/60_6family_dynamic_inside.md delete mode 100644 tests/docs/examples/60_6family_dynamic_inside_empty.md delete mode 100644 tests/docs/examples/60_6family_dynamic_leadership.md delete mode 100644 tests/docs/examples/60_6family_dynamic_leadership_empty.md delete mode 100644 tests/docs/examples/60_6family_dynamic_sub_dynamic.md delete mode 100644 tests/docs/examples/60_6family_dynamic_sub_dynamic_1_0.md delete mode 100644 tests/docs/examples/60_6family_dynamic_sub_dynamic_empty.md delete mode 100644 tests/docs/examples/60_9extra_dynamic.md delete mode 100644 tests/docs/examples/60_9extra_dynamic_extra.md delete mode 100644 tests/docs/examples/60_9family_dynamic_calc_both.md delete mode 100644 tests/docs/examples/68_0family_leadership_mode.md delete mode 100644 tests/docs/no_namespace/00_0empty.adoc delete mode 100644 tests/docs/no_namespace/00_0empty.json delete mode 100644 tests/docs/no_namespace/00_0empty.md delete mode 100644 tests/docs/no_namespace/00_0empty.sh delete mode 100644 tests/docs/no_namespace/00_0version_underscore.adoc delete mode 100644 tests/docs/no_namespace/00_0version_underscore.json delete mode 100644 tests/docs/no_namespace/00_0version_underscore.sh delete mode 100644 tests/docs/no_namespace/00_1empty_variable.adoc delete mode 100644 tests/docs/no_namespace/00_1empty_variable.json delete mode 100644 tests/docs/no_namespace/00_1empty_variable.md delete mode 100644 tests/docs/no_namespace/00_1empty_variable.sh delete mode 100644 tests/docs/no_namespace/00_2default_calculated.adoc delete mode 100644 tests/docs/no_namespace/00_2default_calculated.json delete mode 100644 tests/docs/no_namespace/00_2default_calculated.md delete mode 100644 tests/docs/no_namespace/00_2default_calculated.sh delete mode 100644 tests/docs/no_namespace/00_2default_calculated_multi.adoc delete mode 100644 tests/docs/no_namespace/00_2default_calculated_multi.json delete mode 100644 tests/docs/no_namespace/00_2default_calculated_multi.md delete mode 100644 tests/docs/no_namespace/00_2default_calculated_multi.sh delete mode 100644 tests/docs/no_namespace/00_2default_calculated_variable_transitive.adoc delete mode 100644 tests/docs/no_namespace/00_2default_calculated_variable_transitive.json delete mode 100644 tests/docs/no_namespace/00_2default_calculated_variable_transitive.md delete mode 100644 tests/docs/no_namespace/00_2default_calculated_variable_transitive.sh delete mode 100644 tests/docs/no_namespace/00_4load_subfolder.adoc delete mode 100644 tests/docs/no_namespace/00_4load_subfolder.json delete mode 100644 tests/docs/no_namespace/00_4load_subfolder.md delete mode 100644 tests/docs/no_namespace/00_4load_subfolder.sh delete mode 100644 tests/docs/no_namespace/00_5load_notype.adoc delete mode 100644 tests/docs/no_namespace/00_5load_notype.json delete mode 100644 tests/docs/no_namespace/00_5load_notype.sh delete mode 100644 tests/docs/no_namespace/00_6boolean.adoc delete mode 100644 tests/docs/no_namespace/00_6boolean.json delete mode 100644 tests/docs/no_namespace/00_6boolean.sh delete mode 100644 tests/docs/no_namespace/00_6boolean_no_mandatory.adoc delete mode 100644 tests/docs/no_namespace/00_6boolean_no_mandatory.json delete mode 100644 tests/docs/no_namespace/00_6boolean_no_mandatory.md delete mode 100644 tests/docs/no_namespace/00_6boolean_no_mandatory.sh delete mode 100644 tests/docs/no_namespace/00_6choice.adoc delete mode 100644 tests/docs/no_namespace/00_6choice.json delete mode 100644 tests/docs/no_namespace/00_6choice.md delete mode 100644 tests/docs/no_namespace/00_6choice.sh delete mode 100644 tests/docs/no_namespace/00_6choice_calculation.adoc delete mode 100644 tests/docs/no_namespace/00_6choice_calculation.json delete mode 100644 tests/docs/no_namespace/00_6choice_calculation.md delete mode 100644 tests/docs/no_namespace/00_6choice_calculation.sh delete mode 100644 tests/docs/no_namespace/00_6choice_variable.adoc delete mode 100644 tests/docs/no_namespace/00_6choice_variable.json delete mode 100644 tests/docs/no_namespace/00_6choice_variable.md delete mode 100644 tests/docs/no_namespace/00_6choice_variable.sh delete mode 100644 tests/docs/no_namespace/00_6custom.adoc delete mode 100644 tests/docs/no_namespace/00_6custom.json delete mode 100644 tests/docs/no_namespace/00_6custom.md delete mode 100644 tests/docs/no_namespace/00_6custom.sh delete mode 100644 tests/docs/no_namespace/00_6domainname.adoc delete mode 100644 tests/docs/no_namespace/00_6domainname.json delete mode 100644 tests/docs/no_namespace/00_6domainname.md delete mode 100644 tests/docs/no_namespace/00_6domainname.sh delete mode 100644 tests/docs/no_namespace/00_6domainname_params.adoc delete mode 100644 tests/docs/no_namespace/00_6domainname_params.json delete mode 100644 tests/docs/no_namespace/00_6domainname_params.md delete mode 100644 tests/docs/no_namespace/00_6domainname_params.sh delete mode 100644 tests/docs/no_namespace/00_6float.adoc delete mode 100644 tests/docs/no_namespace/00_6float.json delete mode 100644 tests/docs/no_namespace/00_6float.sh delete mode 100644 tests/docs/no_namespace/00_6number.json delete mode 100644 tests/docs/no_namespace/00_6number.md delete mode 100644 tests/docs/no_namespace/00_6number.sh delete mode 100644 tests/docs/no_namespace/00_6regexp.adoc delete mode 100644 tests/docs/no_namespace/00_6regexp.json delete mode 100644 tests/docs/no_namespace/00_6regexp.md delete mode 100644 tests/docs/no_namespace/00_6regexp.sh delete mode 100644 tests/docs/no_namespace/00_6string.adoc delete mode 100644 tests/docs/no_namespace/00_6string.json delete mode 100644 tests/docs/no_namespace/00_6string.md delete mode 100644 tests/docs/no_namespace/00_6string.sh delete mode 100644 tests/docs/no_namespace/00_7choice_quote.adoc delete mode 100644 tests/docs/no_namespace/00_7choice_quote.json delete mode 100644 tests/docs/no_namespace/00_7choice_quote.md delete mode 100644 tests/docs/no_namespace/00_7choice_quote.sh delete mode 100644 tests/docs/no_namespace/00_7help_quote.adoc delete mode 100644 tests/docs/no_namespace/00_7help_quote.json delete mode 100644 tests/docs/no_namespace/00_7help_quote.md delete mode 100644 tests/docs/no_namespace/00_7help_quote.sh delete mode 100644 tests/docs/no_namespace/00_7value_doublequote.adoc delete mode 100644 tests/docs/no_namespace/00_7value_doublequote.json delete mode 100644 tests/docs/no_namespace/00_7value_doublequote.sh delete mode 100644 tests/docs/no_namespace/00_7value_doublequote2.adoc delete mode 100644 tests/docs/no_namespace/00_7value_doublequote2.json delete mode 100644 tests/docs/no_namespace/00_7value_doublequote2.md delete mode 100644 tests/docs/no_namespace/00_7value_doublequote2.sh delete mode 100644 tests/docs/no_namespace/00_7value_doublequote3.adoc delete mode 100644 tests/docs/no_namespace/00_7value_doublequote3.json delete mode 100644 tests/docs/no_namespace/00_7value_doublequote3.md delete mode 100644 tests/docs/no_namespace/00_7value_doublequote3.sh delete mode 100644 tests/docs/no_namespace/00_7value_quote.adoc delete mode 100644 tests/docs/no_namespace/00_7value_quote.json delete mode 100644 tests/docs/no_namespace/00_7value_quote.md delete mode 100644 tests/docs/no_namespace/00_7value_quote.sh delete mode 100644 tests/docs/no_namespace/00_8calculation_information.adoc delete mode 100644 tests/docs/no_namespace/00_8calculation_information.json delete mode 100644 tests/docs/no_namespace/00_8calculation_information.md delete mode 100644 tests/docs/no_namespace/00_8calculation_information.sh delete mode 100644 tests/docs/no_namespace/00_8test.adoc delete mode 100644 tests/docs/no_namespace/00_8test.json delete mode 100644 tests/docs/no_namespace/00_8test.md delete mode 100644 tests/docs/no_namespace/00_8test.sh delete mode 100644 tests/docs/no_namespace/00_9choice_variable_multi.adoc delete mode 100644 tests/docs/no_namespace/00_9choice_variable_multi.json delete mode 100644 tests/docs/no_namespace/00_9choice_variable_multi.md delete mode 100644 tests/docs/no_namespace/00_9choice_variable_multi.sh delete mode 100644 tests/docs/no_namespace/00_9choice_variables.adoc delete mode 100644 tests/docs/no_namespace/00_9choice_variables.json delete mode 100644 tests/docs/no_namespace/00_9choice_variables.md delete mode 100644 tests/docs/no_namespace/00_9choice_variables.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information_other_variable.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information_other_variable.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information_other_variable.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation_information_other_variable.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional2.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional2.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional2.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation_multi_optional2.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional_exists.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional_exists.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional_exists.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation_optional_exists.sh delete mode 100644 tests/docs/no_namespace/00_9default_calculation_param_optional.adoc delete mode 100644 tests/docs/no_namespace/00_9default_calculation_param_optional.json delete mode 100644 tests/docs/no_namespace/00_9default_calculation_param_optional.md delete mode 100644 tests/docs/no_namespace/00_9default_calculation_param_optional.sh delete mode 100644 tests/docs/no_namespace/00_9default_information_other_variable.adoc delete mode 100644 tests/docs/no_namespace/00_9default_information_other_variable.json delete mode 100644 tests/docs/no_namespace/00_9default_information_other_variable.md delete mode 100644 tests/docs/no_namespace/00_9default_information_other_variable.sh delete mode 100644 tests/docs/no_namespace/00_9default_integer.adoc delete mode 100644 tests/docs/no_namespace/00_9default_integer.json delete mode 100644 tests/docs/no_namespace/00_9default_integer.sh delete mode 100644 tests/docs/no_namespace/01_6boolean_multi.adoc delete mode 100644 tests/docs/no_namespace/01_6boolean_multi.json delete mode 100644 tests/docs/no_namespace/01_6boolean_multi.sh delete mode 100644 tests/docs/no_namespace/01_6custom_multi.adoc delete mode 100644 tests/docs/no_namespace/01_6custom_multi.json delete mode 100644 tests/docs/no_namespace/01_6custom_multi.md delete mode 100644 tests/docs/no_namespace/01_6custom_multi.sh delete mode 100644 tests/docs/no_namespace/01_6float_multi.adoc delete mode 100644 tests/docs/no_namespace/01_6float_multi.json delete mode 100644 tests/docs/no_namespace/01_6float_multi.md delete mode 100644 tests/docs/no_namespace/01_6float_multi.sh delete mode 100644 tests/docs/no_namespace/01_6number_multi.adoc delete mode 100644 tests/docs/no_namespace/01_6number_multi.json delete mode 100644 tests/docs/no_namespace/01_6number_multi.md delete mode 100644 tests/docs/no_namespace/01_6number_multi.sh delete mode 100644 tests/docs/no_namespace/01_6string_empty.adoc delete mode 100644 tests/docs/no_namespace/01_6string_empty.json delete mode 100644 tests/docs/no_namespace/01_6string_empty.md delete mode 100644 tests/docs/no_namespace/01_6string_empty.sh delete mode 100644 tests/docs/no_namespace/01_6string_multi.adoc delete mode 100644 tests/docs/no_namespace/01_6string_multi.json delete mode 100644 tests/docs/no_namespace/01_6string_multi.md delete mode 100644 tests/docs/no_namespace/01_6string_multi.sh delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote.adoc delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote.json delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote.md delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote.sh delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote2.adoc delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote2.json delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote2.md delete mode 100644 tests/docs/no_namespace/01_7value_multi_doublequote2.sh delete mode 100644 tests/docs/no_namespace/01_7value_multi_quote.adoc delete mode 100644 tests/docs/no_namespace/01_7value_multi_quote.json delete mode 100644 tests/docs/no_namespace/01_7value_multi_quote.md delete mode 100644 tests/docs/no_namespace/01_7value_multi_quote.sh delete mode 100644 tests/docs/no_namespace/01_8calculation_information_multi.adoc delete mode 100644 tests/docs/no_namespace/01_8calculation_information_multi.json delete mode 100644 tests/docs/no_namespace/01_8calculation_information_multi.md delete mode 100644 tests/docs/no_namespace/01_8calculation_information_multi.sh delete mode 100644 tests/docs/no_namespace/01_9choice_variable_multi.adoc delete mode 100644 tests/docs/no_namespace/01_9choice_variable_multi.json delete mode 100644 tests/docs/no_namespace/01_9choice_variable_multi.md delete mode 100644 tests/docs/no_namespace/01_9choice_variable_multi.sh delete mode 100644 tests/docs/no_namespace/04_0type_param.adoc delete mode 100644 tests/docs/no_namespace/04_0type_param.json delete mode 100644 tests/docs/no_namespace/04_0type_param.md delete mode 100644 tests/docs/no_namespace/04_0type_param.sh delete mode 100644 tests/docs/no_namespace/04_1auto_save.adoc delete mode 100644 tests/docs/no_namespace/04_1auto_save.json delete mode 100644 tests/docs/no_namespace/04_1auto_save.md delete mode 100644 tests/docs/no_namespace/04_1auto_save.sh delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated.adoc delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated.json delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated.md delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated.sh delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.adoc delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.json delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.md delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.sh delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_hidden.adoc delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_hidden.json delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_hidden.md delete mode 100644 tests/docs/no_namespace/04_1auto_save_and_hidden.sh delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden.adoc delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden.json delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden.md delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden.sh delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden_2.adoc delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden_2.json delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden_2.md delete mode 100644 tests/docs/no_namespace/04_1default_calculation_hidden_2.sh delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_optional.adoc delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_optional.json delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_optional.md delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_optional.sh delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable.adoc delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable.json delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable.md delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable.sh delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable2.adoc delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable2.json delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable2.md delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable2.sh delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable3.adoc delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable3.json delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable3.md delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable3.sh delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable4.adoc delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable4.json delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable4.md delete mode 100644 tests/docs/no_namespace/04_5disabled_calculation_variable4.sh delete mode 100644 tests/docs/no_namespace/04_5validators.adoc delete mode 100644 tests/docs/no_namespace/04_5validators.json delete mode 100644 tests/docs/no_namespace/04_5validators.md delete mode 100644 tests/docs/no_namespace/04_5validators.sh delete mode 100644 tests/docs/no_namespace/04_5validators_differ.adoc delete mode 100644 tests/docs/no_namespace/04_5validators_differ.json delete mode 100644 tests/docs/no_namespace/04_5validators_differ.md delete mode 100644 tests/docs/no_namespace/04_5validators_differ.sh delete mode 100644 tests/docs/no_namespace/04_5validators_multi.adoc delete mode 100644 tests/docs/no_namespace/04_5validators_multi.json delete mode 100644 tests/docs/no_namespace/04_5validators_multi.md delete mode 100644 tests/docs/no_namespace/04_5validators_multi.sh delete mode 100644 tests/docs/no_namespace/04_5validators_multi2.adoc delete mode 100644 tests/docs/no_namespace/04_5validators_multi2.json delete mode 100644 tests/docs/no_namespace/04_5validators_multi2.md delete mode 100644 tests/docs/no_namespace/04_5validators_multi2.sh delete mode 100644 tests/docs/no_namespace/05_0multi_not_uniq.adoc delete mode 100644 tests/docs/no_namespace/05_0multi_not_uniq.json delete mode 100644 tests/docs/no_namespace/05_0multi_not_uniq.md delete mode 100644 tests/docs/no_namespace/05_0multi_not_uniq.sh delete mode 100644 tests/docs/no_namespace/05_0multi_uniq.adoc delete mode 100644 tests/docs/no_namespace/05_0multi_uniq.json delete mode 100644 tests/docs/no_namespace/05_0multi_uniq.md delete mode 100644 tests/docs/no_namespace/05_0multi_uniq.sh delete mode 100644 tests/docs/no_namespace/12_1auto_save_expert.adoc delete mode 100644 tests/docs/no_namespace/12_1auto_save_expert.json delete mode 100644 tests/docs/no_namespace/12_1auto_save_expert.md delete mode 100644 tests/docs/no_namespace/12_1auto_save_expert.sh delete mode 100644 tests/docs/no_namespace/16_0redefine_description.adoc delete mode 100644 tests/docs/no_namespace/16_0redefine_description.json delete mode 100644 tests/docs/no_namespace/16_0redefine_description.md delete mode 100644 tests/docs/no_namespace/16_0redefine_description.sh delete mode 100644 tests/docs/no_namespace/16_2family_redefine_calculation.adoc delete mode 100644 tests/docs/no_namespace/16_2family_redefine_calculation.json delete mode 100644 tests/docs/no_namespace/16_2family_redefine_calculation.md delete mode 100644 tests/docs/no_namespace/16_2family_redefine_calculation.sh delete mode 100644 tests/docs/no_namespace/16_2family_redefine_disabled.adoc delete mode 100644 tests/docs/no_namespace/16_2family_redefine_disabled.json delete mode 100644 tests/docs/no_namespace/16_2family_redefine_disabled.md delete mode 100644 tests/docs/no_namespace/16_2family_redefine_disabled.sh delete mode 100644 tests/docs/no_namespace/16_5exists_nonexists.adoc delete mode 100644 tests/docs/no_namespace/16_5exists_nonexists.json delete mode 100644 tests/docs/no_namespace/16_5exists_nonexists.md delete mode 100644 tests/docs/no_namespace/16_5exists_nonexists.sh delete mode 100644 tests/docs/no_namespace/16_5exists_redefine.adoc delete mode 100644 tests/docs/no_namespace/16_5exists_redefine.json delete mode 100644 tests/docs/no_namespace/16_5exists_redefine.md delete mode 100644 tests/docs/no_namespace/16_5exists_redefine.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_calculation.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_calculation.json delete mode 100644 tests/docs/no_namespace/16_5redefine_calculation.md delete mode 100644 tests/docs/no_namespace/16_5redefine_calculation.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_choice.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_choice.json delete mode 100644 tests/docs/no_namespace/16_5redefine_choice.md delete mode 100644 tests/docs/no_namespace/16_5redefine_choice.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_default.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_default.json delete mode 100644 tests/docs/no_namespace/16_5redefine_default.md delete mode 100644 tests/docs/no_namespace/16_5redefine_default.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_default_calculation.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_default_calculation.json delete mode 100644 tests/docs/no_namespace/16_5redefine_default_calculation.md delete mode 100644 tests/docs/no_namespace/16_5redefine_default_calculation.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_family.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_family.json delete mode 100644 tests/docs/no_namespace/16_5redefine_family.md delete mode 100644 tests/docs/no_namespace/16_5redefine_family.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_help.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_help.json delete mode 100644 tests/docs/no_namespace/16_5redefine_help.md delete mode 100644 tests/docs/no_namespace/16_5redefine_help.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_hidden.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_hidden.json delete mode 100644 tests/docs/no_namespace/16_5redefine_hidden.md delete mode 100644 tests/docs/no_namespace/16_5redefine_hidden.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_multi.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_multi.json delete mode 100644 tests/docs/no_namespace/16_5redefine_multi.md delete mode 100644 tests/docs/no_namespace/16_5redefine_multi.sh delete mode 100644 tests/docs/no_namespace/16_5redefine_remove_disable_calculation.adoc delete mode 100644 tests/docs/no_namespace/16_5redefine_remove_disable_calculation.json delete mode 100644 tests/docs/no_namespace/16_5redefine_remove_disable_calculation.md delete mode 100644 tests/docs/no_namespace/16_5redefine_remove_disable_calculation.sh delete mode 100644 tests/docs/no_namespace/16_5test_redefine.adoc delete mode 100644 tests/docs/no_namespace/16_5test_redefine.json delete mode 100644 tests/docs/no_namespace/16_5test_redefine.md delete mode 100644 tests/docs/no_namespace/16_5test_redefine.sh delete mode 100644 tests/docs/no_namespace/16_6choice_redefine.adoc delete mode 100644 tests/docs/no_namespace/16_6choice_redefine.json delete mode 100644 tests/docs/no_namespace/16_6choice_redefine.md delete mode 100644 tests/docs/no_namespace/16_6choice_redefine.sh delete mode 100644 tests/docs/no_namespace/16exists_exists.adoc delete mode 100644 tests/docs/no_namespace/16exists_exists.json delete mode 100644 tests/docs/no_namespace/16exists_exists.md delete mode 100644 tests/docs/no_namespace/16exists_exists.sh delete mode 100644 tests/docs/no_namespace/17_5redefine_leadership.adoc delete mode 100644 tests/docs/no_namespace/17_5redefine_leadership.json delete mode 100644 tests/docs/no_namespace/17_5redefine_leadership.md delete mode 100644 tests/docs/no_namespace/17_5redefine_leadership.sh delete mode 100644 tests/docs/no_namespace/20_0empty_family.adoc delete mode 100644 tests/docs/no_namespace/20_0empty_family.json delete mode 100644 tests/docs/no_namespace/20_0empty_family.md delete mode 100644 tests/docs/no_namespace/20_0empty_family.sh delete mode 100644 tests/docs/no_namespace/20_0family_append.adoc delete mode 100644 tests/docs/no_namespace/20_0family_append.json delete mode 100644 tests/docs/no_namespace/20_0family_append.md delete mode 100644 tests/docs/no_namespace/20_0family_append.sh delete mode 100644 tests/docs/no_namespace/20_0family_underscore.adoc delete mode 100644 tests/docs/no_namespace/20_0family_underscore.json delete mode 100644 tests/docs/no_namespace/20_0family_underscore.md delete mode 100644 tests/docs/no_namespace/20_0family_underscore.sh delete mode 100644 tests/docs/no_namespace/20_0multi_family.adoc delete mode 100644 tests/docs/no_namespace/20_0multi_family.json delete mode 100644 tests/docs/no_namespace/20_0multi_family.md delete mode 100644 tests/docs/no_namespace/20_0multi_family.sh delete mode 100644 tests/docs/no_namespace/20_0multi_family_basic.adoc delete mode 100644 tests/docs/no_namespace/20_0multi_family_basic.json delete mode 100644 tests/docs/no_namespace/20_0multi_family_basic.md delete mode 100644 tests/docs/no_namespace/20_0multi_family_basic.sh delete mode 100644 tests/docs/no_namespace/20_0multi_family_expert.adoc delete mode 100644 tests/docs/no_namespace/20_0multi_family_expert.json delete mode 100644 tests/docs/no_namespace/20_0multi_family_expert.md delete mode 100644 tests/docs/no_namespace/20_0multi_family_expert.sh delete mode 100644 tests/docs/no_namespace/20_0multi_family_order.adoc delete mode 100644 tests/docs/no_namespace/20_0multi_family_order.json delete mode 100644 tests/docs/no_namespace/20_0multi_family_order.md delete mode 100644 tests/docs/no_namespace/20_0multi_family_order.sh delete mode 100644 tests/docs/no_namespace/20_0validators_differ_redefine.adoc delete mode 100644 tests/docs/no_namespace/20_0validators_differ_redefine.json delete mode 100644 tests/docs/no_namespace/20_0validators_differ_redefine.md delete mode 100644 tests/docs/no_namespace/20_0validators_differ_redefine.sh delete mode 100644 tests/docs/no_namespace/20_1empty_subfamily.adoc delete mode 100644 tests/docs/no_namespace/20_1empty_subfamily.json delete mode 100644 tests/docs/no_namespace/20_1empty_subfamily.md delete mode 100644 tests/docs/no_namespace/20_1empty_subfamily.sh delete mode 100644 tests/docs/no_namespace/20_9default_information_parent.adoc delete mode 100644 tests/docs/no_namespace/20_9default_information_parent.json delete mode 100644 tests/docs/no_namespace/20_9default_information_parent.md delete mode 100644 tests/docs/no_namespace/20_9default_information_parent.sh delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_sub_family.adoc delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_sub_family.json delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_sub_family.md delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_sub_family.sh delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.adoc delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.json delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.md delete mode 100644 tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.sh delete mode 100644 tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.adoc delete mode 100644 tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.json delete mode 100644 tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.md delete mode 100644 tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.sh delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition.adoc delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition.json delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition.md delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition.sh delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition_variable.adoc delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition_variable.json delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition_variable.md delete mode 100644 tests/docs/no_namespace/24_0family_mandatory_condition_variable.sh delete mode 100644 tests/docs/no_namespace/24_7validators_variable_optional.adoc delete mode 100644 tests/docs/no_namespace/24_7validators_variable_optional.json delete mode 100644 tests/docs/no_namespace/24_7validators_variable_optional.md delete mode 100644 tests/docs/no_namespace/24_7validators_variable_optional.sh delete mode 100644 tests/docs/no_namespace/24_family_disabled_var_hidden.adoc delete mode 100644 tests/docs/no_namespace/24_family_disabled_var_hidden.json delete mode 100644 tests/docs/no_namespace/24_family_disabled_var_hidden.md delete mode 100644 tests/docs/no_namespace/24_family_disabled_var_hidden.sh delete mode 100644 tests/docs/no_namespace/40_0leadership.adoc delete mode 100644 tests/docs/no_namespace/40_0leadership.json delete mode 100644 tests/docs/no_namespace/40_0leadership.md delete mode 100644 tests/docs/no_namespace/40_0leadership.sh delete mode 100644 tests/docs/no_namespace/40_0leadership_diff_name.adoc delete mode 100644 tests/docs/no_namespace/40_0leadership_diff_name.json delete mode 100644 tests/docs/no_namespace/40_0leadership_diff_name.md delete mode 100644 tests/docs/no_namespace/40_0leadership_diff_name.sh delete mode 100644 tests/docs/no_namespace/40_0leadership_empty.adoc delete mode 100644 tests/docs/no_namespace/40_0leadership_empty.json delete mode 100644 tests/docs/no_namespace/40_0leadership_empty.md delete mode 100644 tests/docs/no_namespace/40_0leadership_empty.sh delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_calculation.adoc delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_calculation.json delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_calculation.md delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_calculation.sh delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_value.adoc delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_value.json delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_value.md delete mode 100644 tests/docs/no_namespace/40_0leadership_follower_default_value.sh delete mode 100644 tests/docs/no_namespace/40_0leadership_leader_not_multi.adoc delete mode 100644 tests/docs/no_namespace/40_0leadership_leader_not_multi.json delete mode 100644 tests/docs/no_namespace/40_0leadership_leader_not_multi.md delete mode 100644 tests/docs/no_namespace/40_0leadership_leader_not_multi.sh delete mode 100644 tests/docs/no_namespace/40_1leadership_append_follower.adoc delete mode 100644 tests/docs/no_namespace/40_1leadership_append_follower.json delete mode 100644 tests/docs/no_namespace/40_1leadership_append_follower.md delete mode 100644 tests/docs/no_namespace/40_1leadership_append_follower.sh delete mode 100644 tests/docs/no_namespace/40_6leadership_follower_multi.adoc delete mode 100644 tests/docs/no_namespace/40_6leadership_follower_multi.json delete mode 100644 tests/docs/no_namespace/40_6leadership_follower_multi.md delete mode 100644 tests/docs/no_namespace/40_6leadership_follower_multi.sh delete mode 100644 tests/docs/no_namespace/40_8calculation_boolean.adoc delete mode 100644 tests/docs/no_namespace/40_8calculation_boolean.json delete mode 100644 tests/docs/no_namespace/40_8calculation_boolean.md delete mode 100644 tests/docs/no_namespace/40_8calculation_boolean.sh delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable.adoc delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable.json delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable.md delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable.sh delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent.adoc delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent.json delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent.md delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent.sh delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent2.adoc delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent2.json delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent2.md delete mode 100644 tests/docs/no_namespace/40_8calculation_multi_variable_parent2.sh delete mode 100644 tests/docs/no_namespace/41_0choice_leader.adoc delete mode 100644 tests/docs/no_namespace/41_0choice_leader.json delete mode 100644 tests/docs/no_namespace/41_0choice_leader.md delete mode 100644 tests/docs/no_namespace/41_0choice_leader.sh delete mode 100644 tests/docs/no_namespace/44_0leadership_hidden.adoc delete mode 100644 tests/docs/no_namespace/44_0leadership_hidden.json delete mode 100644 tests/docs/no_namespace/44_0leadership_hidden.md delete mode 100644 tests/docs/no_namespace/44_0leadership_hidden.sh delete mode 100644 tests/docs/no_namespace/44_0leadership_leader_hidden.adoc delete mode 100644 tests/docs/no_namespace/44_0leadership_leader_hidden.json delete mode 100644 tests/docs/no_namespace/44_0leadership_leader_hidden.md delete mode 100644 tests/docs/no_namespace/44_0leadership_leader_hidden.sh delete mode 100644 tests/docs/no_namespace/44_1leadership_append_hidden_follower.adoc delete mode 100644 tests/docs/no_namespace/44_1leadership_append_hidden_follower.json delete mode 100644 tests/docs/no_namespace/44_1leadership_append_hidden_follower.md delete mode 100644 tests/docs/no_namespace/44_1leadership_append_hidden_follower.sh delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory.adoc delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory.json delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory.md delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory.sh delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory_follower.adoc delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory_follower.json delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory_follower.md delete mode 100644 tests/docs/no_namespace/44_4leadership_mandatory_follower.sh delete mode 100644 tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.adoc delete mode 100644 tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.json delete mode 100644 tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.md delete mode 100644 tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.sh delete mode 100644 tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.adoc delete mode 100644 tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.json delete mode 100644 tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.md delete mode 100644 tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.sh delete mode 100644 tests/docs/no_namespace/60_0family_dynamic.adoc delete mode 100644 tests/docs/no_namespace/60_0family_dynamic.json delete mode 100644 tests/docs/no_namespace/60_0family_dynamic.md delete mode 100644 tests/docs/no_namespace/60_0family_dynamic.sh delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_1_1.adoc delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_1_1.json delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_1_1.md delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_1_1.sh delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_no_description.adoc delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_no_description.json delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_no_description.md delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_no_description.sh delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_static.adoc delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_static.json delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_static.md delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_static.sh delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_test.adoc delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_test.json delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_test.md delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_test.sh delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_empty.adoc delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_empty.json delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_empty.md delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_empty.sh delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_suffix.adoc delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_suffix.json delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_suffix.md delete mode 100644 tests/docs/no_namespace/60_0family_dynamic_variable_suffix.sh delete mode 100644 tests/docs/no_namespace/60_0family_empty.adoc delete mode 100644 tests/docs/no_namespace/60_0family_empty.json delete mode 100644 tests/docs/no_namespace/60_0family_empty.md delete mode 100644 tests/docs/no_namespace/60_0family_empty.sh delete mode 100644 tests/docs/no_namespace/60_0family_hidden.adoc delete mode 100644 tests/docs/no_namespace/60_0family_hidden.json delete mode 100644 tests/docs/no_namespace/60_0family_hidden.md delete mode 100644 tests/docs/no_namespace/60_0family_hidden.sh delete mode 100644 tests/docs/no_namespace/60_0family_mode.adoc delete mode 100644 tests/docs/no_namespace/60_0family_mode.json delete mode 100644 tests/docs/no_namespace/60_0family_mode.md delete mode 100644 tests/docs/no_namespace/60_0family_mode.sh delete mode 100644 tests/docs/no_namespace/60_1family_dynamic_jinja.adoc delete mode 100644 tests/docs/no_namespace/60_1family_dynamic_jinja.json delete mode 100644 tests/docs/no_namespace/60_1family_dynamic_jinja.md delete mode 100644 tests/docs/no_namespace/60_1family_dynamic_jinja.sh delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.json delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.md delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.sh delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_outside_calc.adoc delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_outside_calc.json delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_outside_calc.md delete mode 100644 tests/docs/no_namespace/60_2family_dynamic_outside_calc.sh delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.adoc delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.json delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.md delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.sh delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.adoc delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.json delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.md delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.sh delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_variable.adoc delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_variable.json delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_variable.md delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_calc_variable.sh delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.adoc delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.json delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.md delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.sh delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.adoc delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.json delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.md delete mode 100644 tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.sh delete mode 100644 tests/docs/no_namespace/60_6family_dynamic_leadership.adoc delete mode 100644 tests/docs/no_namespace/60_6family_dynamic_leadership.json delete mode 100644 tests/docs/no_namespace/60_6family_dynamic_leadership.md delete mode 100644 tests/docs/no_namespace/60_6family_dynamic_leadership.sh delete mode 100644 tests/docs/no_namespace/60_9family_dynamic_calc_both.adoc delete mode 100644 tests/docs/no_namespace/60_9family_dynamic_calc_both.json delete mode 100644 tests/docs/no_namespace/60_9family_dynamic_calc_both.md delete mode 100644 tests/docs/no_namespace/60_9family_dynamic_calc_both.sh delete mode 100644 tests/docs/no_namespace/68_0family_leadership_mode.adoc delete mode 100644 tests/docs/no_namespace/68_0family_leadership_mode.json delete mode 100644 tests/docs/no_namespace/68_0family_leadership_mode.md delete mode 100644 tests/docs/no_namespace/68_0family_leadership_mode.sh rename tests/{docs/no_namespace/00_6number.adoc => results/test/00_6integer.adoc} (54%) create mode 100644 tests/results/test/00_6integer.json rename tests/{docs/no_namespace/00_6boolean.md => results/test/00_6integer.md} (87%) create mode 100644 tests/results/test/00_6integer.sh create mode 100644 tests/results/test/00_9default_number.adoc create mode 100644 tests/results/test/00_9default_number.json rename tests/{docs/no_namespace/00_9default_integer.md => results/test/00_9default_number.md} (91%) create mode 100644 tests/results/test/00_9default_number.sh rename tests/results/test/{01_6number_multi.adoc => 01_6integer_multi.adoc} (64%) rename tests/results/test/{01_6number_multi.json => 01_6integer_multi.json} (95%) rename tests/{docs/no_namespace/01_6boolean_multi.md => results/test/01_6integer_multi.md} (85%) rename tests/results/test/{01_6number_multi.sh => 01_6integer_multi.sh} (80%) delete mode 100644 tests/results/test/01_6number_multi.md create mode 100644 tests/results/test/04_0type_param_integer.adoc create mode 100644 tests/results/test/04_0type_param_integer.json rename tests/{docs/no_namespace/00_0version_underscore.md => results/test/04_0type_param_integer.md} (81%) create mode 100644 tests/results/test/04_0type_param_integer.sh rename tests/results/test/{warnings_01_6number_multi => warnings_00_6integer} (100%) create mode 100644 tests/results/test/warnings_00_9default_number rename tests/results/{test_examples/warnings_01_6number_multi => test/warnings_01_6integer_multi} (100%) rename tests/results/{test_namespace/warnings_01_6number_multi => test/warnings_04_0type_param_integer} (100%) create mode 100644 tests/results/test_examples/00_6integer.md create mode 100644 tests/results/test_examples/00_9default_number.md rename tests/results/test_examples/{01_6number_multi.md => 01_6integer_multi.md} (100%) create mode 100644 tests/results/test_examples/04_0type_param_integer.md rename tests/results/{test_namespace/warnings_60_0family_dynamic_jinja_number_empty => test_examples/warnings_00_6integer} (100%) create mode 100644 tests/results/test_examples/warnings_00_9default_number rename tests/results/{test_namespace_examples/warnings_01_6number_multi => test_examples/warnings_01_6integer_multi} (100%) rename tests/results/{test_namespace_examples/warnings_60_0family_dynamic_jinja_number_empty => test_examples/warnings_04_0type_param_integer} (100%) create mode 100644 tests/results/test_namespace/00_6integer.adoc create mode 100644 tests/results/test_namespace/00_6integer.json rename tests/{docs/no_namespace/00_6float.md => results/test_namespace/00_6integer.md} (72%) create mode 100644 tests/results/test_namespace/00_6integer.sh create mode 100644 tests/results/test_namespace/00_9default_number.adoc create mode 100644 tests/results/test_namespace/00_9default_number.json rename tests/{docs/no_namespace/00_7value_doublequote.md => results/test_namespace/00_9default_number.md} (88%) create mode 100644 tests/results/test_namespace/00_9default_number.sh rename tests/results/test_namespace/{01_6number_multi.adoc => 01_6integer_multi.adoc} (66%) rename tests/results/test_namespace/{01_6number_multi.json => 01_6integer_multi.json} (96%) rename tests/results/test_namespace/{01_6number_multi.md => 01_6integer_multi.md} (82%) rename tests/results/test_namespace/{01_6number_multi.sh => 01_6integer_multi.sh} (80%) create mode 100644 tests/results/test_namespace/04_0type_param_integer.adoc create mode 100644 tests/results/test_namespace/04_0type_param_integer.json rename tests/{docs/no_namespace/00_5load_notype.md => results/test_namespace/04_0type_param_integer.md} (82%) create mode 100644 tests/results/test_namespace/04_0type_param_integer.sh rename tests/results/test_namespace/{60_0family_dynamic_jinja_number_empty.adoc => 60_0family_dynamic_jinja_integer_empty.adoc} (93%) rename tests/results/test_namespace/{60_0family_dynamic_jinja_number_empty.json => 60_0family_dynamic_jinja_integer_empty.json} (99%) rename tests/results/test_namespace/{60_0family_dynamic_jinja_number_empty.md => 60_0family_dynamic_jinja_integer_empty.md} (90%) rename tests/results/test_namespace/{60_0family_dynamic_jinja_number_empty.sh => 60_0family_dynamic_jinja_integer_empty.sh} (96%) create mode 100644 tests/results/test_namespace/warnings_00_6integer create mode 100644 tests/results/test_namespace/warnings_00_9default_number create mode 100644 tests/results/test_namespace/warnings_01_6integer_multi create mode 100644 tests/results/test_namespace/warnings_04_0type_param_integer create mode 100644 tests/results/test_namespace/warnings_60_0family_dynamic_jinja_integer_empty create mode 100644 tests/results/test_namespace_examples/00_6integer.md create mode 100644 tests/results/test_namespace_examples/00_9default_number.md rename tests/results/test_namespace_examples/{01_6number_multi.md => 01_6integer_multi.md} (100%) create mode 100644 tests/results/test_namespace_examples/04_0type_param_integer.md rename tests/results/test_namespace_examples/{60_0family_dynamic_jinja_number_empty.md => 60_0family_dynamic_jinja_integer_empty.md} (100%) create mode 100644 tests/results/test_namespace_examples/warnings_00_6integer create mode 100644 tests/results/test_namespace_examples/warnings_00_9default_number create mode 100644 tests/results/test_namespace_examples/warnings_01_6integer_multi create mode 100644 tests/results/test_namespace_examples/warnings_04_0type_param_integer create mode 100644 tests/results/test_namespace_examples/warnings_60_0family_dynamic_jinja_integer_empty diff --git a/locale/fr/LC_MESSAGES/rougail_output_doc.po b/locale/fr/LC_MESSAGES/rougail_output_doc.po index 057741b4c..e091655a5 100644 --- a/locale/fr/LC_MESSAGES/rougail_output_doc.po +++ b/locale/fr/LC_MESSAGES/rougail_output_doc.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2025-09-22 09:40+0200\n" -"PO-Revision-Date: 2025-09-22 09:42+0200\n" +"POT-Creation-Date: 2025-09-23 22:08+0200\n" +"PO-Revision-Date: 2025-09-23 22:08+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -16,19 +16,19 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 3.7\n" -#: src/rougail/output_doc/annotator.py:298 +#: src/rougail/output_doc/annotator.py:306 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/annotator.py:301 +#: src/rougail/output_doc/annotator.py:309 msgid "the value of the global information \"{0}\"" msgstr "la valeur de l'information globale \"{0}\"" -#: src/rougail/output_doc/annotator.py:308 +#: src/rougail/output_doc/annotator.py:316 msgid "when the identifier is \"{0}\"" msgstr "lorsque l'identifiant est \"{0}\"" -#: src/rougail/output_doc/annotator.py:310 +#: src/rougail/output_doc/annotator.py:318 msgid "when the identifier is not \"{0}\"" msgstr "lorsque l'identifiant n'est pas \"{0}\"" @@ -92,99 +92,99 @@ msgstr "unique" msgid "auto modified" msgstr "auto modifiรฉe" -#: src/rougail/output_doc/doc.py:325 +#: src/rougail/output_doc/doc.py:332 msgid "This family contains lists of variable blocks." msgstr "Cette famille contient des listes de bloc de variable." -#: src/rougail/output_doc/doc.py:333 +#: src/rougail/output_doc/doc.py:340 msgid "This family builds families dynamically." msgstr "Cette famille construit des familles dynamiquement." -#: src/rougail/output_doc/doc.py:347 +#: src/rougail/output_doc/doc.py:354 msgid "Default" msgstr "Dรฉfaut" -#: src/rougail/output_doc/doc.py:365 +#: src/rougail/output_doc/doc.py:372 msgid "multiple" msgstr "multiple" -#: src/rougail/output_doc/doc.py:373 +#: src/rougail/output_doc/doc.py:380 msgid "Example" msgstr "Exemple" -#: src/rougail/output_doc/doc.py:375 +#: src/rougail/output_doc/doc.py:383 msgid "Examples" msgstr "Exemples" -#: src/rougail/output_doc/doc.py:391 +#: src/rougail/output_doc/doc.py:401 msgid "No attribute \"description\" for \"{0}\" in {1}" msgstr "Aucun attribut \"description\" pour \"{0}\" dans {1}" -#: src/rougail/output_doc/doc.py:512 +#: src/rougail/output_doc/doc.py:524 msgid "text based with regular expressions \"{0}\"" msgstr "texte avec expression rationnelle \"{0}\"" -#: src/rougail/output_doc/doc.py:518 +#: src/rougail/output_doc/doc.py:530 msgid "Validator" msgstr "Validateur" -#: src/rougail/output_doc/doc.py:521 +#: src/rougail/output_doc/doc.py:533 msgid "Validators" msgstr "Validateurs" -#: src/rougail/output_doc/doc.py:534 +#: src/rougail/output_doc/doc.py:546 msgid "(default)" msgstr "(dรฉfaut)" -#: src/rougail/output_doc/doc.py:539 +#: src/rougail/output_doc/doc.py:551 msgid "Choices" msgstr "Choix" -#: src/rougail/output_doc/doc.py:630 +#: src/rougail/output_doc/doc.py:642 msgid "depends on a calculation" msgstr "dรฉpend d'un calcul" -#: src/rougail/output_doc/doc.py:632 +#: src/rougail/output_doc/doc.py:648 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/doc.py:655 src/rougail/output_doc/doc.py:745 +#: src/rougail/output_doc/doc.py:671 src/rougail/output_doc/doc.py:761 msgid "depends on an undocumented variable" msgstr "dรฉpends d'une variable non documentรฉe" -#: src/rougail/output_doc/doc.py:657 +#: src/rougail/output_doc/doc.py:673 msgid "when the variable \"{0}\" hasn't the value \"{1}\"" msgstr "lorsque la variable \"{0}\" n'a pas la valeur \"{1}\"" -#: src/rougail/output_doc/doc.py:659 +#: src/rougail/output_doc/doc.py:675 msgid "when the variable \"{0}\" has the value \"{1}\"" msgstr "lorsque la variable \"{0}\" a la valeur \"{1}\"" -#: src/rougail/output_doc/doc.py:674 +#: src/rougail/output_doc/doc.py:690 msgid "the value of the variable \"{0}\"" msgstr "la valeur de la variable \"{0}\"" -#: src/rougail/output_doc/doc.py:675 +#: src/rougail/output_doc/doc.py:691 msgid "the value of an undocumented variable" msgstr "la valeur d'une variable non documentรฉe" -#: src/rougail/output_doc/doc.py:714 +#: src/rougail/output_doc/doc.py:730 msgid "the values of undocumented variables" msgstr "les valeurs de variables non documentรฉes" -#: src/rougail/output_doc/doc.py:735 +#: src/rougail/output_doc/doc.py:751 msgid "(from an undocumented variable){0}" msgstr "(issue d'une variable non documentรฉe){0}" -#: src/rougail/output_doc/doc.py:741 +#: src/rougail/output_doc/doc.py:757 msgid "{0} (from an undocumented variable)" msgstr "{0} (issue d'une variable non documentรฉe)" -#: src/rougail/output_doc/doc.py:754 +#: src/rougail/output_doc/doc.py:770 msgid "the value of the identifier" msgstr "la valeur de l'identifiant" -#: src/rougail/output_doc/doc.py:758 +#: src/rougail/output_doc/doc.py:774 msgid "the value of the {0}" msgstr "la valeur de l'{0}" @@ -197,12 +197,12 @@ msgid "Example with all variables modifiable" msgstr "Exemple avec toutes les variables modifiable" #: src/rougail/output_doc/output/console.py:145 -#: src/rougail/output_doc/utils.py:379 +#: src/rougail/output_doc/utils.py:388 msgid "Variable" msgstr "Variable" #: src/rougail/output_doc/output/console.py:146 -#: src/rougail/output_doc/utils.py:379 +#: src/rougail/output_doc/utils.py:388 msgid "Description" msgstr "Description" @@ -222,95 +222,95 @@ msgstr "le nom de domaine peut รชtre une IP" msgid "the domain name can be network in CIDR format" msgstr "le nom de domaine peut รชtre un rรฉseau au format CIDR" -#: src/rougail/output_doc/utils.py:49 +#: src/rougail/output_doc/utils.py:49 src/rougail/output_doc/utils.py:55 msgid "the minimum value is {0}" msgstr "le valeur minimal est {0}" -#: src/rougail/output_doc/utils.py:50 +#: src/rougail/output_doc/utils.py:50 src/rougail/output_doc/utils.py:56 msgid "the maximum value is {0}" msgstr "le valeur maximal est {0}" -#: src/rougail/output_doc/utils.py:56 +#: src/rougail/output_doc/utils.py:62 msgid "IP must be in CIDR format" msgstr "IP doit รชtre au format CIDR" -#: src/rougail/output_doc/utils.py:57 +#: src/rougail/output_doc/utils.py:63 msgid "private IP are allowed" msgstr "les IP privรฉes sont autorisรฉs" -#: src/rougail/output_doc/utils.py:58 +#: src/rougail/output_doc/utils.py:64 msgid "reserved IP are allowed" msgstr "les IP rรฉservรฉs sont autorisรฉs" -#: src/rougail/output_doc/utils.py:63 +#: src/rougail/output_doc/utils.py:69 msgid "the host name can be an IP" msgstr "le nom d'hรดte peut รชtre une IP" -#: src/rougail/output_doc/utils.py:68 +#: src/rougail/output_doc/utils.py:74 msgid "the domain name in web address can be an IP" msgstr "le nom de domaine dans l'adresse web peut รชtre une IP" -#: src/rougail/output_doc/utils.py:69 +#: src/rougail/output_doc/utils.py:75 msgid "the domain name in web address can be only a hostname" msgstr "le nom de domaine dans l'adresse web ne peut รชtre qu'un nom d'hรดte" -#: src/rougail/output_doc/utils.py:76 +#: src/rougail/output_doc/utils.py:82 msgid "can be range of port" msgstr "peut รชtre un range de port" -#: src/rougail/output_doc/utils.py:77 +#: src/rougail/output_doc/utils.py:83 msgid "can have the protocol" msgstr "peut avoir un protocole" -#: src/rougail/output_doc/utils.py:78 +#: src/rougail/output_doc/utils.py:84 msgid "port 0 is allowed" msgstr "le port 0 est autorisรฉ" -#: src/rougail/output_doc/utils.py:79 +#: src/rougail/output_doc/utils.py:85 msgid "well-known ports (1 to 1023) are allowed" msgstr "les ports connus (de 1 ร  1023) sont autorisรฉs" -#: src/rougail/output_doc/utils.py:80 +#: src/rougail/output_doc/utils.py:86 msgid "registred ports (1024 to 49151) are allowed" msgstr "les ports enregistrรฉs (de 1024 ร  49151) sont autorisรฉs" -#: src/rougail/output_doc/utils.py:81 +#: src/rougail/output_doc/utils.py:87 msgid "private ports (greater than 49152) are allowed" msgstr "les ports privรฉs (supรฉrieurs ร  49152) sont autorisรฉs" -#: src/rougail/output_doc/utils.py:86 +#: src/rougail/output_doc/utils.py:92 msgid "minimum length for the secret is {0} characters" msgstr "longueur minimum pour le secret est de {0} caractรจres" -#: src/rougail/output_doc/utils.py:87 +#: src/rougail/output_doc/utils.py:93 msgid "maximum length for the secret is {0} characters" msgstr "longueur maximal pour le secret est de {0} caractรจres" -#: src/rougail/output_doc/utils.py:88 +#: src/rougail/output_doc/utils.py:94 msgid "forbidden characters: {0}" msgstr "caractรจres interdits: {0}" -#: src/rougail/output_doc/utils.py:93 +#: src/rougail/output_doc/utils.py:99 msgid "this filename could be a relative path" msgstr "ce nom de fichier peut รชtre un chemin relative" -#: src/rougail/output_doc/utils.py:94 +#: src/rougail/output_doc/utils.py:100 msgid "this file must exists" msgstr "ce fichier doit exister" -#: src/rougail/output_doc/utils.py:95 +#: src/rougail/output_doc/utils.py:101 msgid "file type allowed: {0}" msgstr "type de fichier autorisรฉ : {0}" -#: src/rougail/output_doc/utils.py:240 +#: src/rougail/output_doc/utils.py:246 msgid "Variables for \"{0}\"" msgstr "Variables pour \"{0}\"" -#: src/rougail/output_doc/utils.py:257 +#: src/rougail/output_doc/utils.py:263 msgid "Identifiers" msgstr "Identifiants" -#: src/rougail/output_doc/utils.py:400 +#: src/rougail/output_doc/utils.py:409 msgid "{0}: {1}" msgstr "{0} : {1}" diff --git a/locale/rougail_output_doc.pot b/locale/rougail_output_doc.pot index ef35b4b90..0330ad3f3 100644 --- a/locale/rougail_output_doc.pot +++ b/locale/rougail_output_doc.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-09-22 09:42+0200\n" +"POT-Creation-Date: 2025-09-23 22:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,19 +15,19 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/output_doc/annotator.py:298 +#: src/rougail/output_doc/annotator.py:306 msgid "the value of the information \"{0}\" of the variable \"{1}\"" msgstr "" -#: src/rougail/output_doc/annotator.py:301 +#: src/rougail/output_doc/annotator.py:309 msgid "the value of the global information \"{0}\"" msgstr "" -#: src/rougail/output_doc/annotator.py:308 +#: src/rougail/output_doc/annotator.py:316 msgid "when the identifier is \"{0}\"" msgstr "" -#: src/rougail/output_doc/annotator.py:310 +#: src/rougail/output_doc/annotator.py:318 msgid "when the identifier is not \"{0}\"" msgstr "" @@ -91,99 +91,99 @@ msgstr "" msgid "auto modified" msgstr "" -#: src/rougail/output_doc/doc.py:325 +#: src/rougail/output_doc/doc.py:332 msgid "This family contains lists of variable blocks." msgstr "" -#: src/rougail/output_doc/doc.py:333 +#: src/rougail/output_doc/doc.py:340 msgid "This family builds families dynamically." msgstr "" -#: src/rougail/output_doc/doc.py:347 +#: src/rougail/output_doc/doc.py:354 msgid "Default" msgstr "" -#: src/rougail/output_doc/doc.py:365 +#: src/rougail/output_doc/doc.py:372 msgid "multiple" msgstr "" -#: src/rougail/output_doc/doc.py:373 +#: src/rougail/output_doc/doc.py:380 msgid "Example" msgstr "" -#: src/rougail/output_doc/doc.py:375 +#: src/rougail/output_doc/doc.py:383 msgid "Examples" msgstr "" -#: src/rougail/output_doc/doc.py:391 +#: src/rougail/output_doc/doc.py:401 msgid "No attribute \"description\" for \"{0}\" in {1}" msgstr "" -#: src/rougail/output_doc/doc.py:512 +#: src/rougail/output_doc/doc.py:524 msgid "text based with regular expressions \"{0}\"" msgstr "" -#: src/rougail/output_doc/doc.py:518 +#: src/rougail/output_doc/doc.py:530 msgid "Validator" msgstr "" -#: src/rougail/output_doc/doc.py:521 +#: src/rougail/output_doc/doc.py:533 msgid "Validators" msgstr "" -#: src/rougail/output_doc/doc.py:534 +#: src/rougail/output_doc/doc.py:546 msgid "(default)" msgstr "" -#: src/rougail/output_doc/doc.py:539 +#: src/rougail/output_doc/doc.py:551 msgid "Choices" msgstr "" -#: src/rougail/output_doc/doc.py:630 +#: src/rougail/output_doc/doc.py:642 msgid "depends on a calculation" msgstr "" -#: src/rougail/output_doc/doc.py:632 +#: src/rougail/output_doc/doc.py:648 msgid "\"{0}\" is a calculation for {1} but has no description in {2}" msgstr "" -#: src/rougail/output_doc/doc.py:655 src/rougail/output_doc/doc.py:745 +#: src/rougail/output_doc/doc.py:671 src/rougail/output_doc/doc.py:761 msgid "depends on an undocumented variable" msgstr "" -#: src/rougail/output_doc/doc.py:657 +#: src/rougail/output_doc/doc.py:673 msgid "when the variable \"{0}\" hasn't the value \"{1}\"" msgstr "" -#: src/rougail/output_doc/doc.py:659 +#: src/rougail/output_doc/doc.py:675 msgid "when the variable \"{0}\" has the value \"{1}\"" msgstr "" -#: src/rougail/output_doc/doc.py:674 +#: src/rougail/output_doc/doc.py:690 msgid "the value of the variable \"{0}\"" msgstr "" -#: src/rougail/output_doc/doc.py:675 +#: src/rougail/output_doc/doc.py:691 msgid "the value of an undocumented variable" msgstr "" -#: src/rougail/output_doc/doc.py:714 +#: src/rougail/output_doc/doc.py:730 msgid "the values of undocumented variables" msgstr "" -#: src/rougail/output_doc/doc.py:735 +#: src/rougail/output_doc/doc.py:751 msgid "(from an undocumented variable){0}" msgstr "" -#: src/rougail/output_doc/doc.py:741 +#: src/rougail/output_doc/doc.py:757 msgid "{0} (from an undocumented variable)" msgstr "" -#: src/rougail/output_doc/doc.py:754 +#: src/rougail/output_doc/doc.py:770 msgid "the value of the identifier" msgstr "" -#: src/rougail/output_doc/doc.py:758 +#: src/rougail/output_doc/doc.py:774 msgid "the value of the {0}" msgstr "" @@ -196,12 +196,12 @@ msgid "Example with all variables modifiable" msgstr "" #: src/rougail/output_doc/output/console.py:145 -#: src/rougail/output_doc/utils.py:379 +#: src/rougail/output_doc/utils.py:388 msgid "Variable" msgstr "" #: src/rougail/output_doc/output/console.py:146 -#: src/rougail/output_doc/utils.py:379 +#: src/rougail/output_doc/utils.py:388 msgid "Description" msgstr "" @@ -221,95 +221,95 @@ msgstr "" msgid "the domain name can be network in CIDR format" msgstr "" -#: src/rougail/output_doc/utils.py:49 +#: src/rougail/output_doc/utils.py:49 src/rougail/output_doc/utils.py:55 msgid "the minimum value is {0}" msgstr "" -#: src/rougail/output_doc/utils.py:50 +#: src/rougail/output_doc/utils.py:50 src/rougail/output_doc/utils.py:56 msgid "the maximum value is {0}" msgstr "" -#: src/rougail/output_doc/utils.py:56 +#: src/rougail/output_doc/utils.py:62 msgid "IP must be in CIDR format" msgstr "" -#: src/rougail/output_doc/utils.py:57 +#: src/rougail/output_doc/utils.py:63 msgid "private IP are allowed" msgstr "" -#: src/rougail/output_doc/utils.py:58 +#: src/rougail/output_doc/utils.py:64 msgid "reserved IP are allowed" msgstr "" -#: src/rougail/output_doc/utils.py:63 +#: src/rougail/output_doc/utils.py:69 msgid "the host name can be an IP" msgstr "" -#: src/rougail/output_doc/utils.py:68 +#: src/rougail/output_doc/utils.py:74 msgid "the domain name in web address can be an IP" msgstr "" -#: src/rougail/output_doc/utils.py:69 +#: src/rougail/output_doc/utils.py:75 msgid "the domain name in web address can be only a hostname" msgstr "" -#: src/rougail/output_doc/utils.py:76 +#: src/rougail/output_doc/utils.py:82 msgid "can be range of port" msgstr "" -#: src/rougail/output_doc/utils.py:77 +#: src/rougail/output_doc/utils.py:83 msgid "can have the protocol" msgstr "" -#: src/rougail/output_doc/utils.py:78 +#: src/rougail/output_doc/utils.py:84 msgid "port 0 is allowed" msgstr "" -#: src/rougail/output_doc/utils.py:79 +#: src/rougail/output_doc/utils.py:85 msgid "well-known ports (1 to 1023) are allowed" msgstr "" -#: src/rougail/output_doc/utils.py:80 +#: src/rougail/output_doc/utils.py:86 msgid "registred ports (1024 to 49151) are allowed" msgstr "" -#: src/rougail/output_doc/utils.py:81 +#: src/rougail/output_doc/utils.py:87 msgid "private ports (greater than 49152) are allowed" msgstr "" -#: src/rougail/output_doc/utils.py:86 +#: src/rougail/output_doc/utils.py:92 msgid "minimum length for the secret is {0} characters" msgstr "" -#: src/rougail/output_doc/utils.py:87 +#: src/rougail/output_doc/utils.py:93 msgid "maximum length for the secret is {0} characters" msgstr "" -#: src/rougail/output_doc/utils.py:88 +#: src/rougail/output_doc/utils.py:94 msgid "forbidden characters: {0}" msgstr "" -#: src/rougail/output_doc/utils.py:93 +#: src/rougail/output_doc/utils.py:99 msgid "this filename could be a relative path" msgstr "" -#: src/rougail/output_doc/utils.py:94 +#: src/rougail/output_doc/utils.py:100 msgid "this file must exists" msgstr "" -#: src/rougail/output_doc/utils.py:95 +#: src/rougail/output_doc/utils.py:101 msgid "file type allowed: {0}" msgstr "" -#: src/rougail/output_doc/utils.py:240 +#: src/rougail/output_doc/utils.py:246 msgid "Variables for \"{0}\"" msgstr "" -#: src/rougail/output_doc/utils.py:257 +#: src/rougail/output_doc/utils.py:263 msgid "Identifiers" msgstr "" -#: src/rougail/output_doc/utils.py:400 +#: src/rougail/output_doc/utils.py:409 msgid "{0}: {1}" msgstr "" diff --git a/src/rougail/output_doc/locale/fr/LC_MESSAGES/rougail_output_doc.mo b/src/rougail/output_doc/locale/fr/LC_MESSAGES/rougail_output_doc.mo index a68c25d3c258cf17ca0624c0ca4d18a0f9fc4230..c7c952e41a351a29eb1c5025f8facea1f031c1bc 100644 GIT binary patch delta 20 bcmca-e9w4;1wXs7f{~GxfyHKf{`p)0NrMI? delta 20 bcmca-e9w4;1wXryf`O%#iP2_z{`p)0Nty;G diff --git a/src/rougail/output_doc/utils.py b/src/rougail/output_doc/utils.py index b08965e22..b9f5be19f 100644 --- a/src/rougail/output_doc/utils.py +++ b/src/rougail/output_doc/utils.py @@ -50,6 +50,12 @@ DocTypes = { "max_number": _("the maximum value is {0}"), }, }, + "integer": { + "params": { + "min_integer": _("the minimum value is {0}"), + "max_integer": _("the maximum value is {0}"), + }, + }, "ip": { "msg": "IP", "params": { diff --git a/tests/docs/examples/00_0empty.md b/tests/docs/examples/00_0empty.md deleted file mode 100644 index 3fc684d4d..000000000 --- a/tests/docs/examples/00_0empty.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -gitea: none -include_toc: true ---- diff --git a/tests/docs/examples/00_0version_underscore.md b/tests/docs/examples/00_0version_underscore.md deleted file mode 100644 index d55fce6ed..000000000 --- a/tests/docs/examples/00_0version_underscore.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -_version: '1.1' -version: # a variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - version: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - version: example -``` diff --git a/tests/docs/examples/00_1empty_variable.md b/tests/docs/examples/00_1empty_variable.md deleted file mode 100644 index 402d17686..000000000 --- a/tests/docs/examples/00_1empty_variable.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -empty: -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - empty: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - empty: example -``` diff --git a/tests/docs/examples/00_2default_calculated.md b/tests/docs/examples/00_2default_calculated.md deleted file mode 100644 index bca3616b8..000000000 --- a/tests/docs/examples/00_2default_calculated.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - multi: true - default: - jinja: | - {{ _.var1 }} - description: the value of var1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: no - var2: - - no -``` diff --git a/tests/docs/examples/00_2default_calculated_multi.md b/tests/docs/examples/00_2default_calculated_multi.md deleted file mode 100644 index 9fc5240cf..000000000 --- a/tests/docs/examples/00_2default_calculated_multi.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: # a first variable - - no - - yes - - maybe -var2: - description: a second variable - multi: true - default: - jinja: | - {% for val in _.var1 %} - {{ val }} - {% endfor %} - description: the value of _.var1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - no - - yes - - maybe - var2: - - no - - yes - - maybe -``` diff --git a/tests/docs/examples/00_2default_calculated_variable_transitive.md b/tests/docs/examples/00_2default_calculated_variable_transitive.md deleted file mode 100644 index a23d5915c..000000000 --- a/tests/docs/examples/00_2default_calculated_variable_transitive.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - multi: true - type: domainname - params: - allow_ip: true - -var2: - description: a second variable - default: - type: variable - variable: _.var1 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: - - example.net -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - example.net - var2: - - example.net -``` diff --git a/tests/docs/examples/00_4load_subfolder.md b/tests/docs/examples/00_4load_subfolder.md deleted file mode 100644 index 1457e003b..000000000 --- a/tests/docs/examples/00_4load_subfolder.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/99-base.yml - -```yaml ---- -version: '1.0' -var1: - description: a variable -``` -# dictionaries/rougail2/00-base.yml - -```yaml ---- -version: '1.0' -var2: - description: a variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: example - var2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: example - var2: example -``` diff --git a/tests/docs/examples/00_5load_notype.md b/tests/docs/examples/00_5load_notype.md deleted file mode 100644 index 779026d2b..000000000 --- a/tests/docs/examples/00_5load_notype.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -without_type: - description: a variable - default: non -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - without_type: non -``` diff --git a/tests/docs/examples/00_6boolean.md b/tests/docs/examples/00_6boolean.md deleted file mode 100644 index 163dd3421..000000000 --- a/tests/docs/examples/00_6boolean.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: true # the first variable -var2: - description: the second variable - default: true -var3: - description: the third variable - type: boolean - default: true -var4: false # the forth variable -var5: - description: the fifth variable - default: false -var6: - description: the sixth variable - type: boolean - default: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: true - var2: true - var3: true - var4: false - var5: false - var6: false -``` diff --git a/tests/docs/examples/00_6boolean_no_mandatory.md b/tests/docs/examples/00_6boolean_no_mandatory.md deleted file mode 100644 index 48a54d6c1..000000000 --- a/tests/docs/examples/00_6boolean_no_mandatory.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - type: boolean - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: true -``` diff --git a/tests/docs/examples/00_6choice.md b/tests/docs/examples/00_6choice.md deleted file mode 100644 index 02112984d..000000000 --- a/tests/docs/examples/00_6choice.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: the first variable - choices: - - a - - b - - c -var2: - description: the second variable - choices: - - a - - b - - c -var3: - description: the third variable - choices: - - a - - b - - c - mandatory: false -var4: - description: the forth variable - choices: - - - - b - - c - mandatory: false -var5: - description: the fifth variable - choices: - - a - - b - - c - default: a -var6: - description: the sixth variable - choices: - - 1 - - 2 - - 3 - default: 1 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: a_choice - var2: a_choice -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: a_choice - var2: a_choice - var3: a_choice - var4: a_choice - var5: a - var6: 1 -``` diff --git a/tests/docs/examples/00_6choice_calculation.md b/tests/docs/examples/00_6choice_calculation.md deleted file mode 100644 index eb3f613c2..000000000 --- a/tests/docs/examples/00_6choice_calculation.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var: - description: a variable - default: 9 - choices: - jinja: | - {% for n in trange(0, 10) %} - {{ n }} - {% endfor %} - return_type: number - description: choices is 0 to 9 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: 9 -``` diff --git a/tests/docs/examples/00_6choice_variable.md b/tests/docs/examples/00_6choice_variable.md deleted file mode 100644 index e995ab2ca..000000000 --- a/tests/docs/examples/00_6choice_variable.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a second variable - - a - - b - - c -var2: - description: a first variable - default: a - choices: - variable: _.var1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - a - - b - - c - var2: a -``` diff --git a/tests/docs/examples/00_6custom.md b/tests/docs/examples/00_6custom.md deleted file mode 100644 index 50980faa5..000000000 --- a/tests/docs/examples/00_6custom.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -custom1: - description: the first variable - type: custom -custom2: - description: the seconf variable - type: custom - default: value -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - custom1: xxx -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - custom1: xxx - custom2: value -``` diff --git a/tests/docs/examples/00_6domainname.md b/tests/docs/examples/00_6domainname.md deleted file mode 100644 index f56fd0e09..000000000 --- a/tests/docs/examples/00_6domainname.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: my.domain.name -``` diff --git a/tests/docs/examples/00_6domainname_params.md b/tests/docs/examples/00_6domainname_params.md deleted file mode 100644 index ff09fc8a3..000000000 --- a/tests/docs/examples/00_6domainname_params.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name - params: - allow_ip: true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: my.domain.name -``` diff --git a/tests/docs/examples/00_6float.md b/tests/docs/examples/00_6float.md deleted file mode 100644 index 493ccd311..000000000 --- a/tests/docs/examples/00_6float.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: 0.0 # the first variable -var2: - description: the second variable - default: 0.0 -var3: - description: the third variable - type: float - default: 0.0 -var4: 10.1 # the forth variable -var5: - description: the fifth variable - default: 10.1 -var6: - description: the sixth variable - type: float - default: 10.1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: 0.0 - var2: 0.0 - var3: 0.0 - var4: 10.1 - var5: 10.1 - var6: 10.1 -``` diff --git a/tests/docs/examples/00_6number.md b/tests/docs/examples/00_6number.md deleted file mode 100644 index beec2387d..000000000 --- a/tests/docs/examples/00_6number.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: 0 # the first variable -var2: - description: the second variable - default: 0 -var3: - description: the third variable - type: number - default: 0 -var4: 10 # this forth variable -var5: - description: the fifth variable - default: 10 -var6: - description: the sixth variable - type: number - default: 10 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: 0 - var2: 0 - var3: 0 - var4: 10 - var5: 10 - var6: 10 -``` diff --git a/tests/docs/examples/00_6regexp.md b/tests/docs/examples/00_6regexp.md deleted file mode 100644 index 082ceb7f0..000000000 --- a/tests/docs/examples/00_6regexp.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a first variable - regexp: ^#(?:[0-9a-f]{3}){1,2}$ - default: '#a1a1a1' - test: - - '#b1b1b1' - - '#b2b2b2' -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: '#b1b1b1' -``` diff --git a/tests/docs/examples/00_6string.md b/tests/docs/examples/00_6string.md deleted file mode 100644 index a523d7a39..000000000 --- a/tests/docs/examples/00_6string.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable -var2: - description: the second variable - default: -var3: - description: the third variable - type: string -var4: value # the forth variable -var5: - description: the fifth variable - default: value -var6: - description: the sixth variable - type: string - default: value -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: example - var2: example - var3: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: example - var2: example - var3: example - var4: value - var5: value - var6: value -``` diff --git a/tests/docs/examples/00_7choice_quote.md b/tests/docs/examples/00_7choice_quote.md deleted file mode 100644 index 01f62dd5a..000000000 --- a/tests/docs/examples/00_7choice_quote.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - type: choice - description: A choice - default: quote' - choices: - - quote' - - quote" - - quote"' -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: quote' -``` diff --git a/tests/docs/examples/00_7help_quote.md b/tests/docs/examples/00_7help_quote.md deleted file mode 100644 index d027c6cc3..000000000 --- a/tests/docs/examples/00_7help_quote.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var1: - description: the first variable - help: message with ' -var2: - description: the second variable - help: message with " -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: example - var2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: example - var2: example -``` diff --git a/tests/docs/examples/00_7value_doublequote.md b/tests/docs/examples/00_7value_doublequote.md deleted file mode 100644 index ab3527197..000000000 --- a/tests/docs/examples/00_7value_doublequote.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: quote" -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: quote" -``` diff --git a/tests/docs/examples/00_7value_doublequote2.md b/tests/docs/examples/00_7value_doublequote2.md deleted file mode 100644 index 1d6320a50..000000000 --- a/tests/docs/examples/00_7value_doublequote2.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: quote'" -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: quote'" -``` diff --git a/tests/docs/examples/00_7value_doublequote3.md b/tests/docs/examples/00_7value_doublequote3.md deleted file mode 100644 index 3a5c7d502..000000000 --- a/tests/docs/examples/00_7value_doublequote3.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -variable: - description: a variable - default: quote\"\' -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: quote\"\' -``` diff --git a/tests/docs/examples/00_7value_quote.md b/tests/docs/examples/00_7value_quote.md deleted file mode 100644 index ac1a198ca..000000000 --- a/tests/docs/examples/00_7value_quote.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -variable: - description: a variable - default: quote' -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: quote' -``` diff --git a/tests/docs/examples/00_8calculation_information.md b/tests/docs/examples/00_8calculation_information.md deleted file mode 100644 index aa6e1fc04..000000000 --- a/tests/docs/examples/00_8calculation_information.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: example -``` diff --git a/tests/docs/examples/00_8test.md b/tests/docs/examples/00_8test.md deleted file mode 100644 index 9fd111afe..000000000 --- a/tests/docs/examples/00_8test.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var1: - description: the first variable - test: - - test - -var2: - description: the second variable - test: - - test - default: value - -var3: - description: the third variable - test: - - test1 - - test2 - -var4: - description: the forth variable - test: - - - - test1 - - test2 - mandatory: false - -var5: - description: the fifth variable - type: boolean - test: - - false - -var6: - description: the sixth variable - multi: true - test: - - test1 - - test2 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: test - var3: test1 - var6: - - test1 - - test2 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: test - var2: test - var3: test1 - var4: - var5: false - var6: - - test1 - - test2 -``` diff --git a/tests/docs/examples/00_9choice_variable_multi.md b/tests/docs/examples/00_9choice_variable_multi.md deleted file mode 100644 index 3ba39c171..000000000 --- a/tests/docs/examples/00_9choice_variable_multi.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable1: - description: a first variable - type: choice - multi: true - choices: - - val1 - - val2 -variable2: - description: a second variable - type: choice - multi: true - mandatory: false - choices: - - val1 - - val2 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable1: - - a_choice -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable1: - - a_choice - variable2: - - a_choice -``` diff --git a/tests/docs/examples/00_9choice_variables.md b/tests/docs/examples/00_9choice_variables.md deleted file mode 100644 index 8e1eb4a06..000000000 --- a/tests/docs/examples/00_9choice_variables.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -source_variable_1: val1 # the first source variable -source_variable_2: val2 # the second source variable -my_variable: - description: a variable - type: choice - choices: - - variable: _.source_variable_1 - - variable: _.source_variable_2 - default: val1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - source_variable_1: val1 - source_variable_2: val2 - my_variable: val1 -``` diff --git a/tests/docs/examples/00_9default_calculation.md b/tests/docs/examples/00_9default_calculation.md deleted file mode 100644 index cac6e3bcb..000000000 --- a/tests/docs/examples/00_9default_calculation.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -variable: - description: a variable - default: - jinja: | - {{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }} - params: - param1: string - param2: 1 - param3: true - param4: - description: concat all parameters -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: string_1_True_None -``` diff --git a/tests/docs/examples/00_9default_calculation_information.md b/tests/docs/examples/00_9default_calculation_information.md deleted file mode 100644 index b9189ab35..000000000 --- a/tests/docs/examples/00_9default_calculation_information.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a variable - default: - jinja: '{{ information }}' - params: - information: - type: information - information: test_information - variable: _.var - description: returns the information -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: example -``` diff --git a/tests/docs/examples/00_9default_calculation_information_other_variable.md b/tests/docs/examples/00_9default_calculation_information_other_variable.md deleted file mode 100644 index 982b63a51..000000000 --- a/tests/docs/examples/00_9default_calculation_information_other_variable.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - jinja: | - {{ information }} - params: - information: - type: information - information: test_information - variable: _.var1 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: example - var2: example -``` diff --git a/tests/docs/examples/00_9default_calculation_multi_optional.md b/tests/docs/examples/00_9default_calculation_multi_optional.md deleted file mode 100644 index 8da2da3ea..000000000 --- a/tests/docs/examples/00_9default_calculation_multi_optional.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable - optional: true - - variable: _.my_variable_unexists - optional: true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - my_variable: val1 - my_calculated_variable: - - val1 -``` diff --git a/tests/docs/examples/00_9default_calculation_multi_optional2.md b/tests/docs/examples/00_9default_calculation_multi_optional2.md deleted file mode 100644 index 429392fda..000000000 --- a/tests/docs/examples/00_9default_calculation_multi_optional2.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable_unexists - optional: true - - variable: _.my_variable - optional: true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - my_variable: val1 - my_calculated_variable: - - val1 -``` diff --git a/tests/docs/examples/00_9default_calculation_optional.md b/tests/docs/examples/00_9default_calculation_optional.md deleted file mode 100644 index 21cc8a213..000000000 --- a/tests/docs/examples/00_9default_calculation_optional.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - my_calculated_variable: - - example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - my_calculated_variable: - - example -``` diff --git a/tests/docs/examples/00_9default_calculation_optional_exists.md b/tests/docs/examples/00_9default_calculation_optional_exists.md deleted file mode 100644 index 7148c2197..000000000 --- a/tests/docs/examples/00_9default_calculation_optional_exists.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - multi: true - default: - - val1 - - val2 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - my_variable: - - val1 - - val2 - my_calculated_variable: - - val1 - - val2 -``` diff --git a/tests/docs/examples/00_9default_calculation_param_optional.md b/tests/docs/examples/00_9default_calculation_param_optional.md deleted file mode 100644 index fcc5334c7..000000000 --- a/tests/docs/examples/00_9default_calculation_param_optional.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - default: - jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3 - }} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} ' - params: - var2: - variable: _.var2 - optional: true - var3: - variable: _.var3 - optional: true - var4: - variable: _.unknown_family.var - optional: true - description: returns a value - mandatory: false -var2: no # a second variable -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: no - var2: no -``` diff --git a/tests/docs/examples/00_9default_information_other_variable.md b/tests/docs/examples/00_9default_information_other_variable.md deleted file mode 100644 index a80767092..000000000 --- a/tests/docs/examples/00_9default_information_other_variable.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - type: information - information: test_information - variable: _.var1 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: example - var2: example -``` diff --git a/tests/docs/examples/00_9default_integer.md b/tests/docs/examples/00_9default_integer.md deleted file mode 100644 index c80cffbdc..000000000 --- a/tests/docs/examples/00_9default_integer.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a variable - default: 9 - choices: - jinja: | - {% for item in trange(0, 10) %} - {{ item }} - {%- endfor %} - return_type: number - description: choice for 0 to 9 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: 9 -``` diff --git a/tests/docs/examples/00_9extra.md b/tests/docs/examples/00_9extra.md deleted file mode 100644 index e9740d28f..000000000 --- a/tests/docs/examples/00_9extra.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: rougail # a variable -``` -# dictionaries/extra/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: no - description: return no -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: rougail -extra: - variable: no -``` diff --git a/tests/docs/examples/00_9extra_calculation.md b/tests/docs/examples/00_9extra_calculation.md deleted file mode 100644 index 79744703f..000000000 --- a/tests/docs/examples/00_9extra_calculation.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: value # a variable -``` -# dictionaries/extra/00-base.yml - -```yaml ---- -version: '1.1' -variable1: - description: a first variable - default: - variable: rougail.variable -variable2: - description: a second variable - default: - jinja: | - {{ rougail.variable }} - description: copy the value of rougail.variable -variable3: - description: a third variable - default: - jinja: | - {{ variable }} - params: - variable: - variable: rougail.variable - description: copy the value of rougail.variable -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: value -extra: - variable1: value - variable2: value - variable3: value -``` diff --git a/tests/docs/examples/01_6boolean_multi.md b/tests/docs/examples/01_6boolean_multi.md deleted file mode 100644 index b7c1ff77d..000000000 --- a/tests/docs/examples/01_6boolean_multi.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - true -var2: - description: the second variable - default: - - true -var3: - description: the third variable - type: boolean - default: - - true -var4: # the forth variable - - false -var5: - description: the fifth variable - default: - - false -var6: - description: the sixth variable - type: boolean - default: - - false - -var7: - description: the seventh variable - multi: true - default: - - true -var8: - description: the eighth variable - type: boolean - multi: true - default: - - true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - true - var2: - - true - var3: - - true - var4: - - false - var5: - - false - var6: - - false - var7: - - true - var8: - - true -``` diff --git a/tests/docs/examples/01_6custom_multi.md b/tests/docs/examples/01_6custom_multi.md deleted file mode 100644 index 183828a3d..000000000 --- a/tests/docs/examples/01_6custom_multi.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -custom1: - description: a first custom variable - type: custom - multi: true -custom2: - description: a second custom variable - type: custom - default: - - value -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - custom1: - - xxx -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - custom1: - - xxx - custom2: - - value -``` diff --git a/tests/docs/examples/01_6float_multi.md b/tests/docs/examples/01_6float_multi.md deleted file mode 100644 index 2132d33b4..000000000 --- a/tests/docs/examples/01_6float_multi.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - 0.0 -var2: - description: the second variable - default: - - 0.0 -var3: - description: the third variable - type: float - default: - - 0.0 -var4: # the forth variable - - 10.1 -var5: - description: the fifth variable - default: - - 10.1 -var6: - description: the sixth variable - type: float - default: - - 10.1 - -var7: - description: the seventh variable - multi: true - default: - - 0.0 -var8: - description: the eighth variable - type: float - multi: true - default: - - 0.0 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - 0.0 - var2: - - 0.0 - var3: - - 0.0 - var4: - - 10.1 - var5: - - 10.1 - var6: - - 10.1 - var7: - - 0.0 - var8: - - 0.0 -``` diff --git a/tests/docs/examples/01_6number_multi.md b/tests/docs/examples/01_6number_multi.md deleted file mode 100644 index a776a5869..000000000 --- a/tests/docs/examples/01_6number_multi.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - 0 -var2: - description: the second variable - default: - - 0 -var3: - description: the third variable - type: number - default: - - 0 -var4: # the forth variable - - 10 -var5: - description: the fifth variable - default: - - 10 -var6: - description: the sixth variable - type: number - default: - - 10 - -var7: - description: the seventh variable - multi: true - default: - - 0 -var8: - description: the eighth variable - type: number - multi: true - default: - - 0 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - 0 - var2: - - 0 - var3: - - 0 - var4: - - 10 - var5: - - 10 - var6: - - 10 - var7: - - 0 - var8: - - 0 -``` diff --git a/tests/docs/examples/01_6string_empty.md b/tests/docs/examples/01_6string_empty.md deleted file mode 100644 index 380573e5a..000000000 --- a/tests/docs/examples/01_6string_empty.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: the second variable - empty: false - default: - - value - - -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - value - - -``` diff --git a/tests/docs/examples/01_6string_multi.md b/tests/docs/examples/01_6string_multi.md deleted file mode 100644 index 90ad67474..000000000 --- a/tests/docs/examples/01_6string_multi.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: [] # the first variable -var2: - description: the second variable - default: [] -var3: - description: the third variable - type: string -var4: # the forth variable - - value -var5: - description: the fifth variable - default: - - value -var6: - description: the sixth variable - type: string - default: - - value - -var7: - description: the seventh variable - multi: true - default: - - value -var8: - description: the eighth variable - type: string - multi: true - default: - - value -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var1: - - example - var2: - - example - var3: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - example - var2: - - example - var3: example - var4: - - value - var5: - - value - var6: - - value - var7: - - value - var8: - - value -``` diff --git a/tests/docs/examples/01_7value_multi_doublequote.md b/tests/docs/examples/01_7value_multi_doublequote.md deleted file mode 100644 index d75972ef1..000000000 --- a/tests/docs/examples/01_7value_multi_doublequote.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote" -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: - - quote" -``` diff --git a/tests/docs/examples/01_7value_multi_doublequote2.md b/tests/docs/examples/01_7value_multi_doublequote2.md deleted file mode 100644 index 7eba741e0..000000000 --- a/tests/docs/examples/01_7value_multi_doublequote2.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote'" -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: - - quote'" -``` diff --git a/tests/docs/examples/01_7value_multi_quote.md b/tests/docs/examples/01_7value_multi_quote.md deleted file mode 100644 index 579912922..000000000 --- a/tests/docs/examples/01_7value_multi_quote.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote' -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: - - quote' -``` diff --git a/tests/docs/examples/01_8calculation_information_multi.md b/tests/docs/examples/01_8calculation_information_multi.md deleted file mode 100644 index dd315e2ed..000000000 --- a/tests/docs/examples/01_8calculation_information_multi.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - multi: true - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: - - '[]' -``` diff --git a/tests/docs/examples/01_9choice_variable_multi.md b/tests/docs/examples/01_9choice_variable_multi.md deleted file mode 100644 index b818e32a9..000000000 --- a/tests/docs/examples/01_9choice_variable_multi.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable1: # a first variable - - a - - b - - c -variable2: - description: a second variable - choices: - variable: _.variable1 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable2: a_choice -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable1: - - a - - b - - c - variable2: a_choice -``` diff --git a/tests/docs/examples/04_0type_param.md b/tests/docs/examples/04_0type_param.md deleted file mode 100644 index 59e259598..000000000 --- a/tests/docs/examples/04_0type_param.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -int: - description: A limited number - default: 10 - params: - min_number: 0 - max_number: 100 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - int: 10 -``` diff --git a/tests/docs/examples/04_1auto_save.md b/tests/docs/examples/04_1auto_save.md deleted file mode 100644 index 5467a6cb7..000000000 --- a/tests/docs/examples/04_1auto_save.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -variable: - description: an auto save variable - auto_save: true - default: no -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: no -``` diff --git a/tests/docs/examples/04_1auto_save_and_calculated.md b/tests/docs/examples/04_1auto_save_and_calculated.md deleted file mode 100644 index c882c74a2..000000000 --- a/tests/docs/examples/04_1auto_save_and_calculated.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - auto_save: true - default: - variable: _.var1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: no - var2: no -``` diff --git a/tests/docs/examples/04_1auto_save_and_calculated_hidden.md b/tests/docs/examples/04_1auto_save_and_calculated_hidden.md deleted file mode 100644 index bac8fb04f..000000000 --- a/tests/docs/examples/04_1auto_save_and_calculated_hidden.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - auto_save: true - hidden: - jinja: | - {% if _.var1 == "yes" %} - _.var1 is yes - {% endif %} - description: only if the variable var1 has value "yes" - default: - jinja: yes - description: the value is always yes -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: no - var2: yes -``` diff --git a/tests/docs/examples/04_1auto_save_and_hidden.md b/tests/docs/examples/04_1auto_save_and_hidden.md deleted file mode 100644 index eb23d5503..000000000 --- a/tests/docs/examples/04_1auto_save_and_hidden.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: autosave variable - auto_save: true - hidden: true - default: yes - mandatory: false -``` diff --git a/tests/docs/examples/04_1default_calculation_hidden.md b/tests/docs/examples/04_1default_calculation_hidden.md deleted file mode 100644 index 24cc76735..000000000 --- a/tests/docs/examples/04_1default_calculation_hidden.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var1 == 'value' or _.var2 == 'blah' %} - value - {% endif %} -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: value - var2: example - var3: value -``` diff --git a/tests/docs/examples/04_1default_calculation_hidden_2.md b/tests/docs/examples/04_1default_calculation_hidden_2.md deleted file mode 100644 index b7583771b..000000000 --- a/tests/docs/examples/04_1default_calculation_hidden_2.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var2 is propertyerror %} - value - {% endif %} -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: value - var2: example - var3: example -``` diff --git a/tests/docs/examples/04_5disabled_calculation.md b/tests/docs/examples/04_5disabled_calculation.md deleted file mode 100644 index 54e1ab18b..000000000 --- a/tests/docs/examples/04_5disabled_calculation.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a conditional variable -variable1: - description: a first variable - disabled: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is egal to "yes" -variable2: - description: a second variable - disabled: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is egal to "yes" -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable1: example - variable2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - variable1: example - variable2: example -``` diff --git a/tests/docs/examples/04_5disabled_calculation_default.md b/tests/docs/examples/04_5disabled_calculation_default.md deleted file mode 100644 index 78f79e95c..000000000 --- a/tests/docs/examples/04_5disabled_calculation_default.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -condition: no # a condition - -var1: - description: a first variable - disabled: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - default: - jinja: | - {{ _.condition }} - description: the value of condition - -var2: - description: a second variable - disabled: - jinja: | - {% if rougail.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - default: - jinja: | - {{ rougail.condition }} - description: the value of condition -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - var1: no - var2: no -``` diff --git a/tests/docs/examples/04_5disabled_calculation_optional.md b/tests/docs/examples/04_5disabled_calculation_optional.md deleted file mode 100644 index 8fa1ac9e4..000000000 --- a/tests/docs/examples/04_5disabled_calculation_optional.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var1: - description: a first variable - hidden: - jinja: | - {% if unknown is not defined %} - unknown is undefined - {% elif unknown == "no" %} - unknown is no - {% endif %} - params: - unknown: - variable: _.unknown - optional: true - description: calculation from an unknown variable - mandatory: false -var2: - description: a second variable - hidden: - jinja: | - {% if condition is not defined %} - condition is undefined - {% elif condition == "no" %} - condition is no - {% endif %} - params: - condition: - variable: _.condition - optional: true - description: calculation from an condition variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - var1: example - var2: example -``` diff --git a/tests/docs/examples/04_5disabled_calculation_variable.md b/tests/docs/examples/04_5disabled_calculation_variable.md deleted file mode 100644 index 11d2578d6..000000000 --- a/tests/docs/examples/04_5disabled_calculation_variable.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: false # a condition -variable: - description: a variable - disabled: - variable: _.condition -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: false - variable: example -``` diff --git a/tests/docs/examples/04_5disabled_calculation_variable2.md b/tests/docs/examples/04_5disabled_calculation_variable2.md deleted file mode 100644 index 039759673..000000000 --- a/tests/docs/examples/04_5disabled_calculation_variable2.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # a condition -variable: - description: a variable - disabled: - variable: _.condition -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: true - variable: example -``` diff --git a/tests/docs/examples/04_5disabled_calculation_variable3.md b/tests/docs/examples/04_5disabled_calculation_variable3.md deleted file mode 100644 index d3b009241..000000000 --- a/tests/docs/examples/04_5disabled_calculation_variable3.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when: yes -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: yes - variable: example -``` diff --git a/tests/docs/examples/04_5disabled_calculation_variable4.md b/tests/docs/examples/04_5disabled_calculation_variable4.md deleted file mode 100644 index 408c9c9f2..000000000 --- a/tests/docs/examples/04_5disabled_calculation_variable4.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when_not: yes -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: yes - variable: example -``` diff --git a/tests/docs/examples/04_5hidden_calculation.md b/tests/docs/examples/04_5hidden_calculation.md deleted file mode 100644 index 2b3369b3f..000000000 --- a/tests/docs/examples/04_5hidden_calculation.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the condition -var1: - description: a first variable - default: no - hidden: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes -var2: - description: a second variable - default: no - hidden: - jinja: | - {% if rougail.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - var1: no - var2: no -``` diff --git a/tests/docs/examples/04_5hidden_calculation2.md b/tests/docs/examples/04_5hidden_calculation2.md deleted file mode 100644 index 6ff4a9df4..000000000 --- a/tests/docs/examples/04_5hidden_calculation2.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var1: - description: a first variable - hidden: - jinja: | - {% if _.condition != "yes" %} - condition is yes - {% endif %} - description: if condition is yes - default: - jinja: | - {{ _.condition }} - description: the value of condition -var2: - description: a second variable - hidden: - jinja: | - {% if rougail.condition != "yes" %} - condition is yes - {% endif %} - description: if condition is yes - default: - jinja: | - {{ rougail.condition }} - description: the value of condition -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - var1: no - var2: no -``` diff --git a/tests/docs/examples/04_5hidden_calculation_default_calculation.md b/tests/docs/examples/04_5hidden_calculation_default_calculation.md deleted file mode 100644 index 904ae972a..000000000 --- a/tests/docs/examples/04_5hidden_calculation_default_calculation.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var1: - description: a first variable - hidden: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - default: - jinja: | - {{ _.condition }} - description: returns the condition value -var2: - description: a second variable - hidden: - jinja: | - {% if rougail.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - default: - jinja: | - {{ rougail.condition }} - description: returns the condition value -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - var1: no - var2: no -``` diff --git a/tests/docs/examples/04_5validators.md b/tests/docs/examples/04_5validators.md deleted file mode 100644 index b054f5b14..000000000 --- a/tests/docs/examples/04_5validators.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -int: - description: A number - type: number - validators: - - jinja: | - {% if _.int > 100 %} - value is too high - {% endif %} - description: the max value is 100 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - int: 42 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - int: 42 -``` diff --git a/tests/docs/examples/04_5validators_differ.md b/tests/docs/examples/04_5validators_differ.md deleted file mode 100644 index c9330d1fd..000000000 --- a/tests/docs/examples/04_5validators_differ.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - test: - - another_value - type: string - default: oui - validators: - - jinja: | - {% if _.var1 == _.var2 %} - var1 must be different than var2 - {% endif %} - description: var1 must be different than var2 -var2: no # A second variable -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: another_value - var2: no -``` diff --git a/tests/docs/examples/04_5validators_multi.md b/tests/docs/examples/04_5validators_multi.md deleted file mode 100644 index e44bd7401..000000000 --- a/tests/docs/examples/04_5validators_multi.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - validators: - - jinja: | - {% if _.var1 | length > 9 %} - length must be less than 10 - {% endif %} - description: check length is less than 10 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - no - - yes -``` diff --git a/tests/docs/examples/04_5validators_multi2.md b/tests/docs/examples/04_5validators_multi2.md deleted file mode 100644 index 5ded70e68..000000000 --- a/tests/docs/examples/04_5validators_multi2.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - test: - - val1 - - val2 - validators: - - params: - values: - variable: _.var1 - whole: true - jinja: | - {% if values | length > 2 %} - length must be less than 3 - {% endif %} - description: check length is less than 3 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 -``` diff --git a/tests/docs/examples/05_0multi_not_uniq.md b/tests/docs/examples/05_0multi_not_uniq.md deleted file mode 100644 index 9453ec814..000000000 --- a/tests/docs/examples/05_0multi_not_uniq.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a variable - unique: false - default: - - non -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - non -``` diff --git a/tests/docs/examples/05_0multi_uniq.md b/tests/docs/examples/05_0multi_uniq.md deleted file mode 100644 index 1b00f8c08..000000000 --- a/tests/docs/examples/05_0multi_uniq.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - unique: true - default: - - non -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: - - non -``` diff --git a/tests/docs/examples/12_1auto_save_expert.md b/tests/docs/examples/12_1auto_save_expert.md deleted file mode 100644 index c482fe222..000000000 --- a/tests/docs/examples/12_1auto_save_expert.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var: - description: a variable - auto_save: true - mode: advanced - default: no -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: no -``` diff --git a/tests/docs/examples/16_0redefine_description.md b/tests/docs/examples/16_0redefine_description.md deleted file mode 100644 index d7bbe59b4..000000000 --- a/tests/docs/examples/16_0redefine_description.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: Redefine description -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -var: - description: Redefined - redefine: true -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: example -``` diff --git a/tests/docs/examples/16_2family_redefine_calculation.md b/tests/docs/examples/16_2family_redefine_calculation.md deleted file mode 100644 index 5c87570ab..000000000 --- a/tests/docs/examples/16_2family_redefine_calculation.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -family: - redefine: true - disabled: - jinja: | - true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -family: - var1: -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - var1: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - var1: example -``` diff --git a/tests/docs/examples/16_2family_redefine_disabled.md b/tests/docs/examples/16_2family_redefine_disabled.md deleted file mode 100644 index 9ac5af426..000000000 --- a/tests/docs/examples/16_2family_redefine_disabled.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -family: - redefine: true - disabled: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -family: - var1: -``` diff --git a/tests/docs/examples/16_5exists_nonexists.md b/tests/docs/examples/16_5exists_nonexists.md deleted file mode 100644 index 46640a335..000000000 --- a/tests/docs/examples/16_5exists_nonexists.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var2: - description: a new variable - exists: false - default: yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a variable -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: no - var2: yes -``` diff --git a/tests/docs/examples/16_5exists_redefine.md b/tests/docs/examples/16_5exists_redefine.md deleted file mode 100644 index 695da7ddb..000000000 --- a/tests/docs/examples/16_5exists_redefine.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var1: - redefine: true - exists: true - default: yes -var2: - description: a second variable - redefine: true - exists: true - default: yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - hidden: true - default: no - mandatory: false -``` diff --git a/tests/docs/examples/16_5redefine_calculation.md b/tests/docs/examples/16_5redefine_calculation.md deleted file mode 100644 index 7390d2818..000000000 --- a/tests/docs/examples/16_5redefine_calculation.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: - jinja: yes - description: returns yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: no - description: returns no -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: yes -``` diff --git a/tests/docs/examples/16_5redefine_choice.md b/tests/docs/examples/16_5redefine_choice.md deleted file mode 100644 index d4f48257c..000000000 --- a/tests/docs/examples/16_5redefine_choice.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - choices: - - a - - b - - c -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.0' -variable: - redefine: true - choices: - - a - - b -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: a_choice -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: a_choice -``` diff --git a/tests/docs/examples/16_5redefine_default.md b/tests/docs/examples/16_5redefine_default.md deleted file mode 100644 index 78a6eed0c..000000000 --- a/tests/docs/examples/16_5redefine_default.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: no -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: yes -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: yes -``` diff --git a/tests/docs/examples/16_5redefine_default_calculation.md b/tests/docs/examples/16_5redefine_default_calculation.md deleted file mode 100644 index bc23e7b00..000000000 --- a/tests/docs/examples/16_5redefine_default_calculation.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: yes -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: example -``` diff --git a/tests/docs/examples/16_5redefine_family.md b/tests/docs/examples/16_5redefine_family.md deleted file mode 100644 index 7a9317f98..000000000 --- a/tests/docs/examples/16_5redefine_family.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - description: new description -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - variable: # a variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - variable: example -``` diff --git a/tests/docs/examples/16_5redefine_help.md b/tests/docs/examples/16_5redefine_help.md deleted file mode 100644 index a11c4c499..000000000 --- a/tests/docs/examples/16_5redefine_help.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - help: redefine help family ok - variable: - redefine: true - help: redefine help ok -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: a family - help: redefine help family - variable: - description: redefine help - help: redefine help -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - variable: example -``` diff --git a/tests/docs/examples/16_5redefine_hidden.md b/tests/docs/examples/16_5redefine_hidden.md deleted file mode 100644 index 623338626..000000000 --- a/tests/docs/examples/16_5redefine_hidden.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: no # a variable -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - hidden: true - mandatory: false -``` diff --git a/tests/docs/examples/16_5redefine_multi.md b/tests/docs/examples/16_5redefine_multi.md deleted file mode 100644 index b0b0836ea..000000000 --- a/tests/docs/examples/16_5redefine_multi.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: non -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - multi: true - default: - - non -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: - - non -``` diff --git a/tests/docs/examples/16_5redefine_remove_disable_calculation.md b/tests/docs/examples/16_5redefine_remove_disable_calculation.md deleted file mode 100644 index e01b37b5a..000000000 --- a/tests/docs/examples/16_5redefine_remove_disable_calculation.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - disabled: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -variable: - description: a variable - disabled: - jinja: | - {% if _.condition == "yes" %} - true - {% else %} - false - {% endif %} -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - variable: example -``` diff --git a/tests/docs/examples/16_5test_redefine.md b/tests/docs/examples/16_5test_redefine.md deleted file mode 100644 index dc1e7510e..000000000 --- a/tests/docs/examples/16_5test_redefine.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - test: - - test - default: non -var3: - description: a third variable - test: - - test -``` -# dictionaries/rougail/10-base.yml - -```yaml ---- -version: '1.1' -var1: - redefine: true - test: - - test1 -var2: - redefine: true - test: - - test1 -var3: - redefine: true - test: -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var3: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: test1 - var2: test1 - var3: example -``` diff --git a/tests/docs/examples/16_6choice_redefine.md b/tests/docs/examples/16_6choice_redefine.md deleted file mode 100644 index e02cca61b..000000000 --- a/tests/docs/examples/16_6choice_redefine.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -var: - redefine: true - choices: - - a - - c -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - type: choice - description: A choice - default: c - choices: - - a - - b - - c -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: c -``` diff --git a/tests/docs/examples/16_6exists_redefine_family.md b/tests/docs/examples/16_6exists_redefine_family.md deleted file mode 100644 index c696c2211..000000000 --- a/tests/docs/examples/16_6exists_redefine_family.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' - -family1: - exists: true - redefine: true - description: new description - -family2: - exists: false - description: new description - -family3: - exists: true - redefine: true - description: new description -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -family1: # a family - - variable1: # a variable - -family2: # a second family - - variable2: # a second variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family1: - variable1: example - family2: - variable2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family1: - variable1: example - family2: - variable2: example -``` diff --git a/tests/docs/examples/16exists_exists.md b/tests/docs/examples/16exists_exists.md deleted file mode 100644 index ad3bfeaa2..000000000 --- a/tests/docs/examples/16exists_exists.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var: - description: New description - exists: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: Description -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: example -``` diff --git a/tests/docs/examples/17_5redefine_leadership.md b/tests/docs/examples/17_5redefine_leadership.md deleted file mode 100644 index 58d32e47b..000000000 --- a/tests/docs/examples/17_5redefine_leadership.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - redefine: true - hidden: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: # a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/examples/20_0empty_family.md b/tests/docs/examples/20_0empty_family.md deleted file mode 100644 index d61994cc0..000000000 --- a/tests/docs/examples/20_0empty_family.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -my_family: - type: family -``` diff --git a/tests/docs/examples/20_0family_append.md b/tests/docs/examples/20_0family_append.md deleted file mode 100644 index a300a4775..000000000 --- a/tests/docs/examples/20_0family_append.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - var2: - description: The second variable -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: A family - var1: - description: The first variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - var1: example - var2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - var1: example - var2: example -``` diff --git a/tests/docs/examples/20_0family_underscore.md b/tests/docs/examples/20_0family_underscore.md deleted file mode 100644 index f75a46ef9..000000000 --- a/tests/docs/examples/20_0family_underscore.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -my_family: - _type: family - _description: This is a great family - _help: This is a great family - _mode: standard - _hidden: true - _disabled: true - type: - description: a type family - type: family - my_variable: - mandatory: false - description: - description: This is a other great family - my_variable: - mandatory: false - help: - description: a help family - help: This is a other great family - my_variable: - mandatory: false - mode: - description: a mode family - mode: advanced - my_variable: - mandatory: false - hidden: - description: an hidden family - hidden: true - my_variable: - mandatory: false - disabled: - description: an disabled family - disabled: true - my_variable: - mandatory: false -``` diff --git a/tests/docs/examples/20_0multi_family.md b/tests/docs/examples/20_0multi_family.md deleted file mode 100644 index 4f0b7d970..000000000 --- a/tests/docs/examples/20_0multi_family.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: - description: a variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - subfamily: - variable: example -``` diff --git a/tests/docs/examples/20_0multi_family_basic.md b/tests/docs/examples/20_0multi_family_basic.md deleted file mode 100644 index e853dd8bb..000000000 --- a/tests/docs/examples/20_0multi_family_basic.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: # a variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - subfamily: - variable: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - subfamily: - variable: example -``` diff --git a/tests/docs/examples/20_0multi_family_expert.md b/tests/docs/examples/20_0multi_family_expert.md deleted file mode 100644 index 7efdbbdc4..000000000 --- a/tests/docs/examples/20_0multi_family_expert.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: a family - mode: advanced - subfamily: # a sub family - variable: - description: a variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - subfamily: - variable: example -``` diff --git a/tests/docs/examples/20_0multi_family_order.md b/tests/docs/examples/20_0multi_family_order.md deleted file mode 100644 index 66ecad8be..000000000 --- a/tests/docs/examples/20_0multi_family_order.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: # a variable -family: # a family - variable1: # a first variable - subfamily: # a sub family - variable: # a variable - variable2: # a second variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - variable: example - family: - variable1: example - subfamily: - variable: example - variable2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - variable: example - family: - variable1: example - subfamily: - variable: example - variable2: example -``` diff --git a/tests/docs/examples/20_0validators_differ_redefine.md b/tests/docs/examples/20_0validators_differ_redefine.md deleted file mode 100644 index 2c4d169fb..000000000 --- a/tests/docs/examples/20_0validators_differ_redefine.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var3: - redefine: true - validators: - - jinja: | - {% if _.var3 == _.var2 %} - var3 must be different than var2 - {% endif %} - description: var3 must be different than var2 -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: no # a second variable -var3: - description: a third variable - default: yes - test: - - yes - validators: - - jinja: | - {% if _.var3 == _.var1 %} - var3 must be different than var1 - {% endif %} - description: var3 must be different than var1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: no - var2: no - var3: yes -``` diff --git a/tests/docs/examples/20_1empty_subfamily.md b/tests/docs/examples/20_1empty_subfamily.md deleted file mode 100644 index f876681b3..000000000 --- a/tests/docs/examples/20_1empty_subfamily.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -my_family: - my_sub_family: - type: family -``` diff --git a/tests/docs/examples/20_9default_information_parent.md b/tests/docs/examples/20_9default_information_parent.md deleted file mode 100644 index dcc6a32f1..000000000 --- a/tests/docs/examples/20_9default_information_parent.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -family: - var1: # a first variable - var2: - description: a second variable - default: - type: information - information: test_information - variable: __.family -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - var1: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - var1: example - var2: example -``` diff --git a/tests/docs/examples/24_0family_hidden_condition.md b/tests/docs/examples/24_0family_hidden_condition.md deleted file mode 100644 index 670bf5d9d..000000000 --- a/tests/docs/examples/24_0family_hidden_condition.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if rougail.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - var1: # a variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - var1: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - family: - var1: example -``` diff --git a/tests/docs/examples/24_0family_hidden_condition_boolean.md b/tests/docs/examples/24_0family_hidden_condition_boolean.md deleted file mode 100644 index b24069740..000000000 --- a/tests/docs/examples/24_0family_hidden_condition_boolean.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: false # a conditional variable -family: - description: a family - hidden: - jinja: | - {% if not rougail.condition %} - condition is false - {% endif %} - description: if not condition - variable: - description: a variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: false - family: - variable: example -``` diff --git a/tests/docs/examples/24_0family_hidden_condition_sub_family.md b/tests/docs/examples/24_0family_hidden_condition_sub_family.md deleted file mode 100644 index 893a32b5c..000000000 --- a/tests/docs/examples/24_0family_hidden_condition_sub_family.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - subfamily: - var1: # a variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - subfamily: - var1: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - family: - subfamily: - var1: example -``` diff --git a/tests/docs/examples/24_0family_hidden_condition_variable_sub_family.md b/tests/docs/examples/24_0family_hidden_condition_variable_sub_family.md deleted file mode 100644 index 1f8f102bf..000000000 --- a/tests/docs/examples/24_0family_hidden_condition_variable_sub_family.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # the variable use has condition -family: - description: possibly hidden family - hidden: - variable: _.condition - subfamily: # a subfamily - var1: - description: a variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: true - family: - subfamily: - var1: example -``` diff --git a/tests/docs/examples/24_0family_hidden_condition_with_variable.md b/tests/docs/examples/24_0family_hidden_condition_with_variable.md deleted file mode 100644 index 20fec3ae9..000000000 --- a/tests/docs/examples/24_0family_hidden_condition_with_variable.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition1: false # a first conditional variable -condition2: false # a second conditional variable -family: - description: a family - hidden: - jinja: | - {% if not rougail.condition1 %} - condition1 is false - {% endif %} - description: if condition1 is false - variable: - description: a variable - hidden: - jinja: | - {% if rougail.condition2 %} - condition2 is true - {% endif %} - description: if condition2 is false - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition1: false - condition2: false - family: - variable: example -``` diff --git a/tests/docs/examples/24_0family_hidden_param_condition_sub_family.md b/tests/docs/examples/24_0family_hidden_param_condition_sub_family.md deleted file mode 100644 index 535dcd7ee..000000000 --- a/tests/docs/examples/24_0family_hidden_param_condition_sub_family.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if condition == "yes" %} - condition is yes - {% endif %} - params: - condition: - variable: _.condition - description: if condition is yes - sub_family: # a subfamily - var1: # a variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - family: - sub_family: - var1: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - family: - sub_family: - var1: example -``` diff --git a/tests/docs/examples/24_0family_mandatory_condition.md b/tests/docs/examples/24_0family_mandatory_condition.md deleted file mode 100644 index 93e98c6f3..000000000 --- a/tests/docs/examples/24_0family_mandatory_condition.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var: - description: a variable - mandatory: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: only if rougail.condition has the value "yes" -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - var: example -``` diff --git a/tests/docs/examples/24_0family_mandatory_condition_variable.md b/tests/docs/examples/24_0family_mandatory_condition_variable.md deleted file mode 100644 index df7af5308..000000000 --- a/tests/docs/examples/24_0family_mandatory_condition_variable.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # a condition -var: - description: a variable - mandatory: - variable: _.condition -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: true - var: example -``` diff --git a/tests/docs/examples/24_7validators_variable_optional.md b/tests/docs/examples/24_7validators_variable_optional.md deleted file mode 100644 index ed7b0404e..000000000 --- a/tests/docs/examples/24_7validators_variable_optional.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -general: # a family - int: - description: a first number - type: number - test: - - 5 - validators: - - jinja: | - {% if _.int == int2 %} - int and int2 must be different - {% endif %} - params: - int2: - variable: _.int2 - optional: true - description: int and int2 must be different - - jinja: | - {% if int3 is defined and _.int == int3 %} - int and int3 must be different - {% endif %} - params: - int3: - variable: _.int3 - optional: true - description: int and int3 must be different - int2: 1 # a second number -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - general: - int: 5 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - general: - int: 5 - int2: 1 -``` diff --git a/tests/docs/examples/24_family_disabled_var_hidden.md b/tests/docs/examples/24_family_disabled_var_hidden.md deleted file mode 100644 index 05c7bbb9b..000000000 --- a/tests/docs/examples/24_family_disabled_var_hidden.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -family: - disabled: true - - var1: true # A description - - var2: - description: A description - hidden: - variable: _.var1 -``` diff --git a/tests/docs/examples/40_0leadership.md b/tests/docs/examples/40_0leadership.md deleted file mode 100644 index ea45583ee..000000000 --- a/tests/docs/examples/40_0leadership.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: # a follower - follower2: # an other follower -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower1: example - follower2: example -``` diff --git a/tests/docs/examples/40_0leadership_diff_name.md b/tests/docs/examples/40_0leadership_diff_name.md deleted file mode 100644 index 3d43447dc..000000000 --- a/tests/docs/examples/40_0leadership_diff_name.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leadership: - description: a leadership - type: leadership - leader: [] # a leader - follower1: # a follower - follower2: # an other follower -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leadership: - - leader: example - follower1: example - follower2: example -``` diff --git a/tests/docs/examples/40_0leadership_empty.md b/tests/docs/examples/40_0leadership_empty.md deleted file mode 100644 index b7d0b8f9e..000000000 --- a/tests/docs/examples/40_0leadership_empty.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -empty_leader: - type: leadership -``` diff --git a/tests/docs/examples/40_0leadership_follower_default_calculation.md b/tests/docs/examples/40_0leadership_follower_default_calculation.md deleted file mode 100644 index a3539046c..000000000 --- a/tests/docs/examples/40_0leadership_follower_default_calculation.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: value # a follower - follower2: - description: a second follower - default: - jinja: | - {{ _.follower1 }} - description: returns follower1 value -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower1: value - follower2: value -``` diff --git a/tests/docs/examples/40_0leadership_follower_default_submulti.md b/tests/docs/examples/40_0leadership_follower_default_submulti.md deleted file mode 100644 index 2f3643ed6..000000000 --- a/tests/docs/examples/40_0leadership_follower_default_submulti.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - - leader - follower1: # a follower1 - - value - follower2: # a follower2 - - value1 - - value2 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: leader - follower1: - - value - follower2: - - value1 - - value2 -``` diff --git a/tests/docs/examples/40_0leadership_follower_default_submulti_calculation.md b/tests/docs/examples/40_0leadership_follower_default_submulti_calculation.md deleted file mode 100644 index ec38cc744..000000000 --- a/tests/docs/examples/40_0leadership_follower_default_submulti_calculation.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # the leader - - leader - follower1: # the follower1 - - value - follower2: - description: the follower2 - multi: true - default: - variable: _.follower1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: leader - follower1: - - value - follower2: - - value -``` diff --git a/tests/docs/examples/40_0leadership_follower_default_value.md b/tests/docs/examples/40_0leadership_follower_default_value.md deleted file mode 100644 index 439fa4df1..000000000 --- a/tests/docs/examples/40_0leadership_follower_default_value.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower1: value # a follower with default value -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower1: value -``` diff --git a/tests/docs/examples/40_0leadership_leader_not_multi.md b/tests/docs/examples/40_0leadership_leader_not_multi.md deleted file mode 100644 index 39f78534d..000000000 --- a/tests/docs/examples/40_0leadership_leader_not_multi.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -general: - mode_conteneur_actif: - type: string - description: No change - default: non -general1: - leader: - description: leader - type: leadership - leader: - type: string - description: leader - follower1: - type: string - description: follower1 - follower2: - type: string - description: follower2 -version: '1.0' -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - general: - mode_conteneur_actif: non - general1: - leader: - - leader: example - follower1: example - follower2: example -``` diff --git a/tests/docs/examples/40_1leadership_append_follower.md b/tests/docs/examples/40_1leadership_append_follower.md deleted file mode 100644 index 87c970736..000000000 --- a/tests/docs/examples/40_1leadership_append_follower.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - follower3: - description: the follower3 -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: the leader - multi: true - follower1: - description: the follower1 - follower2: - description: the follower2 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower1: example - follower2: example - follower3: example -``` diff --git a/tests/docs/examples/40_2leadership_calculation_index.md b/tests/docs/examples/40_2leadership_calculation_index.md deleted file mode 100644 index a704627d1..000000000 --- a/tests/docs/examples/40_2leadership_calculation_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - - a - - b - - c - follower1: - description: a follower - type: number - default: - type: index -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: a - follower1: 0 - - leader: b - follower1: 1 - - leader: c - follower1: 2 -``` diff --git a/tests/docs/examples/40_2leadership_calculation_param_index.md b/tests/docs/examples/40_2leadership_calculation_param_index.md deleted file mode 100644 index 34e087668..000000000 --- a/tests/docs/examples/40_2leadership_calculation_param_index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: leadership - type: leadership - leader: # a leader - - a - - b - - c - follower1: - description: a follower - type: number - default: - jinja: '{{ index }}' - params: - index: - type: index - description: returns index -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: a - follower1: 0 - - leader: b - follower1: 1 - - leader: c - follower1: 2 -``` diff --git a/tests/docs/examples/40_2leadership_leader_calculation.md b/tests/docs/examples/40_2leadership_leader_calculation.md deleted file mode 100644 index 55faf3b01..000000000 --- a/tests/docs/examples/40_2leadership_leader_calculation.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -leader: - description: a leadership - type: leadership - - leader: - description: a leader - multi: true - default: - jinja: | - val1 - val2 - description: returns val1 and val2 - - follower1: # a first follower - - follower2: # a second follower -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: val1 - follower1: example - follower2: example - - leader: val2 - follower1: example - follower2: example -``` diff --git a/tests/docs/examples/40_6leadership_follower_multi.md b/tests/docs/examples/40_6leadership_follower_multi.md deleted file mode 100644 index 897d3fc3e..000000000 --- a/tests/docs/examples/40_6leadership_follower_multi.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leadership: - description: A leadership - type: leadership - leader: - description: The leader - multi: true - follower1: - description: The first follower - multi: true - follower2: - description: The second follower - multi: true - default: - - value -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leadership: - - leader: example - follower1: - - example - follower2: - - value -``` diff --git a/tests/docs/examples/40_8calculation_boolean.md b/tests/docs/examples/40_8calculation_boolean.md deleted file mode 100644 index 7d4f39255..000000000 --- a/tests/docs/examples/40_8calculation_boolean.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -bool: false # a boolean variable -multi1: - description: a first multi variable - type: boolean - multi: true - default: - jinja: | - {% if _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation -multi2: - description: a second multi variable - type: boolean - multi: true - default: - jinja: | - {% if not _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - bool: false - multi1: - - false - multi2: - - true - - false -``` diff --git a/tests/docs/examples/40_8calculation_boolean_return_none.md b/tests/docs/examples/40_8calculation_boolean_return_none.md deleted file mode 100644 index 0212fb2ce..000000000 --- a/tests/docs/examples/40_8calculation_boolean_return_none.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: yes # a first variable -var2: - description: a second variable - type: boolean - default: - jinja: | - {% if rougail.var1 == 'no' %} - false - {% endif %} - description: return false if the value of var1 is "no" -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: yes - var2: xxx -``` diff --git a/tests/docs/examples/40_8calculation_integer.md b/tests/docs/examples/40_8calculation_integer.md deleted file mode 100644 index 910f1ace6..000000000 --- a/tests/docs/examples/40_8calculation_integer.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -bool: false # a boolean variable -int1: - description: first integer variable - type: number - default: - jinja: | - {% if rougail.bool %}1{% else %}2{% endif %} - description: if bool returns 1 otherwise return 2 -int2: - description: second integer variable - type: number - default: - jinja: | - {% if not rougail.bool %}3{% else %}4{% endif %} - description: if bool returns 3 otherwise return 4 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - bool: false - int1: 2 - int2: 3 -``` diff --git a/tests/docs/examples/40_8calculation_multi_variable.md b/tests/docs/examples/40_8calculation_multi_variable.md deleted file mode 100644 index f88c2ca5c..000000000 --- a/tests/docs/examples/40_8calculation_multi_variable.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a first variable - default: - - variable: _.var2 - - variable: _.var3 -var2: no # a second variable -var3: yes # a third variable -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - no - - yes - var2: no - var3: yes -``` diff --git a/tests/docs/examples/40_8calculation_multi_variable_parent.md b/tests/docs/examples/40_8calculation_multi_variable_parent.md deleted file mode 100644 index aa73497fa..000000000 --- a/tests/docs/examples/40_8calculation_multi_variable_parent.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: no # a variable -fam1: # a family - var: - description: a calculated variable - default: - variable: __.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: no - fam1: - var: no -``` diff --git a/tests/docs/examples/40_8calculation_multi_variable_parent2.md b/tests/docs/examples/40_8calculation_multi_variable_parent2.md deleted file mode 100644 index 2f2916c3b..000000000 --- a/tests/docs/examples/40_8calculation_multi_variable_parent2.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -fam1: # first family - var: no # a variable -fam2: # second family - var: - description: a variable - default: - variable: __.fam1.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - fam1: - var: no - fam2: - var: no -``` diff --git a/tests/docs/examples/41_0choice_leader.md b/tests/docs/examples/41_0choice_leader.md deleted file mode 100644 index a3201d247..000000000 --- a/tests/docs/examples/41_0choice_leader.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: The leadership - type: leadership - leader: - description: The leader - multi: true - mandatory: false - follower1: - type: choice - description: A follower - choices: - - a - - b - - c -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower1: a_choice -``` diff --git a/tests/docs/examples/44_0leadership_hidden.md b/tests/docs/examples/44_0leadership_hidden.md deleted file mode 100644 index 626b1126f..000000000 --- a/tests/docs/examples/44_0leadership_hidden.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -leader: - description: a leadership - hidden: true - type: leadership - - leader: - description: a leader - mandatory: false - - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/examples/44_0leadership_leader_hidden.md b/tests/docs/examples/44_0leadership_leader_hidden.md deleted file mode 100644 index a7690bea3..000000000 --- a/tests/docs/examples/44_0leadership_leader_hidden.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -leader: - description: a leadership - type: leadership - - leader: - description: a leader - multi: true - hidden: true - mandatory: false - - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/examples/44_1leadership_append_hidden_follower.md b/tests/docs/examples/44_1leadership_append_hidden_follower.md deleted file mode 100644 index 87edbdd1f..000000000 --- a/tests/docs/examples/44_1leadership_append_hidden_follower.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - follower3: - description: follower3 - mandatory: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: true - mandatory: false - follower1: - description: the follower1 - mandatory: false - follower2: - description: the follower2 - mandatory: false -``` diff --git a/tests/docs/examples/44_4disabled_calcultion_follower.md b/tests/docs/examples/44_4disabled_calcultion_follower.md deleted file mode 100644 index 7dff89951..000000000 --- a/tests/docs/examples/44_4disabled_calcultion_follower.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # a condition -leader: - description: a leadership - type: leadership - leader: - description: aleader - default: - - a - follower: - description: a follower - disabled: - jinja: | - {% if rougail.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: true - leader: - - leader: a - follower: example -``` diff --git a/tests/docs/examples/44_4leadership_mandatory.md b/tests/docs/examples/44_4leadership_mandatory.md deleted file mode 100644 index 9c83d59a1..000000000 --- a/tests/docs/examples/44_4leadership_mandatory.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: true - follower1: - description: a follower - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower1: example -``` diff --git a/tests/docs/examples/44_4leadership_mandatory_follower.md b/tests/docs/examples/44_4leadership_mandatory_follower.md deleted file mode 100644 index e938afa8a..000000000 --- a/tests/docs/examples/44_4leadership_mandatory_follower.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower: example -``` diff --git a/tests/docs/examples/44_5leadership_leader_hidden_calculation.md b/tests/docs/examples/44_5leadership_leader_hidden_calculation.md deleted file mode 100644 index c08649f65..000000000 --- a/tests/docs/examples/44_5leadership_leader_hidden_calculation.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: - jinja: | - {% if __.condition == "no" %} - condition is no - {% endif %} - description: if condition is no - mandatory: false - follower: # a follower -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: no - leader: - - leader: example - follower: example -``` diff --git a/tests/docs/examples/44_6leadership_follower_disabled_calculation.md b/tests/docs/examples/44_6leadership_follower_disabled_calculation.md deleted file mode 100644 index d6c255d53..000000000 --- a/tests/docs/examples/44_6leadership_follower_disabled_calculation.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower: - description: a follower - disabled: - jinja: | - {% if __.condition == "yes" %} - disabled - {% endif %} - description: if condition is yes -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - condition: yes - leader: - - leader: example - follower: example -``` diff --git a/tests/docs/examples/44_9calculated_default_leadership_leader.md b/tests/docs/examples/44_9calculated_default_leadership_leader.md deleted file mode 100644 index 0b4f1b515..000000000 --- a/tests/docs/examples/44_9calculated_default_leadership_leader.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -leader: - description: leader - type: leadership - leader: # a leader - - a - - b - follower: - description: a follower - disabled: - jinja: | - {% if _.leader == "a" %} - the value of "leader" is "a" - {% endif %} - description: if the value of "leader" is "a" - default: - variable: _.leader -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: a - follower: a - - leader: b - follower: b -``` diff --git a/tests/docs/examples/60_0family_dynamic.md b/tests/docs/examples/60_0family_dynamic.md deleted file mode 100644 index 126b9a5b3..000000000 --- a/tests/docs/examples/60_0family_dynamic.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: # A dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_1_0.md b/tests/docs/examples/60_0family_dynamic_1_0.md deleted file mode 100644 index 873de6205..000000000 --- a/tests/docs/examples/60_0family_dynamic_1_0.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - description: A suffix variable - multi: true - default: - - val1 - - val2 -dyn: - type: dynamic - variable: rougail.var - vardyn: - description: Dynamic variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - vardyn: example - dynval2: - vardyn: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_1_0_empty.md b/tests/docs/examples/60_0family_dynamic_1_0_empty.md deleted file mode 100644 index 2e4ffaa7a..000000000 --- a/tests/docs/examples/60_0family_dynamic_1_0_empty.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - description: A suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn: - type: dynamic - variable: rougail.var - vardyn: - description: Dynamic variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - vardyn: example - dynval2: - vardyn: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_1_0_type.md b/tests/docs/examples/60_0family_dynamic_1_0_type.md deleted file mode 100644 index 2fa0e2ee6..000000000 --- a/tests/docs/examples/60_0family_dynamic_1_0_type.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - description: A suffix variable - multi: true - default: - - val1 - - val2 -dyn: - _type: dynamic - variable: rougail.var - vardyn: - description: A dyn variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - vardyn: example - dynval2: - vardyn: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - vardyn: example - dynval2: - vardyn: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_1_0_type_empty.md b/tests/docs/examples/60_0family_dynamic_1_0_type_empty.md deleted file mode 100644 index 9c3453740..000000000 --- a/tests/docs/examples/60_0family_dynamic_1_0_type_empty.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - description: A suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn: - _type: dynamic - variable: rougail.var - vardyn: - description: A dyn variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - vardyn: example - dynval2: - vardyn: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - vardyn: example - dynval2: - vardyn: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_1_1.md b/tests/docs/examples/60_0family_dynamic_1_1.md deleted file mode 100644 index 1de0c2b01..000000000 --- a/tests/docs/examples/60_0family_dynamic_1_1.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn: - type: dynamic - description: A dynamic family - variable: _.var - vardyn: - description: A dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - vardyn: example - dynval2: - vardyn: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - vardyn: example - dynval2: - vardyn: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_1_1_empty.md b/tests/docs/examples/60_0family_dynamic_1_1_empty.md deleted file mode 100644 index 91c31bfd9..000000000 --- a/tests/docs/examples/60_0family_dynamic_1_1_empty.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: A suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn: - type: dynamic - description: A dynamic family - variable: _.var - vardyn: - description: A dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - vardyn: example - dynval2: - vardyn: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - vardyn: example - dynval2: - vardyn: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_empty.md b/tests/docs/examples/60_0family_dynamic_empty.md deleted file mode 100644 index 0d5e7d22d..000000000 --- a/tests/docs/examples/60_0family_dynamic_empty.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: A suffix variable - mandatory: false - multi: true - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: # A dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynexample: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - example - dynexample: - var: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_jinja_number.md b/tests/docs/examples/60_0family_dynamic_jinja_number.md deleted file mode 100644 index 78cb8ec83..000000000 --- a/tests/docs/examples/60_0family_dynamic_jinja_number.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - 1 - - 2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: val # a variable inside dynamic family -var2: - description: a variable - default: - jinja: | - {{ rougail.dyn1.var }} - description: get the value of rougail.dyn1.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - 1 - - 2 - dyn1: - var: val - dyn2: - var: val - var2: val -``` diff --git a/tests/docs/examples/60_0family_dynamic_jinja_number_empty.md b/tests/docs/examples/60_0family_dynamic_jinja_number_empty.md deleted file mode 100644 index 0f88f5251..000000000 --- a/tests/docs/examples/60_0family_dynamic_jinja_number_empty.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a suffix variable - multi: true - mandatory: false - type: number - test: - - 1 - - 2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: val # a variable inside dynamic family -var2: - description: a variable - default: - jinja: | - {% if rougail.dyn1 is defined %} - {{ rougail.dyn1.var }} - {% endif %} - description: get the value of rougail.dyn1.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - 1 - - 2 - dyn1: - var: val - dyn2: - var: val - var2: val -``` diff --git a/tests/docs/examples/60_0family_dynamic_no_description.md b/tests/docs/examples/60_0family_dynamic_no_description.md deleted file mode 100644 index 5119a9046..000000000 --- a/tests/docs/examples/60_0family_dynamic_no_description.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_no_description_empty.md b/tests/docs/examples/60_0family_dynamic_no_description_empty.md deleted file mode 100644 index 3f406d762..000000000 --- a/tests/docs/examples/60_0family_dynamic_no_description_empty.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: A suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_static.md b/tests/docs/examples/60_0family_dynamic_static.md deleted file mode 100644 index 5b1f1dadd..000000000 --- a/tests/docs/examples/60_0family_dynamic_static.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - var: # a variable inside a dynamic family -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_test.md b/tests/docs/examples/60_0family_dynamic_test.md deleted file mode 100644 index aa016dc95..000000000 --- a/tests/docs/examples/60_0family_dynamic_test.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: A suffix variable - multi: true - test: - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - - var: # A dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example -``` diff --git a/tests/docs/examples/60_0family_dynamic_variable_empty.md b/tests/docs/examples/60_0family_dynamic_variable_empty.md deleted file mode 100644 index 9972cd56b..000000000 --- a/tests/docs/examples/60_0family_dynamic_variable_empty.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: [] # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: val # a variable inside dynamic family -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var: - - example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - example - dynexample: - var: val -``` diff --git a/tests/docs/examples/60_0family_dynamic_variable_suffix.md b/tests/docs/examples/60_0family_dynamic_variable_suffix.md deleted file mode 100644 index a80f34576..000000000 --- a/tests/docs/examples/60_0family_dynamic_variable_suffix.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: a value # A dynamic variable with suffix {{ identifier }} -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: a value - dynval2: - var: a value -``` diff --git a/tests/docs/examples/60_0family_dynamic_variable_suffix_empty.md b/tests/docs/examples/60_0family_dynamic_variable_suffix_empty.md deleted file mode 100644 index 45d48dcef..000000000 --- a/tests/docs/examples/60_0family_dynamic_variable_suffix_empty.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: A suffix variable - multi: true - test: - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: a value # A dynamic variable with suffix {{ identifier }} -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var: - - val1 - - val2 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: a value - dynval2: - var: a value -``` diff --git a/tests/docs/examples/60_0family_empty.md b/tests/docs/examples/60_0family_empty.md deleted file mode 100644 index 252df76f3..000000000 --- a/tests/docs/examples/60_0family_empty.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -general2: - type: family -``` diff --git a/tests/docs/examples/60_0family_hidden.md b/tests/docs/examples/60_0family_hidden.md deleted file mode 100644 index ee44f10c7..000000000 --- a/tests/docs/examples/60_0family_hidden.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - hidden: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - var: - description: a variable - mandatory: false -``` diff --git a/tests/docs/examples/60_0family_mode.md b/tests/docs/examples/60_0family_mode.md deleted file mode 100644 index 192710c84..000000000 --- a/tests/docs/examples/60_0family_mode.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - var: - description: A variable - mode: basic - default: non -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - family: - var: non -``` diff --git a/tests/docs/examples/60_1family_dynamic_jinja.md b/tests/docs/examples/60_1family_dynamic_jinja.md deleted file mode 100644 index 6e6c32505..000000000 --- a/tests/docs/examples/60_1family_dynamic_jinja.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - jinja: | - {% for val in _.var %} - {{ loop.index }} - {% endfor %} - description: index of suffix value - var: val # a dynamic variable -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dyn1: - var: val - dyn2: - var: val -``` diff --git a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group.md b/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group.md deleted file mode 100644 index 66744b16a..000000000 --- a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - family: # a family - var: # with a variable -var2: - description: a second variable - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - family: - var: example - dynval2: - family: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - family: - var: example - dynval2: - family: - var: example - var2: example -``` diff --git a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2.md deleted file mode 100644 index fbf87b910..000000000 --- a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - family: - description: a family inside dynamic family - var: - description: a dynamic variable - default: - type: identifier -var2: - description: a varible outside dynamic family - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - family: - var: val1 - dynval2: - family: - var: val2 - var2: val1 -``` diff --git a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2_empty.md deleted file mode 100644 index bf3395a12..000000000 --- a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_2_empty.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a identifier variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - family: - description: a family inside dynamic family - var: - description: a dynamic variable - default: - type: identifier -var2: - description: a varible outside dynamic family - mandatory: false - default: - jinja: | - {% if _.dynval1 is defined %} - {{ _.dynval1.family.var }} - {% endif %} - description: the value of var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - family: - var: val1 - dynval2: - family: - var: val2 - var2: val1 -``` diff --git a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_empty.md deleted file mode 100644 index ec0f276dc..000000000 --- a/tests/docs/examples/60_2family_dynamic_jinja_fill_sub_group_empty.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - family: # a family - var: # with a variable -var2: - description: a second variable - mandatory: false - default: - jinja: | - {% if _.dynval1 is defined %} - {{ _.dynval1.family.var }} - {% endif %} - description: the value of var -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - family: - var: example - dynval2: - family: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - family: - var: example - dynval2: - family: - var: example - var2: example -``` diff --git a/tests/docs/examples/60_2family_dynamic_outside_calc.md b/tests/docs/examples/60_2family_dynamic_outside_calc.md deleted file mode 100644 index d750a3e9f..000000000 --- a/tests/docs/examples/60_2family_dynamic_outside_calc.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a suffx variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - var: val # a dynamic variable -newvar: - description: a second variable - default: - jinja: | - {{ _.dynval1.var }} - description: the value of var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - var: val - dynval2: - var: val - newvar: val -``` diff --git a/tests/docs/examples/60_2family_dynamic_outside_calc_empty.md b/tests/docs/examples/60_2family_dynamic_outside_calc_empty.md deleted file mode 100644 index 1f42d41af..000000000 --- a/tests/docs/examples/60_2family_dynamic_outside_calc_empty.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a suffx variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - var: val # a dynamic variable -newvar: - description: a second variable - mandatory: false - default: - jinja: | - {% if _.dynval1 is defined %} - {{ _.dynval1.var }} - {% endif %} - description: the value of var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - var: val - dynval2: - var: val - newvar: val -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc2.md b/tests/docs/examples/60_5family_dynamic_calc2.md deleted file mode 100644 index b4042e5b0..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc2.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -var2: # a second variable - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - hidden: - jinja: | - {% if _.var2 == "no" %} - var2 is no - {% endif %} - description: if var2 is no - - vardyn: val # a dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - var2: example - dynval1: - vardyn: val - dynval2: - vardyn: val -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc2_empty.md b/tests/docs/examples/60_5family_dynamic_calc2_empty.md deleted file mode 100644 index 118d156db..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc2_empty.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: A suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -var2: # a second variable - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - hidden: - jinja: | - {% if _.var2 == "no" %} - var2 is no - {% endif %} - description: if var2 is no - - vardyn: val # a dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - var2: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - var2: example - dynval1: - vardyn: val - dynval2: - vardyn: val -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_suffix.md b/tests/docs/examples/60_5family_dynamic_calc_suffix.md deleted file mode 100644 index dca8c835b..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_suffix.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var1: - description: A suffix variable - default: - - val1 - - val2 - -dyn{{ identifier }}: - dynamic: - variable: _.var1 - - var: - description: A dynamic variable - -var2: - description: A variable calculated - default: - variable: rougail.dynval1.var -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example - var2: example -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_suffix2.md b/tests/docs/examples/60_5family_dynamic_calc_suffix2.md deleted file mode 100644 index 50c4eea5f..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_suffix2.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: Suffix has value - default: - type: identifier -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: val1 - dynval2: - var: val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_suffix2_empty.md b/tests/docs/examples/60_5family_dynamic_calc_suffix2_empty.md deleted file mode 100644 index 5fdc30352..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_suffix2_empty.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: Suffix has value - default: - type: identifier -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: val1 - dynval2: - var: val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_suffix_disabled.md b/tests/docs/examples/60_5family_dynamic_calc_suffix_disabled.md deleted file mode 100644 index 5ff378c01..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_suffix_disabled.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -dyn{{ identifier }}: - dynamic: - - val1 - - val2 - var: - description: A dynamic variable - disabled: - type: identifier - when: val1 -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_suffix_empty.md b/tests/docs/examples/60_5family_dynamic_calc_suffix_empty.md deleted file mode 100644 index 590398562..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_suffix_empty.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var1: - description: A suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -dyn{{ identifier }}: - dynamic: - variable: _.var1 - - var: - description: A dynamic variable - -var2: - description: A variable calculated - default: - variable: rougail.dynval1.var - optional: true -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example - var2: example -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_suffix_param.md b/tests/docs/examples/60_5family_dynamic_calc_suffix_param.md deleted file mode 100644 index e9dce5d37..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_suffix_param.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: - description: A dynamic variable - default: - jinja: | - {{ identifier }} - params: - identifier: - type: identifier - description: from suffix -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: val1 - dynval2: - var: val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_suffix_param_empty.md b/tests/docs/examples/60_5family_dynamic_calc_suffix_param_empty.md deleted file mode 100644 index 1c247e9cb..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_suffix_param_empty.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: A identifier variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: - description: A dynamic variable - default: - jinja: | - {{ identifier }} - params: - identifier: - type: identifier - description: from suffix -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: val1 - dynval2: - var: val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_variable.md b/tests/docs/examples/60_5family_dynamic_calc_variable.md deleted file mode 100644 index 58a51d7af..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_variable.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: A suffix variable - default: - - val1 - - val2 -dyn{{ identifier }}: - dynamic: - variable: _.var1 - propertyerror: false - var: - description: A dynamic variable -var2: - description: A variable calculated - default: - variable: _.dynval1.var -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example - var2: example -``` diff --git a/tests/docs/examples/60_5family_dynamic_calc_variable_empty.md b/tests/docs/examples/60_5family_dynamic_calc_variable_empty.md deleted file mode 100644 index a71c1eeb6..000000000 --- a/tests/docs/examples/60_5family_dynamic_calc_variable_empty.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: A suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 -dyn{{ identifier }}: - dynamic: - variable: _.var1 - propertyerror: false - var: - description: A dynamic variable -var2: - description: A variable calculated - default: - variable: _.dynval1.var - optional: true -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - var: example - dynval2: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var1: - - val1 - - val2 - dynval1: - var: example - dynval2: - var: example - var2: example -``` diff --git a/tests/docs/examples/60_5family_dynamic_hidden_suffix.md b/tests/docs/examples/60_5family_dynamic_hidden_suffix.md deleted file mode 100644 index 009c050ed..000000000 --- a/tests/docs/examples/60_5family_dynamic_hidden_suffix.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - hidden: - jinja: | - {% if suffix == 'val2' %} - disabled - {% endif %} - params: - suffix: - type: identifier - description: if suffix == 'val2' - - var: - description: a variable - mandatory: false - family: # a family - var: - description: a new variable - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - dynval1: - var: example - family: - var: example - dynval2: - var: example - family: - var: example -``` diff --git a/tests/docs/examples/60_5family_dynamic_unknown_suffix_empty.md b/tests/docs/examples/60_5family_dynamic_unknown_suffix_empty.md deleted file mode 100644 index a43e71c7b..000000000 --- a/tests/docs/examples/60_5family_dynamic_unknown_suffix_empty.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - - val3 - - val4 - -'{{ identifier }}_dyn': - description: a dynamic family - dynamic: - variable: _.var - - var1: - description: a variable 1 - default: - type: identifier - - var2: - description: a variable 2 - default: - variable: rougail.{{ identifier }}_dyn.var1 - - var3: - description: a variable 3 - default: - variable: _.var1 - - var4: - description: a variable 4 - default: - variable: rougail.val4_dyn.var1 - disabled: - jinja: | - {% if 'val4' not in __.var %} - val4 is not a valid value - {% endif %} -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - - val3 - - val4 - val1_dyn: - var1: val1 - var2: val1 - var3: val1 - var4: val4 - val2_dyn: - var1: val2 - var2: val2 - var3: val2 - var4: val4 - val3_dyn: - var1: val3 - var2: val3 - var3: val3 - var4: val4 - val4_dyn: - var1: val4 - var2: val4 - var3: val4 - var4: val4 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside.md b/tests/docs/examples/60_5family_dynamic_variable_outside.md deleted file mode 100644 index 868a36549..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -my_dyn_family_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside a dynamic family - default: - type: identifier - mandatory: false -var2: - description: a variable - multi: true - default: - variable: rougail.my_dyn_family_{{ identifier }}.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - my_dyn_family_val1: - var: val1 - my_dyn_family_val2: - var: val2 - var2: - - val1 - - val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside2.md b/tests/docs/examples/60_5family_dynamic_variable_outside2.md deleted file mode 100644 index ada7968ef..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside2.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var2: - description: a variable - multi: true - default: - variable: rougail.my_dyn_family_{{ identifier }}.var - -var: # a suffix variable - - val1 - - val2 - -my_dyn_family_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - - var: - description: a variable inside a dynamic family - default: - type: identifier - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var2: - - val1 - - val2 - var: - - val1 - - val2 - my_dyn_family_val1: - var: val1 - my_dyn_family_val2: - var: val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside2_empty.md b/tests/docs/examples/60_5family_dynamic_variable_outside2_empty.md deleted file mode 100644 index e6c957014..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside2_empty.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var2: - description: a variable - multi: true - default: - variable: rougail.my_dyn_family_{{ identifier }}.var - -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -my_dyn_family_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - - var: - description: a variable inside a dynamic family - default: - type: identifier - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var2: - - val1 - - val2 - var: - - val1 - - val2 - my_dyn_family_val1: - var: val1 - my_dyn_family_val2: - var: val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside_empty.md b/tests/docs/examples/60_5family_dynamic_variable_outside_empty.md deleted file mode 100644 index 8bc4fcb7c..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside_empty.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -my_dyn_family_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside a dynamic family - default: - type: identifier - mandatory: false -var2: - description: a variable - multi: true - default: - variable: rougail.my_dyn_family_{{ identifier }}.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - my_dyn_family_val1: - var: val1 - my_dyn_family_val2: - var: val2 - var2: - - val1 - - val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside_jinja.md b/tests/docs/examples/60_5family_dynamic_variable_outside_jinja.md deleted file mode 100644 index 5fa73858c..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside_jinja.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -my_dyn_family_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside a dynamic family - default: - type: identifier - mandatory: false -var2: - description: a variable - multi: true - default: - jinja: |- - {%- for v in var %} - {{ v }} - {%- endfor -%} - params: - var: - variable: rougail.my_dyn_family_{{ identifier }}.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - my_dyn_family_val1: - var: val1 - my_dyn_family_val2: - var: val2 - var2: - - val1 - - val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/docs/examples/60_5family_dynamic_variable_outside_jinja_empty.md deleted file mode 100644 index 7f9dfbf7c..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside_jinja_empty.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -my_dyn_family_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside a dynamic family - default: - type: identifier - mandatory: false - -var2: - description: a variable - multi: true - default: - jinja: |- - {%- for v in var %} - {{ v }} - {%- endfor -%} - params: - var: - variable: rougail.my_dyn_family_{{ identifier }}.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - my_dyn_family_val1: - var: val1 - my_dyn_family_val2: - var: val2 - var2: - - val1 - - val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/docs/examples/60_5family_dynamic_variable_outside_sub_suffix_empty.md deleted file mode 100644 index 3448202bf..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside_sub_suffix_empty.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -my_dyn_family_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - propertyerror: false - subdyn_{{ identifier }}: - description: a sub dynamic family - dynamic: - variable: rougail.var - var: - description: a variable inside a sub dynamic family - default: - type: identifier - -var2: - description: a variable - mandatory: false - multi: true - default: - variable: rougail.my_dyn_family_val1.subdyn_{{ identifier }}.var - optional: true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - my_dyn_family_val1: - subdyn_val1: - var: val1 - subdyn_val2: - var: val2 - my_dyn_family_val2: - subdyn_val1: - var: val1 - subdyn_val2: - var: val2 - var2: - - val1 - - val2 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside_suffix.md b/tests/docs/examples/60_5family_dynamic_variable_outside_suffix.md deleted file mode 100644 index 8336db733..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside_suffix.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside dynamic family - default: - type: identifier -var2: - description: a variable - default: - variable: _.dyn_val1.var -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dyn_val1: - var: val1 - dyn_val2: - var: val2 - var2: val1 -``` diff --git a/tests/docs/examples/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/docs/examples/60_5family_dynamic_variable_outside_suffix_empty.md deleted file mode 100644 index 2cce45513..000000000 --- a/tests/docs/examples/60_5family_dynamic_variable_outside_suffix_empty.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: asuffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -dyn_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - - var: - description: a variable inside dynamic family - default: - type: identifier - -var2: - description: a variable - mandatory: false - default: - variable: _.dyn_val1.var - optional: true -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dyn_val1: - var: val1 - dyn_val2: - var: val2 - var2: val1 -``` diff --git a/tests/docs/examples/60_6family_dynamic_inside.md b/tests/docs/examples/60_6family_dynamic_inside.md deleted file mode 100644 index 80aad8bab..000000000 --- a/tests/docs/examples/60_6family_dynamic_inside.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 - -'{{ identifier }}_dyn': - description: a dynamic family - dynamic: - variable: _.var - var1: - description: value is suffix - default: - type: identifier - var2: - description: value is first variable - default: - variable: rougail.{{ identifier }}_dyn.var1 - var3: - description: value is relative first variable - default: - variable: _.var1 - var4: - description: value is first variable of val1 - default: - variable: rougail.val1_dyn.var1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - val1_dyn: - var1: val1 - var2: val1 - var3: val1 - var4: val1 - val2_dyn: - var1: val2 - var2: val2 - var3: val2 - var4: val1 -``` diff --git a/tests/docs/examples/60_6family_dynamic_inside_empty.md b/tests/docs/examples/60_6family_dynamic_inside_empty.md deleted file mode 100644 index 901c7d623..000000000 --- a/tests/docs/examples/60_6family_dynamic_inside_empty.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -'{{ identifier }}_dyn': - description: a dynamic family - dynamic: - variable: _.var - var1: - description: value is suffix - default: - type: identifier - var2: - description: value is first variable - default: - variable: rougail.{{ identifier }}_dyn.var1 - var3: - description: value is relative first variable - default: - variable: _.var1 - var4: - description: value is first variable of val1 - default: - variable: rougail.val1_dyn.var1 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - val1_dyn: - var1: val1 - var2: val1 - var3: val1 - var4: val1 - val2_dyn: - var1: val2 - var2: val2 - var3: val2 - var4: val1 -``` diff --git a/tests/docs/examples/60_6family_dynamic_leadership.md b/tests/docs/examples/60_6family_dynamic_leadership.md deleted file mode 100644 index 6b0107a7c..000000000 --- a/tests/docs/examples/60_6family_dynamic_leadership.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - leadership: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - leadership: - - leader: example - follower1: example - follower2: example - dynval2: - leadership: - - leader: example - follower1: example - follower2: example -``` diff --git a/tests/docs/examples/60_6family_dynamic_leadership_empty.md b/tests/docs/examples/60_6family_dynamic_leadership_empty.md deleted file mode 100644 index 801a80c3c..000000000 --- a/tests/docs/examples/60_6family_dynamic_leadership_empty.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: a suffix variable - multi: true - mandatory: false - test: - - val1 - - val2 - -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - leadership: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mandatory: false -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - leadership: - - leader: example - follower1: example - follower2: example - dynval2: - leadership: - - leader: example - follower1: example - follower2: example -``` diff --git a/tests/docs/examples/60_6family_dynamic_sub_dynamic.md b/tests/docs/examples/60_6family_dynamic_sub_dynamic.md deleted file mode 100644 index 380efcc07..000000000 --- a/tests/docs/examples/60_6family_dynamic_sub_dynamic.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A identifier variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - - var: - description: A dynamic variable - multi: true - default: - jinja: | - {% for val in __.var %} - t{{ val }} - {% endfor %} - description: add 't' to each var value - - dyn_{{ identifier }}: - description: a Second dynamic variable - dynamic: - variable: rougail.dyn{{ identifier }}.var - - var: - description: A variable dynamic - default: - type: identifier - - var_identifier: - description: identifier from first family - default: - type: identifier - identifier: 0 - - var_identifiers: - description: merge identifiers - default: - jinja: | - {{ s1 }}-{{ s2 }} - params: - s1: - type: identifier - identifier: 0 - s2: - type: identifier - identifier: 1 - description: join identifier 1 et identifier 2 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: - - tval1 - - tval2 - dyn_tval1: - var: tval1 - var_identifier: val1 - var_identifiers: val1-tval1 - dyn_tval2: - var: tval2 - var_identifier: val1 - var_identifiers: val1-tval2 - dynval2: - var: - - tval1 - - tval2 - dyn_tval1: - var: tval1 - var_identifier: val2 - var_identifiers: val2-tval1 - dyn_tval2: - var: tval2 - var_identifier: val2 - var_identifiers: val2-tval2 -``` diff --git a/tests/docs/examples/60_6family_dynamic_sub_dynamic_1_0.md b/tests/docs/examples/60_6family_dynamic_sub_dynamic_1_0.md deleted file mode 100644 index d4010f0cd..000000000 --- a/tests/docs/examples/60_6family_dynamic_sub_dynamic_1_0.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' - -var: - description: A identifier variable - multi: true - default: - - val1 - - val2 - -dyn{{ suffix }}: - description: A dynamic family - type: dynamic - variable: rougail.var - - var: - description: A dynamic variable - multi: true - default: - jinja: | - {% for val in rougail.var %} - t{{ val }} - {% endfor %} - description: add 't' to each var value - - dyn_{{ suffix }}: - description: a Second dynamic variable - type: dynamic - variable: rougail.dyn{{ suffix }}.var - - var: - description: A variable dynamic - default: - type: identifier - - var_identifier: - description: identifier from first family - default: - type: identifier - identifier: 0 - - var_identifiers: - description: merge identifiers - default: - jinja: | - {{ s1 }}-{{ s2 }} - params: - s1: - type: identifier - identifier: 0 - s2: - type: identifier - identifier: 1 - description: join identifier 1 et identifier 2 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: - - tval1 - - tval2 - dyn_tval1: - var: tval1 - var_identifier: val1 - var_identifiers: val1-tval1 - dyn_tval2: - var: tval2 - var_identifier: val1 - var_identifiers: val1-tval2 - dynval2: - var: - - tval1 - - tval2 - dyn_tval1: - var: tval1 - var_identifier: val2 - var_identifiers: val2-tval1 - dyn_tval2: - var: tval2 - var_identifier: val2 - var_identifiers: val2-tval2 -``` diff --git a/tests/docs/examples/60_6family_dynamic_sub_dynamic_empty.md b/tests/docs/examples/60_6family_dynamic_sub_dynamic_empty.md deleted file mode 100644 index d8c804522..000000000 --- a/tests/docs/examples/60_6family_dynamic_sub_dynamic_empty.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: A identifier variable - multi: true - mandatory: false - test: - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - - var: - description: A dynamic variable - multi: true - default: - jinja: | - {% for val in __.var %} - t{{ val }} - {% endfor %} - description: add 't' to each var value - - dyn_{{ identifier }}: - description: a Second dynamic variable - dynamic: - variable: rougail.dyn{{ identifier }}.var - - var: - description: A variable dynamic - default: - type: identifier - - var_identifier: - description: identifier from first family - default: - type: identifier - identifier: 0 - - var_identifiers: - description: merge identifiers - default: - jinja: | - {{ s1 }}-{{ s2 }} - params: - s1: - type: identifier - identifier: 0 - s2: - type: identifier - identifier: 1 - description: join identifier 1 et identifier 2 -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - val1 - - val2 - dynval1: - var: - - example - dyn_example: - var: example - var_identifier: val1 - var_identifiers: val1-example - dynval2: - var: - - example - dyn_example: - var: example - var_identifier: val2 - var_identifiers: val2-example -``` diff --git a/tests/docs/examples/60_9extra_dynamic.md b/tests/docs/examples/60_9extra_dynamic.md deleted file mode 100644 index 089e3c9d7..000000000 --- a/tests/docs/examples/60_9extra_dynamic.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var: # a variable - - a -``` -# dictionaries/extra/00-base.yml - -```yaml ---- -version: 1.1 -dyn_{{ identifier }}: - dynamic: - variable: rougail.var - var: -``` -# Example with mandatory variables not filled in - -```yaml ---- -extra: - dyn_a: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: - - a -extra: - dyn_a: - var: example -``` diff --git a/tests/docs/examples/60_9extra_dynamic_extra.md b/tests/docs/examples/60_9extra_dynamic_extra.md deleted file mode 100644 index 500e6ade2..000000000 --- a/tests/docs/examples/60_9extra_dynamic_extra.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -general: - description: gรฉnรฉral - varname: - type: string - description: No change - multi: true - default: - - a -version: '1.0' -``` -# dictionaries/extra/00-base.yml - -```yaml ---- -version: '1.1' -var: # a variable - - a -dyn_{{ identifier }}: - dynamic: - variable: _.var - var: -``` -# Example with mandatory variables not filled in - -```yaml ---- -extra: - dyn_a: - var: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - general: - varname: - - a -extra: - var: - - a - dyn_a: - var: example -``` diff --git a/tests/docs/examples/60_9family_dynamic_calc_both.md b/tests/docs/examples/60_9family_dynamic_calc_both.md deleted file mode 100644 index ee34445fd..000000000 --- a/tests/docs/examples/60_9family_dynamic_calc_both.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: val2 # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - variable: _.var - vardyn: # a dynamic variable -``` -# Example with mandatory variables not filled in - -```yaml ---- -rougail: - dynval1: - vardyn: example - dynval2: - vardyn: example -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - var: val2 - dynval1: - vardyn: example - dynval2: - vardyn: example -``` diff --git a/tests/docs/examples/68_0family_leadership_mode.md b/tests/docs/examples/68_0family_leadership_mode.md deleted file mode 100644 index 1b975a3da..000000000 --- a/tests/docs/examples/68_0family_leadership_mode.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: A leadership - type: leadership - leader: - description: A leader - multi: true - mandatory: false - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mode: basic -``` -# Example with all variables modifiable - -```yaml ---- -rougail: - leader: - - leader: example - follower1: example - follower2: example -``` diff --git a/tests/docs/no_namespace/00_0empty.adoc b/tests/docs/no_namespace/00_0empty.adoc deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/docs/no_namespace/00_0empty.json b/tests/docs/no_namespace/00_0empty.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/00_0empty.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_0empty.md b/tests/docs/no_namespace/00_0empty.md deleted file mode 100644 index 3fc684d4d..000000000 --- a/tests/docs/no_namespace/00_0empty.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -gitea: none -include_toc: true ---- diff --git a/tests/docs/no_namespace/00_0empty.sh b/tests/docs/no_namespace/00_0empty.sh deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/docs/no_namespace/00_0version_underscore.adoc b/tests/docs/no_namespace/00_0version_underscore.adoc deleted file mode 100644 index 627a0d317..000000000 --- a/tests/docs/no_namespace/00_0version_underscore.adoc +++ /dev/null @@ -1,20 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -_version: '1.1' -version: # a variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**version** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/00_0version_underscore.json b/tests/docs/no_namespace/00_0version_underscore.json deleted file mode 100644 index 3cba9c97f..000000000 --- a/tests/docs/no_namespace/00_0version_underscore.json +++ /dev/null @@ -1 +0,0 @@ -{"version": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["version"], "names": ["version"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_0version_underscore.sh b/tests/docs/no_namespace/00_0version_underscore.sh deleted file mode 100644 index 2ded8634a..000000000 --- a/tests/docs/no_namespace/00_0version_underscore.sh +++ /dev/null @@ -1,18 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -_version: '1.1' -version: # a variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - version - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/00_1empty_variable.adoc b/tests/docs/no_namespace/00_1empty_variable.adoc deleted file mode 100644 index 6b9de48eb..000000000 --- a/tests/docs/no_namespace/00_1empty_variable.adoc +++ /dev/null @@ -1,20 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -empty: ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**empty** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Empty. -|==== - diff --git a/tests/docs/no_namespace/00_1empty_variable.json b/tests/docs/no_namespace/00_1empty_variable.json deleted file mode 100644 index 4bb782601..000000000 --- a/tests/docs/no_namespace/00_1empty_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"empty": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["empty"], "names": ["empty"]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_1empty_variable.md b/tests/docs/no_namespace/00_1empty_variable.md deleted file mode 100644 index 734846908..000000000 --- a/tests/docs/no_namespace/00_1empty_variable.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -empty: -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **empty**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Empty. | - diff --git a/tests/docs/no_namespace/00_1empty_variable.sh b/tests/docs/no_namespace/00_1empty_variable.sh deleted file mode 100644 index f49ddee87..000000000 --- a/tests/docs/no_namespace/00_1empty_variable.sh +++ /dev/null @@ -1,18 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -empty: -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - empty - string basic mandatory Empty. - diff --git a/tests/docs/no_namespace/00_2default_calculated.adoc b/tests/docs/no_namespace/00_2default_calculated.adoc deleted file mode 100644 index fce43ecea..000000000 --- a/tests/docs/no_namespace/00_2default_calculated.adoc +++ /dev/null @@ -1,34 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - multi: true - default: - jinja: | - {{ _.var1 }} - description: the value of var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Default**: no -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A second variable. + -**Default**: the value of var1. -|==== - diff --git a/tests/docs/no_namespace/00_2default_calculated.json b/tests/docs/no_namespace/00_2default_calculated.json deleted file mode 100644 index 2fb7ffdcd..000000000 --- a/tests/docs/no_namespace/00_2default_calculated.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "the value of var1.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_2default_calculated.md b/tests/docs/no_namespace/00_2default_calculated.md deleted file mode 100644 index b3da829c3..000000000 --- a/tests/docs/no_namespace/00_2default_calculated.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - multi: true - default: - jinja: | - {{ _.var1 }} - description: the value of var1 -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Default**: the value of var1. | - diff --git a/tests/docs/no_namespace/00_2default_calculated.sh b/tests/docs/no_namespace/00_2default_calculated.sh deleted file mode 100644 index 7d4386d40..000000000 --- a/tests/docs/no_namespace/00_2default_calculated.sh +++ /dev/null @@ -1,32 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - multi: true - default: - jinja: | - {{ _.var1 }} - description: the value of var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Default: no - var2 - string standard mandatory unique multiple A second variable. - Default: the value of var1. - diff --git a/tests/docs/no_namespace/00_2default_calculated_multi.adoc b/tests/docs/no_namespace/00_2default_calculated_multi.adoc deleted file mode 100644 index d9823cd44..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_multi.adoc +++ /dev/null @@ -1,43 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -var1: # a first variable - - no - - yes - - maybe -var2: - description: a second variable - multi: true - default: - jinja: | - {% for val in _.var1 %} - {{ val }} - {% endfor %} - description: the value of _.var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A first variable. + -**Default**: - -* no -* yes -* maybe -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A second variable. + -**Default**: the value of _.var1. -|==== - diff --git a/tests/docs/no_namespace/00_2default_calculated_multi.json b/tests/docs/no_namespace/00_2default_calculated_multi.json deleted file mode 100644 index 5354ed19d..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["no", "yes", "maybe"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."], "multiple": true}, "var2": {"type": "variable", "default": "the value of _.var1.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_2default_calculated_multi.md b/tests/docs/no_namespace/00_2default_calculated_multi.md deleted file mode 100644 index e583110dc..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_multi.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: # a first variable - - no - - yes - - maybe -var2: - description: a second variable - multi: true - default: - jinja: | - {% for val in _.var1 %} - {{ val }} - {% endfor %} - description: the value of _.var1 -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A first variable.
**Default**:
- no
- yes
- maybe | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Default**: the value of _.var1. | - diff --git a/tests/docs/no_namespace/00_2default_calculated_multi.sh b/tests/docs/no_namespace/00_2default_calculated_multi.sh deleted file mode 100644 index 4c6f3a57a..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_multi.sh +++ /dev/null @@ -1,39 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: # a first variable - - no - - yes - - maybe -var2: - description: a second variable - multi: true - default: - jinja: | - {% for val in _.var1 %} - {{ val }} - {% endfor %} - description: the value of _.var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple A first variable. - Default: - - - โ€ข no - โ€ข yes - โ€ข maybe - | | var2 string standard mandatory unique multiple - | A second variable. Default: the value of _.var1. - | diff --git a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.adoc b/tests/docs/no_namespace/00_2default_calculated_variable_transitive.adoc deleted file mode 100644 index 0883eb3fc..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.adoc +++ /dev/null @@ -1,40 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 - -var1: - description: a first variable - multi: true - type: domainname - params: - allow_ip: true - -var2: - description: a second variable - default: - type: variable - variable: _.var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `basic` `mandatory` `unique` `multiple` | -A first variable. + -**Validator**: the domain name can be an IP -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `mandatory` `unique` `multiple` | -A second variable. + -**Validator**: the domain name can be an IP + -**Default**: the value of the variable "var1". -|==== - diff --git a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.json b/tests/docs/no_namespace/00_2default_calculated_variable_transitive.json deleted file mode 100644 index 9f58863fd..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "domainname"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "validators": ["the domain name can be an IP"], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."], "multiple": true}, "var2": {"type": "variable", "default": "the value of the variable \"var1\".", "properties": [{"type": "type", "name": "domainname"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "validators": ["the domain name can be an IP"], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.md b/tests/docs/no_namespace/00_2default_calculated_variable_transitive.md deleted file mode 100644 index 40395e615..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - multi: true - type: domainname - params: - allow_ip: true - -var2: - description: a second variable - default: - type: variable - variable: _.var1 -``` -# Variables - -| Variable                                                                                                                           | Description                                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A first variable.
**Validator**: the domain name can be an IP | -| **var2**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Validator**: the domain name can be an IP
**Default**: the value of the variable "var1". | - diff --git a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.sh b/tests/docs/no_namespace/00_2default_calculated_variable_transitive.sh deleted file mode 100644 index e17916af3..000000000 --- a/tests/docs/no_namespace/00_2default_calculated_variable_transitive.sh +++ /dev/null @@ -1,39 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - multi: true - type: domainname - params: - allow_ip: true - -var2: - description: a second variable - default: - type: variable - variable: _.var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - domainname basic mandatory unique multiple A first variable. - Validator: the domain name can be an IP - var2 - domainname standard mandatory unique multiple A second variable. - Validator: the domain name can be an IP - Default: the value of the variable "var1". - diff --git a/tests/docs/no_namespace/00_4load_subfolder.adoc b/tests/docs/no_namespace/00_4load_subfolder.adoc deleted file mode 100644 index cf1962ec8..000000000 --- a/tests/docs/no_namespace/00_4load_subfolder.adoc +++ /dev/null @@ -1,35 +0,0 @@ -== dictionaries/rougail/99-base.yml - -[,yaml] ----- ---- -version: '1.0' -var1: - description: a variable ----- -== dictionaries/rougail2/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -var2: - description: a variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/00_4load_subfolder.json b/tests/docs/no_namespace/00_4load_subfolder.json deleted file mode 100644 index 67020fa28..000000000 --- a/tests/docs/no_namespace/00_4load_subfolder.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_4load_subfolder.md b/tests/docs/no_namespace/00_4load_subfolder.md deleted file mode 100644 index f97d05777..000000000 --- a/tests/docs/no_namespace/00_4load_subfolder.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/99-base.yml - -```yaml ---- -version: '1.0' -var1: - description: a variable -``` -# dictionaries/rougail2/00-base.yml - -```yaml ---- -version: '1.0' -var2: - description: a variable -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - diff --git a/tests/docs/no_namespace/00_4load_subfolder.sh b/tests/docs/no_namespace/00_4load_subfolder.sh deleted file mode 100644 index a17827d3e..000000000 --- a/tests/docs/no_namespace/00_4load_subfolder.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/99-base.yml - -```yaml ---- -version: '1.0' -var1: - description: a variable -``` -# dictionaries/rougail2/00-base.yml - -```yaml ---- -version: '1.0' -var2: - description: a variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string basic mandatory A variable. - var2 - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/00_5load_notype.adoc b/tests/docs/no_namespace/00_5load_notype.adoc deleted file mode 100644 index 9ce309e66..000000000 --- a/tests/docs/no_namespace/00_5load_notype.adoc +++ /dev/null @@ -1,23 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -without_type: - description: a variable - default: non ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**without_type** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: non -|==== - diff --git a/tests/docs/no_namespace/00_5load_notype.json b/tests/docs/no_namespace/00_5load_notype.json deleted file mode 100644 index 57bf6a521..000000000 --- a/tests/docs/no_namespace/00_5load_notype.json +++ /dev/null @@ -1 +0,0 @@ -{"without_type": {"type": "variable", "default": "non", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["without_type"], "names": ["without_type"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_5load_notype.sh b/tests/docs/no_namespace/00_5load_notype.sh deleted file mode 100644 index 1ff4e47fd..000000000 --- a/tests/docs/no_namespace/00_5load_notype.sh +++ /dev/null @@ -1,22 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -without_type: - description: a variable - default: non -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - without_type - string standard mandatory A variable. - Default: non - diff --git a/tests/docs/no_namespace/00_6boolean.adoc b/tests/docs/no_namespace/00_6boolean.adoc deleted file mode 100644 index e743f569d..000000000 --- a/tests/docs/no_namespace/00_6boolean.adoc +++ /dev/null @@ -1,66 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: true # the first variable -var2: - description: the second variable - default: true -var3: - description: the third variable - type: boolean - default: true -var4: false # the forth variable -var5: - description: the fifth variable - default: false -var6: - description: the sixth variable - type: boolean - default: false ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The first variable. + -**Default**: true -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The second variable. + -**Default**: true -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The third variable. + -**Default**: true -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The forth variable. + -**Default**: false -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The fifth variable. + -**Default**: false -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The sixth variable. + -**Default**: false -|==== - diff --git a/tests/docs/no_namespace/00_6boolean.json b/tests/docs/no_namespace/00_6boolean.json deleted file mode 100644 index a0be1c629..000000000 --- a/tests/docs/no_namespace/00_6boolean.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."]}, "var2": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."]}, "var3": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."]}, "var4": {"type": "variable", "default": false, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."]}, "var5": {"type": "variable", "default": false, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."]}, "var6": {"type": "variable", "default": false, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6boolean.sh b/tests/docs/no_namespace/00_6boolean.sh deleted file mode 100644 index cbf6a834d..000000000 --- a/tests/docs/no_namespace/00_6boolean.sh +++ /dev/null @@ -1,60 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: true # the first variable -var2: - description: the second variable - default: true -var3: - description: the third variable - type: boolean - default: true -var4: false # the forth variable -var5: - description: the fifth variable - default: false -var6: - description: the sixth variable - type: boolean - default: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - boolean standard mandatory The first variable. - Default: true - var2 - boolean standard mandatory The second variable. - Default: true - var3 - boolean standard mandatory The third variable. - Default: true - var4 - boolean standard mandatory The forth variable. - Default: false - var5 - boolean standard mandatory The fifth variable. - Default: false - var6 - boolean standard mandatory The sixth variable. - Default: false - diff --git a/tests/docs/no_namespace/00_6boolean_no_mandatory.adoc b/tests/docs/no_namespace/00_6boolean_no_mandatory.adoc deleted file mode 100644 index e5c2685fc..000000000 --- a/tests/docs/no_namespace/00_6boolean_no_mandatory.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - type: boolean - mandatory: false ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` | -A variable. + -**Default**: true -|==== - diff --git a/tests/docs/no_namespace/00_6boolean_no_mandatory.json b/tests/docs/no_namespace/00_6boolean_no_mandatory.json deleted file mode 100644 index 40e4c7c7f..000000000 --- a/tests/docs/no_namespace/00_6boolean_no_mandatory.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6boolean_no_mandatory.md b/tests/docs/no_namespace/00_6boolean_no_mandatory.md deleted file mode 100644 index 4de8684cd..000000000 --- a/tests/docs/no_namespace/00_6boolean_no_mandatory.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - type: boolean - mandatory: false -``` -# Variables - -| Variable                                                                                        | Description                                                                                     | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable.
**Default**: true | - diff --git a/tests/docs/no_namespace/00_6boolean_no_mandatory.sh b/tests/docs/no_namespace/00_6boolean_no_mandatory.sh deleted file mode 100644 index 3784fc0e9..000000000 --- a/tests/docs/no_namespace/00_6boolean_no_mandatory.sh +++ /dev/null @@ -1,23 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - type: boolean - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - boolean standard A variable. - Default: true - diff --git a/tests/docs/no_namespace/00_6choice.adoc b/tests/docs/no_namespace/00_6choice.adoc deleted file mode 100644 index 502dbbea4..000000000 --- a/tests/docs/no_namespace/00_6choice.adoc +++ /dev/null @@ -1,115 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - description: the first variable - choices: - - a - - b - - c -var2: - description: the second variable - choices: - - a - - b - - c -var3: - description: the third variable - choices: - - a - - b - - c - mandatory: false -var4: - description: the forth variable - choices: - - - - b - - c - mandatory: false -var5: - description: the fifth variable - choices: - - a - - b - - c - default: a -var6: - description: the sixth variable - choices: - - 1 - - 2 - - 3 - default: 1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` | -The first variable. + -**Choices**: - -* a -* b -* c -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` | -The second variable. + -**Choices**: - -* a -* b -* c -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` | -The third variable. + -**Choices**: - -* a -* b -* c -* null -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` | -The forth variable. + -**Choices**: - -* null -* b -* c -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -The fifth variable. + -**Choices**: - -* a โ† (default) -* b -* c -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -The sixth variable. + -**Choices**: - -* 1 โ† (default) -* 2 -* 3 -|==== - diff --git a/tests/docs/no_namespace/00_6choice.json b/tests/docs/no_namespace/00_6choice.json deleted file mode 100644 index d4f29d875..000000000 --- a/tests/docs/no_namespace/00_6choice.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "choices": ["a", "b", "c"], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "choices": ["a", "b", "c"], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."]}, "var3": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}], "choices": ["a", "b", "c", null], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."]}, "var4": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}], "choices": [null, "b", "c"], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."]}, "var5": {"type": "variable", "default": "a", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "display_default": false, "choices": ["a โ† (default)", "b", "c"], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."]}, "var6": {"type": "variable", "default": 1, "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "display_default": false, "choices": ["1 โ† (default)", 2, 3], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6choice.md b/tests/docs/no_namespace/00_6choice.md deleted file mode 100644 index 6f5bb37b8..000000000 --- a/tests/docs/no_namespace/00_6choice.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: the first variable - choices: - - a - - b - - c -var2: - description: the second variable - choices: - - a - - b - - c -var3: - description: the third variable - choices: - - a - - b - - c - mandatory: false -var4: - description: the forth variable - choices: - - - - b - - c - mandatory: false -var5: - description: the fifth variable - choices: - - a - - b - - c - default: a -var6: - description: the sixth variable - choices: - - 1 - - 2 - - 3 - default: 1 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Choices**:
- a
- b
- c | -| **var2**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
**Choices**:
- a
- b
- c | -| **var3**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The third variable.
**Choices**:
- a
- b
- c
- null | -| **var4**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The forth variable.
**Choices**:
- null
- b
- c | -| **var5**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Choices**:
- a โ† (default)
- b
- c | -| **var6**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Choices**:
- 1 โ† (default)
- 2
- 3 | - diff --git a/tests/docs/no_namespace/00_6choice.sh b/tests/docs/no_namespace/00_6choice.sh deleted file mode 100644 index 660d3ca07..000000000 --- a/tests/docs/no_namespace/00_6choice.sh +++ /dev/null @@ -1,84 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: the first variable - choices: - - a - - b - - c -var2: - description: the second variable - choices: - - a - - b - - c -var3: - description: the third variable - choices: - - a - - b - - c - mandatory: false -var4: - description: the forth variable - choices: - - - - b - - c - mandatory: false -var5: - description: the fifth variable - choices: - - a - - b - - c - default: a -var6: - description: the sixth variable - choices: - - 1 - - 2 - - 3 - default: 1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - choice basic mandatory The first variable. - Choices: - - - โ€ข a - โ€ข b - โ€ข c | | var2 choice basic mandatory - | The second variable. Choices: - โ€ข a - โ€ข b - โ€ข c | | var3 choice standard - | The third variable. Choices: - โ€ข a - โ€ข b - โ€ข c - โ€ข null | | var4 choice standard - | The forth variable. Choices: - โ€ข null - โ€ข b - โ€ข c | | var5 choice standard mandatory - | The fifth variable. Choices: - โ€ข a โ† (default) - โ€ข b - โ€ข c | | var6 choice standard mandatory - | The sixth variable. Choices: - โ€ข 1 โ† (default) - โ€ข 2 - โ€ข 3 | diff --git a/tests/docs/no_namespace/00_6choice_calculation.adoc b/tests/docs/no_namespace/00_6choice_calculation.adoc deleted file mode 100644 index b929ce65c..000000000 --- a/tests/docs/no_namespace/00_6choice_calculation.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -var: - description: a variable - default: 9 - choices: - jinja: | - {% for n in trange(0, 10) %} - {{ n }} - {% endfor %} - return_type: number - description: choices is 0 to 9 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -A variable. + -**Choices**: choices is 0 to 9. + -**Default**: 9 -|==== - diff --git a/tests/docs/no_namespace/00_6choice_calculation.json b/tests/docs/no_namespace/00_6choice_calculation.json deleted file mode 100644 index 9ec1ae9bf..000000000 --- a/tests/docs/no_namespace/00_6choice_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": 9, "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "choices": "choices is 0 to 9.", "paths": ["var"], "names": ["var"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6choice_calculation.md b/tests/docs/no_namespace/00_6choice_calculation.md deleted file mode 100644 index 6bc5d3f74..000000000 --- a/tests/docs/no_namespace/00_6choice_calculation.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var: - description: a variable - default: 9 - choices: - jinja: | - {% for n in trange(0, 10) %} - {{ n }} - {% endfor %} - return_type: number - description: choices is 0 to 9 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**: choices is 0 to 9.
**Default**: 9 | - diff --git a/tests/docs/no_namespace/00_6choice_calculation.sh b/tests/docs/no_namespace/00_6choice_calculation.sh deleted file mode 100644 index 4d28db581..000000000 --- a/tests/docs/no_namespace/00_6choice_calculation.sh +++ /dev/null @@ -1,31 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var: - description: a variable - default: 9 - choices: - jinja: | - {% for n in trange(0, 10) %} - {{ n }} - {% endfor %} - return_type: number - description: choices is 0 to 9 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - choice standard mandatory A variable. - Choices: choices is 0 to 9. - Default: 9 - diff --git a/tests/docs/no_namespace/00_6choice_variable.adoc b/tests/docs/no_namespace/00_6choice_variable.adoc deleted file mode 100644 index 1d5b93824..000000000 --- a/tests/docs/no_namespace/00_6choice_variable.adoc +++ /dev/null @@ -1,40 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # a second variable - - a - - b - - c -var2: - description: a first variable - default: a - choices: - variable: _.var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A second variable. + -**Default**: - -* a -* b -* c -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -A first variable. + -**Choices**: the value of the variable "var1". + -**Default**: a -|==== - diff --git a/tests/docs/no_namespace/00_6choice_variable.json b/tests/docs/no_namespace/00_6choice_variable.json deleted file mode 100644 index 92403d033..000000000 --- a/tests/docs/no_namespace/00_6choice_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["a", "b", "c"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A second variable."], "multiple": true}, "var2": {"type": "variable", "default": "a", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "choices": "the value of the variable \"var1\".", "paths": ["var2"], "names": ["var2"], "descriptions": ["A first variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6choice_variable.md b/tests/docs/no_namespace/00_6choice_variable.md deleted file mode 100644 index 0d9f009ca..000000000 --- a/tests/docs/no_namespace/00_6choice_variable.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a second variable - - a - - b - - c -var2: - description: a first variable - default: a - choices: - variable: _.var1 -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Default**:
- a
- b
- c | -| **var2**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Choices**: the value of the variable "var1".
**Default**: a | - diff --git a/tests/docs/no_namespace/00_6choice_variable.sh b/tests/docs/no_namespace/00_6choice_variable.sh deleted file mode 100644 index 2fc9991bf..000000000 --- a/tests/docs/no_namespace/00_6choice_variable.sh +++ /dev/null @@ -1,35 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a second variable - - a - - b - - c -var2: - description: a first variable - default: a - choices: - variable: _.var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple A second variable. - Default: - - - โ€ข a - โ€ข b - โ€ข c - | | var2 choice standard mandatory - | A first variable. Choices: the value of the variable "var1". Default: a - | diff --git a/tests/docs/no_namespace/00_6custom.adoc b/tests/docs/no_namespace/00_6custom.adoc deleted file mode 100644 index 75deac19a..000000000 --- a/tests/docs/no_namespace/00_6custom.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -custom1: - description: the first variable - type: custom -custom2: - description: the seconf variable - type: custom - default: value ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**custom1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `basic` `mandatory` | -The first variable. -| - -**custom2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `standard` `mandatory` | -The seconf variable. + -**Default**: value -|==== - diff --git a/tests/docs/no_namespace/00_6custom.json b/tests/docs/no_namespace/00_6custom.json deleted file mode 100644 index 9e6de7512..000000000 --- a/tests/docs/no_namespace/00_6custom.json +++ /dev/null @@ -1 +0,0 @@ -{"custom1": {"type": "variable", "properties": [{"type": "type", "name": "custom"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["custom1"], "names": ["custom1"], "descriptions": ["The first variable."]}, "custom2": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "custom"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["custom2"], "names": ["custom2"], "descriptions": ["The seconf variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6custom.md b/tests/docs/no_namespace/00_6custom.md deleted file mode 100644 index 8e57b03c6..000000000 --- a/tests/docs/no_namespace/00_6custom.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -custom1: - description: the first variable - type: custom -custom2: - description: the seconf variable - type: custom - default: value -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **custom1**
[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable. | -| **custom2**
[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The seconf variable.
**Default**: value | - diff --git a/tests/docs/no_namespace/00_6custom.sh b/tests/docs/no_namespace/00_6custom.sh deleted file mode 100644 index ea8938f11..000000000 --- a/tests/docs/no_namespace/00_6custom.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -custom1: - description: the first variable - type: custom -custom2: - description: the seconf variable - type: custom - default: value -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - custom1 - custom basic mandatory The first variable. - custom2 - custom standard mandatory The seconf variable. - Default: value - diff --git a/tests/docs/no_namespace/00_6domainname.adoc b/tests/docs/no_namespace/00_6domainname.adoc deleted file mode 100644 index bcfaee0e1..000000000 --- a/tests/docs/no_namespace/00_6domainname.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `mandatory` | -A domain name variable. + -**Default**: my.domain.name -|==== - diff --git a/tests/docs/no_namespace/00_6domainname.json b/tests/docs/no_namespace/00_6domainname.json deleted file mode 100644 index 80632018f..000000000 --- a/tests/docs/no_namespace/00_6domainname.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "my.domain.name", "properties": [{"type": "type", "name": "domainname"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A domain name variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6domainname.md b/tests/docs/no_namespace/00_6domainname.md deleted file mode 100644 index 4af544479..000000000 --- a/tests/docs/no_namespace/00_6domainname.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name -``` -# Variables - -| Variable                                                                                                       | Description                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A domain name variable.
**Default**: my.domain.name | - diff --git a/tests/docs/no_namespace/00_6domainname.sh b/tests/docs/no_namespace/00_6domainname.sh deleted file mode 100644 index 1ba8f9531..000000000 --- a/tests/docs/no_namespace/00_6domainname.sh +++ /dev/null @@ -1,23 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - domainname standard mandatory A domain name variable. - Default: my.domain.name - diff --git a/tests/docs/no_namespace/00_6domainname_params.adoc b/tests/docs/no_namespace/00_6domainname_params.adoc deleted file mode 100644 index e7d7c528f..000000000 --- a/tests/docs/no_namespace/00_6domainname_params.adoc +++ /dev/null @@ -1,27 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name - params: - allow_ip: true ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `mandatory` | -A domain name variable. + -**Validator**: the domain name can be an IP + -**Default**: my.domain.name -|==== - diff --git a/tests/docs/no_namespace/00_6domainname_params.json b/tests/docs/no_namespace/00_6domainname_params.json deleted file mode 100644 index f378c6acb..000000000 --- a/tests/docs/no_namespace/00_6domainname_params.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "my.domain.name", "properties": [{"type": "type", "name": "domainname"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "validators": ["the domain name can be an IP"], "paths": ["variable"], "names": ["variable"], "descriptions": ["A domain name variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6domainname_params.md b/tests/docs/no_namespace/00_6domainname_params.md deleted file mode 100644 index 90c275512..000000000 --- a/tests/docs/no_namespace/00_6domainname_params.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name - params: - allow_ip: true -``` -# Variables - -| Variable                                                                                                       | Description                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A domain name variable.
**Validator**: the domain name can be an IP
**Default**: my.domain.name | - diff --git a/tests/docs/no_namespace/00_6domainname_params.sh b/tests/docs/no_namespace/00_6domainname_params.sh deleted file mode 100644 index 9f2ecbe55..000000000 --- a/tests/docs/no_namespace/00_6domainname_params.sh +++ /dev/null @@ -1,27 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a domain name variable - type: domainname - default: my.domain.name - params: - allow_ip: true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - domainname standard mandatory A domain name variable. - Validator: the domain name can be an IP - Default: my.domain.name - diff --git a/tests/docs/no_namespace/00_6float.adoc b/tests/docs/no_namespace/00_6float.adoc deleted file mode 100644 index 1fc134773..000000000 --- a/tests/docs/no_namespace/00_6float.adoc +++ /dev/null @@ -1,66 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: 0.0 # the first variable -var2: - description: the second variable - default: 0.0 -var3: - description: the third variable - type: float - default: 0.0 -var4: 10.1 # the forth variable -var5: - description: the fifth variable - default: 10.1 -var6: - description: the sixth variable - type: float - default: 10.1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` | -The first variable. + -**Default**: 0.0 -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` | -The second variable. + -**Default**: 0.0 -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` | -The third variable. + -**Default**: 0.0 -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` | -The forth variable. + -**Default**: 10.1 -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` | -The fifth variable. + -**Default**: 10.1 -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` | -The sixth variable. + -**Default**: 10.1 -|==== - diff --git a/tests/docs/no_namespace/00_6float.json b/tests/docs/no_namespace/00_6float.json deleted file mode 100644 index c06ac77f0..000000000 --- a/tests/docs/no_namespace/00_6float.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": 0.0, "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."]}, "var2": {"type": "variable", "default": 0.0, "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."]}, "var3": {"type": "variable", "default": 0.0, "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."]}, "var4": {"type": "variable", "default": 10.1, "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."]}, "var5": {"type": "variable", "default": 10.1, "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."]}, "var6": {"type": "variable", "default": 10.1, "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6float.sh b/tests/docs/no_namespace/00_6float.sh deleted file mode 100644 index 227c024c5..000000000 --- a/tests/docs/no_namespace/00_6float.sh +++ /dev/null @@ -1,60 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: 0.0 # the first variable -var2: - description: the second variable - default: 0.0 -var3: - description: the third variable - type: float - default: 0.0 -var4: 10.1 # the forth variable -var5: - description: the fifth variable - default: 10.1 -var6: - description: the sixth variable - type: float - default: 10.1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - float standard mandatory The first variable. - Default: 0.0 - var2 - float standard mandatory The second variable. - Default: 0.0 - var3 - float standard mandatory The third variable. - Default: 0.0 - var4 - float standard mandatory The forth variable. - Default: 10.1 - var5 - float standard mandatory The fifth variable. - Default: 10.1 - var6 - float standard mandatory The sixth variable. - Default: 10.1 - diff --git a/tests/docs/no_namespace/00_6number.json b/tests/docs/no_namespace/00_6number.json deleted file mode 100644 index 87df4c8f6..000000000 --- a/tests/docs/no_namespace/00_6number.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": 0, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."]}, "var2": {"type": "variable", "default": 0, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."]}, "var3": {"type": "variable", "default": 0, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."]}, "var4": {"type": "variable", "default": 10, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["This forth variable."]}, "var5": {"type": "variable", "default": 10, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."]}, "var6": {"type": "variable", "default": 10, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6number.md b/tests/docs/no_namespace/00_6number.md deleted file mode 100644 index 7e5d3b28d..000000000 --- a/tests/docs/no_namespace/00_6number.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: 0 # the first variable -var2: - description: the second variable - default: 0 -var3: - description: the third variable - type: number - default: 0 -var4: 10 # this forth variable -var5: - description: the fifth variable - default: 10 -var6: - description: the sixth variable - type: number - default: 10 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0 | -| **var2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0 | -| **var3**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0 | -| **var4**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.
**Default**: 10 | -| **var5**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10 | -| **var6**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10 | - diff --git a/tests/docs/no_namespace/00_6number.sh b/tests/docs/no_namespace/00_6number.sh deleted file mode 100644 index 1218fbcf0..000000000 --- a/tests/docs/no_namespace/00_6number.sh +++ /dev/null @@ -1,60 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: 0 # the first variable -var2: - description: the second variable - default: 0 -var3: - description: the third variable - type: number - default: 0 -var4: 10 # this forth variable -var5: - description: the fifth variable - default: 10 -var6: - description: the sixth variable - type: number - default: 10 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - number standard mandatory The first variable. - Default: 0 - var2 - number standard mandatory The second variable. - Default: 0 - var3 - number standard mandatory The third variable. - Default: 0 - var4 - number standard mandatory This forth variable. - Default: 10 - var5 - number standard mandatory The fifth variable. - Default: 10 - var6 - number standard mandatory The sixth variable. - Default: 10 - diff --git a/tests/docs/no_namespace/00_6regexp.adoc b/tests/docs/no_namespace/00_6regexp.adoc deleted file mode 100644 index 5a2babc5e..000000000 --- a/tests/docs/no_namespace/00_6regexp.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: a first variable - regexp: ^#(?:[0-9a-f]{3}){1,2}$ - default: '#a1a1a1' - test: - - '#b1b1b1' - - '#b2b2b2' ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[regexp]` `standard` `mandatory` | -A first variable. + -**Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$" + -**Default**: #a1a1a1 + -**Examples**: - -* '#b1b1b1' -* '#b2b2b2' -|==== - diff --git a/tests/docs/no_namespace/00_6regexp.json b/tests/docs/no_namespace/00_6regexp.json deleted file mode 100644 index 4054d259a..000000000 --- a/tests/docs/no_namespace/00_6regexp.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": "#a1a1a1", "properties": [{"type": "type", "name": "regexp"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "validators": ["text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\""], "paths": ["var"], "names": ["var"], "descriptions": ["A first variable."], "examples": ["#b1b1b1", "#b2b2b2"]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6regexp.md b/tests/docs/no_namespace/00_6regexp.md deleted file mode 100644 index 12a6d8596..000000000 --- a/tests/docs/no_namespace/00_6regexp.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a first variable - regexp: ^#(?:[0-9a-f]{3}){1,2}$ - default: '#a1a1a1' - test: - - '#b1b1b1' - - '#b2b2b2' -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`regexp`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$"
**Default**: #a1a1a1
**Examples**:
- #b1b1b1
- #b2b2b2 | - diff --git a/tests/docs/no_namespace/00_6regexp.sh b/tests/docs/no_namespace/00_6regexp.sh deleted file mode 100644 index b2b41c724..000000000 --- a/tests/docs/no_namespace/00_6regexp.sh +++ /dev/null @@ -1,34 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a first variable - regexp: ^#(?:[0-9a-f]{3}){1,2}$ - default: '#a1a1a1' - test: - - '#b1b1b1' - - '#b2b2b2' -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - regexp standard mandatory A first variable. - Validator: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$" - Default: #a1a1a1 - Examples: - - - โ€ข #b1b1b1 - โ€ข #b2b2b2 - | diff --git a/tests/docs/no_namespace/00_6string.adoc b/tests/docs/no_namespace/00_6string.adoc deleted file mode 100644 index 6a42441ea..000000000 --- a/tests/docs/no_namespace/00_6string.adoc +++ /dev/null @@ -1,62 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # the first variable -var2: - description: the second variable - default: -var3: - description: the third variable - type: string -var4: value # the forth variable -var5: - description: the fifth variable - default: value -var6: - description: the sixth variable - type: string - default: value ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The first variable. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The second variable. -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The third variable. -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The forth variable. + -**Default**: value -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The fifth variable. + -**Default**: value -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The sixth variable. + -**Default**: value -|==== - diff --git a/tests/docs/no_namespace/00_6string.json b/tests/docs/no_namespace/00_6string.json deleted file mode 100644 index c46728b26..000000000 --- a/tests/docs/no_namespace/00_6string.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."]}, "var3": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."]}, "var4": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."]}, "var5": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."]}, "var6": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6string.md b/tests/docs/no_namespace/00_6string.md deleted file mode 100644 index 8d14de9fc..000000000 --- a/tests/docs/no_namespace/00_6string.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable -var2: - description: the second variable - default: -var3: - description: the third variable - type: string -var4: value # the forth variable -var5: - description: the fifth variable - default: value -var6: - description: the sixth variable - type: string - default: value -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable. | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable. | -| **var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The forth variable.
**Default**: value | -| **var5**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: value | -| **var6**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: value | - diff --git a/tests/docs/no_namespace/00_6string.sh b/tests/docs/no_namespace/00_6string.sh deleted file mode 100644 index 8eee5781b..000000000 --- a/tests/docs/no_namespace/00_6string.sh +++ /dev/null @@ -1,53 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable -var2: - description: the second variable - default: -var3: - description: the third variable - type: string -var4: value # the forth variable -var5: - description: the fifth variable - default: value -var6: - description: the sixth variable - type: string - default: value -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string basic mandatory The first variable. - var2 - string basic mandatory The second variable. - var3 - string basic mandatory The third variable. - var4 - string standard mandatory The forth variable. - Default: value - var5 - string standard mandatory The fifth variable. - Default: value - var6 - string standard mandatory The sixth variable. - Default: value - diff --git a/tests/docs/no_namespace/00_7choice_quote.adoc b/tests/docs/no_namespace/00_7choice_quote.adoc deleted file mode 100644 index 42f94a1c3..000000000 --- a/tests/docs/no_namespace/00_7choice_quote.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -var: - type: choice - description: A choice - default: quote' - choices: - - quote' - - quote" - - quote"' ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -A choice. + -**Choices**: - -* quote' โ† (default) -* quote" -* quote"' -|==== - diff --git a/tests/docs/no_namespace/00_7choice_quote.json b/tests/docs/no_namespace/00_7choice_quote.json deleted file mode 100644 index 00c21e87d..000000000 --- a/tests/docs/no_namespace/00_7choice_quote.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": "quote'", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "display_default": false, "choices": ["quote' โ† (default)", "quote\"", "quote\"'"], "paths": ["var"], "names": ["var"], "descriptions": ["A choice."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_7choice_quote.md b/tests/docs/no_namespace/00_7choice_quote.md deleted file mode 100644 index 879e566d5..000000000 --- a/tests/docs/no_namespace/00_7choice_quote.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - type: choice - description: A choice - default: quote' - choices: - - quote' - - quote" - - quote"' -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A choice.
**Choices**:
- quote' โ† (default)
- quote"
- quote"' | - diff --git a/tests/docs/no_namespace/00_7choice_quote.sh b/tests/docs/no_namespace/00_7choice_quote.sh deleted file mode 100644 index 168a29ca0..000000000 --- a/tests/docs/no_namespace/00_7choice_quote.sh +++ /dev/null @@ -1,31 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - type: choice - description: A choice - default: quote' - choices: - - quote' - - quote" - - quote"' -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - choice standard mandatory A choice. - Choices: - - - โ€ข quote' โ† (default) - โ€ข quote" - โ€ข quote"' | diff --git a/tests/docs/no_namespace/00_7help_quote.adoc b/tests/docs/no_namespace/00_7help_quote.adoc deleted file mode 100644 index d9a15e90d..000000000 --- a/tests/docs/no_namespace/00_7help_quote.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -var1: - description: the first variable - help: message with ' -var2: - description: the second variable - help: message with " ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The first variable. + -Message with '. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The second variable. + -Message with ". -|==== - diff --git a/tests/docs/no_namespace/00_7help_quote.json b/tests/docs/no_namespace/00_7help_quote.json deleted file mode 100644 index 81b0048b9..000000000 --- a/tests/docs/no_namespace/00_7help_quote.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "help": ["Message with '."], "descriptions": ["The first variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "help": ["Message with \"."], "descriptions": ["The second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_7help_quote.md b/tests/docs/no_namespace/00_7help_quote.md deleted file mode 100644 index 6ced84310..000000000 --- a/tests/docs/no_namespace/00_7help_quote.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var1: - description: the first variable - help: message with ' -var2: - description: the second variable - help: message with " -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
Message with '. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable.
Message with ". | - diff --git a/tests/docs/no_namespace/00_7help_quote.sh b/tests/docs/no_namespace/00_7help_quote.sh deleted file mode 100644 index edb28524e..000000000 --- a/tests/docs/no_namespace/00_7help_quote.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var1: - description: the first variable - help: message with ' -var2: - description: the second variable - help: message with " -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string basic mandatory The first variable. - Message with '. - var2 - string basic mandatory The second variable. - Message with ". - diff --git a/tests/docs/no_namespace/00_7value_doublequote.adoc b/tests/docs/no_namespace/00_7value_doublequote.adoc deleted file mode 100644 index ec84dd536..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote.adoc +++ /dev/null @@ -1,23 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: quote" ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: quote" -|==== - diff --git a/tests/docs/no_namespace/00_7value_doublequote.json b/tests/docs/no_namespace/00_7value_doublequote.json deleted file mode 100644 index 0c66bd940..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "quote\"", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_7value_doublequote.sh b/tests/docs/no_namespace/00_7value_doublequote.sh deleted file mode 100644 index 55eba60bb..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote.sh +++ /dev/null @@ -1,22 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: quote" -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: quote" - diff --git a/tests/docs/no_namespace/00_7value_doublequote2.adoc b/tests/docs/no_namespace/00_7value_doublequote2.adoc deleted file mode 100644 index c78a51647..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote2.adoc +++ /dev/null @@ -1,23 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: quote'" ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: quote'" -|==== - diff --git a/tests/docs/no_namespace/00_7value_doublequote2.json b/tests/docs/no_namespace/00_7value_doublequote2.json deleted file mode 100644 index bd82e61d2..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote2.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "quote'\"", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_7value_doublequote2.md b/tests/docs/no_namespace/00_7value_doublequote2.md deleted file mode 100644 index a4cb3327c..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote2.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: quote'" -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: quote'" | - diff --git a/tests/docs/no_namespace/00_7value_doublequote2.sh b/tests/docs/no_namespace/00_7value_doublequote2.sh deleted file mode 100644 index ba3ca0d88..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote2.sh +++ /dev/null @@ -1,22 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: quote'" -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: quote'" - diff --git a/tests/docs/no_namespace/00_7value_doublequote3.adoc b/tests/docs/no_namespace/00_7value_doublequote3.adoc deleted file mode 100644 index 7114f7d38..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote3.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -variable: - description: a variable - default: quote\"\' ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: quote\"\' -|==== - diff --git a/tests/docs/no_namespace/00_7value_doublequote3.json b/tests/docs/no_namespace/00_7value_doublequote3.json deleted file mode 100644 index a9bc9b6d0..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote3.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "quote\\\"\\'", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_7value_doublequote3.md b/tests/docs/no_namespace/00_7value_doublequote3.md deleted file mode 100644 index 4aa28c338..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote3.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -variable: - description: a variable - default: quote\"\' -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: quote\"\' | - diff --git a/tests/docs/no_namespace/00_7value_doublequote3.sh b/tests/docs/no_namespace/00_7value_doublequote3.sh deleted file mode 100644 index 34a306e28..000000000 --- a/tests/docs/no_namespace/00_7value_doublequote3.sh +++ /dev/null @@ -1,23 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -variable: - description: a variable - default: quote\"\' -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: quote"' - diff --git a/tests/docs/no_namespace/00_7value_quote.adoc b/tests/docs/no_namespace/00_7value_quote.adoc deleted file mode 100644 index 519b00d93..000000000 --- a/tests/docs/no_namespace/00_7value_quote.adoc +++ /dev/null @@ -1,23 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -variable: - description: a variable - default: quote' ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: quote' -|==== - diff --git a/tests/docs/no_namespace/00_7value_quote.json b/tests/docs/no_namespace/00_7value_quote.json deleted file mode 100644 index d498356b6..000000000 --- a/tests/docs/no_namespace/00_7value_quote.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "quote'", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_7value_quote.md b/tests/docs/no_namespace/00_7value_quote.md deleted file mode 100644 index c71d02702..000000000 --- a/tests/docs/no_namespace/00_7value_quote.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -variable: - description: a variable - default: quote' -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: quote' | - diff --git a/tests/docs/no_namespace/00_7value_quote.sh b/tests/docs/no_namespace/00_7value_quote.sh deleted file mode 100644 index 757142095..000000000 --- a/tests/docs/no_namespace/00_7value_quote.sh +++ /dev/null @@ -1,22 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -variable: - description: a variable - default: quote' -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: quote' - diff --git a/tests/docs/no_namespace/00_8calculation_information.adoc b/tests/docs/no_namespace/00_8calculation_information.adoc deleted file mode 100644 index 6b3c39e29..000000000 --- a/tests/docs/no_namespace/00_8calculation_information.adoc +++ /dev/null @@ -1,30 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: get information test_information. -|==== - diff --git a/tests/docs/no_namespace/00_8calculation_information.json b/tests/docs/no_namespace/00_8calculation_information.json deleted file mode 100644 index 933f75c8b..000000000 --- a/tests/docs/no_namespace/00_8calculation_information.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "get information test_information.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_8calculation_information.md b/tests/docs/no_namespace/00_8calculation_information.md deleted file mode 100644 index 1300b5bba..000000000 --- a/tests/docs/no_namespace/00_8calculation_information.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: get information test_information. | - diff --git a/tests/docs/no_namespace/00_8calculation_information.sh b/tests/docs/no_namespace/00_8calculation_information.sh deleted file mode 100644 index 9daa6b383..000000000 --- a/tests/docs/no_namespace/00_8calculation_information.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: get information test_information. - diff --git a/tests/docs/no_namespace/00_8test.adoc b/tests/docs/no_namespace/00_8test.adoc deleted file mode 100644 index 5d8e767b0..000000000 --- a/tests/docs/no_namespace/00_8test.adoc +++ /dev/null @@ -1,100 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -var1: - description: the first variable - test: - - test - -var2: - description: the second variable - test: - - test - default: value - -var3: - description: the third variable - test: - - test1 - - test2 - -var4: - description: the forth variable - test: - - - - test1 - - test2 - mandatory: false - -var5: - description: the fifth variable - type: boolean - test: - - false - -var6: - description: the sixth variable - multi: true - test: - - test1 - - test2 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The first variable. + -**Example**: test -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The second variable. + -**Default**: value + -**Example**: test -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The third variable. + -**Examples**: - -* test1 -* test2 -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -The forth variable. + -**Examples**: - -* null -* test1 -* test2 -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The fifth variable. + -**Default**: true + -**Example**: false -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -The sixth variable. + -**Examples**: - -* test1 -* test2 -|==== - diff --git a/tests/docs/no_namespace/00_8test.json b/tests/docs/no_namespace/00_8test.json deleted file mode 100644 index 471744ecb..000000000 --- a/tests/docs/no_namespace/00_8test.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."], "examples": ["test"]}, "var2": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."], "examples": ["test"]}, "var3": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."], "examples": ["test1", "test2"]}, "var4": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."], "examples": [null, "test1", "test2"]}, "var5": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."], "examples": [false]}, "var6": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."], "multiple": true, "examples": ["test1", "test2"]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_8test.md b/tests/docs/no_namespace/00_8test.md deleted file mode 100644 index f2ce1360e..000000000 --- a/tests/docs/no_namespace/00_8test.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var1: - description: the first variable - test: - - test - -var2: - description: the second variable - test: - - test - default: value - -var3: - description: the third variable - test: - - test1 - - test2 - -var4: - description: the forth variable - test: - - - - test1 - - test2 - mandatory: false - -var5: - description: the fifth variable - type: boolean - test: - - false - -var6: - description: the sixth variable - multi: true - test: - - test1 - - test2 -``` -# Variables - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable.
**Example**: test | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: value
**Example**: test | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable.
**Examples**:
- test1
- test2 | -| **var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The forth variable.
**Examples**:
- null
- test1
- test2 | -| **var5**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: true
**Example**: false | -| **var6**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | The sixth variable.
**Examples**:
- test1
- test2 | - diff --git a/tests/docs/no_namespace/00_8test.sh b/tests/docs/no_namespace/00_8test.sh deleted file mode 100644 index 53a1368ec..000000000 --- a/tests/docs/no_namespace/00_8test.sh +++ /dev/null @@ -1,84 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var1: - description: the first variable - test: - - test - -var2: - description: the second variable - test: - - test - default: value - -var3: - description: the third variable - test: - - test1 - - test2 - -var4: - description: the forth variable - test: - - - - test1 - - test2 - mandatory: false - -var5: - description: the fifth variable - type: boolean - test: - - false - -var6: - description: the sixth variable - multi: true - test: - - test1 - - test2 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string basic mandatory The first variable. - Example: test - var2 - string standard mandatory The second variable. - Default: value - Example: test - var3 - string basic mandatory The third variable. - Examples: - - - โ€ข test1 - โ€ข test2 - | | var4 string standard - | The forth variable. Examples: - โ€ข null - โ€ข test1 - โ€ข test2 - | | var5 boolean standard mandatory - | The fifth variable. Default: true Example: false - | | var6 string basic mandatory unique multiple - | The sixth variable. Examples: - โ€ข test1 - โ€ข test2 - | diff --git a/tests/docs/no_namespace/00_9choice_variable_multi.adoc b/tests/docs/no_namespace/00_9choice_variable_multi.adoc deleted file mode 100644 index d465ab2e3..000000000 --- a/tests/docs/no_namespace/00_9choice_variable_multi.adoc +++ /dev/null @@ -1,47 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable1: - description: a first variable - type: choice - multi: true - choices: - - val1 - - val2 -variable2: - description: a second variable - type: choice - multi: true - mandatory: false - choices: - - val1 - - val2 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` `unique` `multiple` | -A first variable. + -**Choices**: - -* val1 -* val2 -| - -**variable2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `unique` `multiple` | -A second variable. + -**Choices**: - -* val1 -* val2 -|==== - diff --git a/tests/docs/no_namespace/00_9choice_variable_multi.json b/tests/docs/no_namespace/00_9choice_variable_multi.json deleted file mode 100644 index 4b80b35e4..000000000 --- a/tests/docs/no_namespace/00_9choice_variable_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"variable1": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "choices": ["val1", "val2"], "paths": ["variable1"], "names": ["variable1"], "descriptions": ["A first variable."], "multiple": true}, "variable2": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "choices": ["val1", "val2"], "paths": ["variable2"], "names": ["variable2"], "descriptions": ["A second variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9choice_variable_multi.md b/tests/docs/no_namespace/00_9choice_variable_multi.md deleted file mode 100644 index 28b515319..000000000 --- a/tests/docs/no_namespace/00_9choice_variable_multi.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable1: - description: a first variable - type: choice - multi: true - choices: - - val1 - - val2 -variable2: - description: a second variable - type: choice - multi: true - mandatory: false - choices: - - val1 - - val2 -``` -# Variables - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A first variable.
**Choices**:
- val1
- val2 | -| **variable2**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A second variable.
**Choices**:
- val1
- val2 | - diff --git a/tests/docs/no_namespace/00_9choice_variable_multi.sh b/tests/docs/no_namespace/00_9choice_variable_multi.sh deleted file mode 100644 index 70fdade19..000000000 --- a/tests/docs/no_namespace/00_9choice_variable_multi.sh +++ /dev/null @@ -1,42 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable1: - description: a first variable - type: choice - multi: true - choices: - - val1 - - val2 -variable2: - description: a second variable - type: choice - multi: true - mandatory: false - choices: - - val1 - - val2 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable1 - choice basic mandatory unique multiple A first variable. - Choices: - - - โ€ข val1 - โ€ข val2 - | | variable2 choice standard unique multiple - | A second variable. Choices: - โ€ข val1 - โ€ข val2 - | diff --git a/tests/docs/no_namespace/00_9choice_variables.adoc b/tests/docs/no_namespace/00_9choice_variables.adoc deleted file mode 100644 index 6c24576c9..000000000 --- a/tests/docs/no_namespace/00_9choice_variables.adoc +++ /dev/null @@ -1,46 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -source_variable_1: val1 # the first source variable -source_variable_2: val2 # the second source variable -my_variable: - description: a variable - type: choice - choices: - - variable: _.source_variable_1 - - variable: _.source_variable_2 - default: val1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**source_variable_1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The first source variable. + -**Default**: val1 -| - -**source_variable_2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The second source variable. + -**Default**: val2 -| - -**my_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -A variable. + -**Choices**: - -* the value of the variable "source_variable_1". -* the value of the variable "source_variable_2". - -**Default**: val1 -|==== - diff --git a/tests/docs/no_namespace/00_9choice_variables.json b/tests/docs/no_namespace/00_9choice_variables.json deleted file mode 100644 index 2678cbdbb..000000000 --- a/tests/docs/no_namespace/00_9choice_variables.json +++ /dev/null @@ -1 +0,0 @@ -{"source_variable_1": {"type": "variable", "default": "val1", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["source_variable_1"], "names": ["source_variable_1"], "descriptions": ["The first source variable."]}, "source_variable_2": {"type": "variable", "default": "val2", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["source_variable_2"], "names": ["source_variable_2"], "descriptions": ["The second source variable."]}, "my_variable": {"type": "variable", "default": "val1", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "choices": ["the value of the variable \"source_variable_1\".", "the value of the variable \"source_variable_2\"."], "paths": ["my_variable"], "names": ["my_variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9choice_variables.md b/tests/docs/no_namespace/00_9choice_variables.md deleted file mode 100644 index a266e5b2e..000000000 --- a/tests/docs/no_namespace/00_9choice_variables.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -source_variable_1: val1 # the first source variable -source_variable_2: val2 # the second source variable -my_variable: - description: a variable - type: choice - choices: - - variable: _.source_variable_1 - - variable: _.source_variable_2 - default: val1 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **source_variable_1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first source variable.
**Default**: val1 | -| **source_variable_2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second source variable.
**Default**: val2 | -| **my_variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**:
- the value of the variable "source_variable_1".
- the value of the variable "source_variable_2".
**Default**: val1 | - diff --git a/tests/docs/no_namespace/00_9choice_variables.sh b/tests/docs/no_namespace/00_9choice_variables.sh deleted file mode 100644 index 66751020a..000000000 --- a/tests/docs/no_namespace/00_9choice_variables.sh +++ /dev/null @@ -1,42 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -source_variable_1: val1 # the first source variable -source_variable_2: val2 # the second source variable -my_variable: - description: a variable - type: choice - choices: - - variable: _.source_variable_1 - - variable: _.source_variable_2 - default: val1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - source_variable_1 - string standard mandatory The first source variable. - Default: val1 - source_variable_2 - string standard mandatory The second source variable. - Default: val2 - my_variable - choice standard mandatory A variable. - Choices: - - - โ€ข the value of the variable "source_variable_1". - โ€ข the value of the variable "source_variable_2". Default: val1 - | diff --git a/tests/docs/no_namespace/00_9default_calculation.adoc b/tests/docs/no_namespace/00_9default_calculation.adoc deleted file mode 100644 index 20ad48c5d..000000000 --- a/tests/docs/no_namespace/00_9default_calculation.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -variable: - description: a variable - default: - jinja: | - {{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }} - params: - param1: string - param2: 1 - param3: true - param4: - description: concat all parameters ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: concat all parameters. -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation.json b/tests/docs/no_namespace/00_9default_calculation.json deleted file mode 100644 index 4a2b14bae..000000000 --- a/tests/docs/no_namespace/00_9default_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "concat all parameters.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation.md b/tests/docs/no_namespace/00_9default_calculation.md deleted file mode 100644 index 7d3f17aaf..000000000 --- a/tests/docs/no_namespace/00_9default_calculation.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -variable: - description: a variable - default: - jinja: | - {{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }} - params: - param1: string - param2: 1 - param3: true - param4: - description: concat all parameters -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: concat all parameters. | - diff --git a/tests/docs/no_namespace/00_9default_calculation.sh b/tests/docs/no_namespace/00_9default_calculation.sh deleted file mode 100644 index 4445d2d9b..000000000 --- a/tests/docs/no_namespace/00_9default_calculation.sh +++ /dev/null @@ -1,31 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -variable: - description: a variable - default: - jinja: | - {{ param1 }}_{{ param2 }}_{{ param3 }}_{{ param4 }} - params: - param1: string - param2: 1 - param3: true - param4: - description: concat all parameters -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: concat all parameters. - diff --git a/tests/docs/no_namespace/00_9default_calculation_information.adoc b/tests/docs/no_namespace/00_9default_calculation_information.adoc deleted file mode 100644 index bec5bf015..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information.adoc +++ /dev/null @@ -1,30 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: a variable - default: - jinja: '{{ information }}' - params: - information: - type: information - information: test_information - variable: _.var - description: returns the information ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: returns the information. -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation_information.json b/tests/docs/no_namespace/00_9default_calculation_information.json deleted file mode 100644 index 5f6df7b7f..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": "returns the information.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var"], "names": ["var"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation_information.md b/tests/docs/no_namespace/00_9default_calculation_information.md deleted file mode 100644 index e5467e836..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a variable - default: - jinja: '{{ information }}' - params: - information: - type: information - information: test_information - variable: _.var - description: returns the information -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: returns the information. | - diff --git a/tests/docs/no_namespace/00_9default_calculation_information.sh b/tests/docs/no_namespace/00_9default_calculation_information.sh deleted file mode 100644 index b9fef5a43..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a variable - default: - jinja: '{{ information }}' - params: - information: - type: information - information: test_information - variable: _.var - description: returns the information -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory A variable. - Default: returns the information. - diff --git a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.adoc b/tests/docs/no_namespace/00_9default_calculation_information_other_variable.adoc deleted file mode 100644 index ea8fcc76f..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.adoc +++ /dev/null @@ -1,36 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - jinja: | - {{ information }} - params: - information: - type: information - information: test_information - variable: _.var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A first variable. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: depends on a calculation. -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.json b/tests/docs/no_namespace/00_9default_calculation_information_other_variable.json deleted file mode 100644 index b302a5e70..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "depends on a calculation.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.md b/tests/docs/no_namespace/00_9default_calculation_information_other_variable.md deleted file mode 100644 index 4b9234dab..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - jinja: | - {{ information }} - params: - information: - type: information - information: test_information - variable: _.var1 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first variable. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: depends on a calculation. | - diff --git a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.sh b/tests/docs/no_namespace/00_9default_calculation_information_other_variable.sh deleted file mode 100644 index 468bb5cf0..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_information_other_variable.sh +++ /dev/null @@ -1,33 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - jinja: | - {{ information }} - params: - information: - type: information - information: test_information - variable: _.var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string basic mandatory A first variable. - var2 - string standard mandatory A second variable. - Default: depends on a calculation. - diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional.adoc b/tests/docs/no_namespace/00_9default_calculation_multi_optional.adoc deleted file mode 100644 index 9f0b73b1d..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional.adoc +++ /dev/null @@ -1,35 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable - optional: true - - variable: _.my_variable_unexists - optional: true ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**my_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -My_variable. + -**Default**: val1 -| - -**my_calculated_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -My_calculated_variable. + -**Default**: the value of the variable "my_variable". -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional.json b/tests/docs/no_namespace/00_9default_calculation_multi_optional.json deleted file mode 100644 index 4d549548d..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional.json +++ /dev/null @@ -1 +0,0 @@ -{"my_variable": {"type": "variable", "default": "val1", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["my_variable"], "names": ["my_variable"]}, "my_calculated_variable": {"type": "variable", "default": ["the value of the variable \"my_variable\"."], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["my_calculated_variable"], "names": ["my_calculated_variable"], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional.md b/tests/docs/no_namespace/00_9default_calculation_multi_optional.md deleted file mode 100644 index 20d7d4536..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable - optional: true - - variable: _.my_variable_unexists - optional: true -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **my_variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | My_variable.
**Default**: val1 | -| **my_calculated_variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | My_calculated_variable.
**Default**: the value of the variable "my_variable". | - diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional.sh b/tests/docs/no_namespace/00_9default_calculation_multi_optional.sh deleted file mode 100644 index 0c311c31b..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional.sh +++ /dev/null @@ -1,33 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable - optional: true - - variable: _.my_variable_unexists - optional: true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - my_variable - string standard mandatory My_variable. - Default: val1 - my_calculated_variable - string standard mandatory unique multiple My_calculated_variable. - Default: the value of the variable "my_variable". - diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.adoc b/tests/docs/no_namespace/00_9default_calculation_multi_optional2.adoc deleted file mode 100644 index 48f11de00..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.adoc +++ /dev/null @@ -1,35 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable_unexists - optional: true - - variable: _.my_variable - optional: true ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**my_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -My_variable. + -**Default**: val1 -| - -**my_calculated_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -My_calculated_variable. + -**Default**: the value of the variable "my_variable". -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.json b/tests/docs/no_namespace/00_9default_calculation_multi_optional2.json deleted file mode 100644 index 4d549548d..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.json +++ /dev/null @@ -1 +0,0 @@ -{"my_variable": {"type": "variable", "default": "val1", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["my_variable"], "names": ["my_variable"]}, "my_calculated_variable": {"type": "variable", "default": ["the value of the variable \"my_variable\"."], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["my_calculated_variable"], "names": ["my_calculated_variable"], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.md b/tests/docs/no_namespace/00_9default_calculation_multi_optional2.md deleted file mode 100644 index 93d33e3ce..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable_unexists - optional: true - - variable: _.my_variable - optional: true -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **my_variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | My_variable.
**Default**: val1 | -| **my_calculated_variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | My_calculated_variable.
**Default**: the value of the variable "my_variable". | - diff --git a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.sh b/tests/docs/no_namespace/00_9default_calculation_multi_optional2.sh deleted file mode 100644 index df565bb10..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_multi_optional2.sh +++ /dev/null @@ -1,33 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - default: val1 -my_calculated_variable: - multi: true - default: - - variable: _.my_variable_unexists - optional: true - - variable: _.my_variable - optional: true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - my_variable - string standard mandatory My_variable. - Default: val1 - my_calculated_variable - string standard mandatory unique multiple My_calculated_variable. - Default: the value of the variable "my_variable". - diff --git a/tests/docs/no_namespace/00_9default_calculation_optional.adoc b/tests/docs/no_namespace/00_9default_calculation_optional.adoc deleted file mode 100644 index 57a187363..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**my_calculated_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -My_calculated_variable. -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation_optional.json b/tests/docs/no_namespace/00_9default_calculation_optional.json deleted file mode 100644 index 54d10bcc3..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional.json +++ /dev/null @@ -1 +0,0 @@ -{"my_calculated_variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["my_calculated_variable"], "names": ["my_calculated_variable"], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation_optional.md b/tests/docs/no_namespace/00_9default_calculation_optional.md deleted file mode 100644 index f0976e038..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **my_calculated_variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | My_calculated_variable. | - diff --git a/tests/docs/no_namespace/00_9default_calculation_optional.sh b/tests/docs/no_namespace/00_9default_calculation_optional.sh deleted file mode 100644 index da1f9592b..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional.sh +++ /dev/null @@ -1,22 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - my_calculated_variable - string standard mandatory unique multiple My_calculated_variable. - diff --git a/tests/docs/no_namespace/00_9default_calculation_optional_exists.adoc b/tests/docs/no_namespace/00_9default_calculation_optional_exists.adoc deleted file mode 100644 index f205c20ef..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional_exists.adoc +++ /dev/null @@ -1,39 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -my_variable: - multi: true - default: - - val1 - - val2 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**my_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -My_variable. + -**Default**: - -* val1 -* val2 -| - -**my_calculated_variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -My_calculated_variable. + -**Default**: the value of the variable "my_variable". -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation_optional_exists.json b/tests/docs/no_namespace/00_9default_calculation_optional_exists.json deleted file mode 100644 index a5c5ab77a..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional_exists.json +++ /dev/null @@ -1 +0,0 @@ -{"my_variable": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["my_variable"], "names": ["my_variable"], "multiple": true}, "my_calculated_variable": {"type": "variable", "default": "the value of the variable \"my_variable\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["my_calculated_variable"], "names": ["my_calculated_variable"], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation_optional_exists.md b/tests/docs/no_namespace/00_9default_calculation_optional_exists.md deleted file mode 100644 index adba18e29..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional_exists.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - multi: true - default: - - val1 - - val2 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **my_variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | My_variable.
**Default**:
- val1
- val2 | -| **my_calculated_variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | My_calculated_variable.
**Default**: the value of the variable "my_variable". | - diff --git a/tests/docs/no_namespace/00_9default_calculation_optional_exists.sh b/tests/docs/no_namespace/00_9default_calculation_optional_exists.sh deleted file mode 100644 index acfc21e8b..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_optional_exists.sh +++ /dev/null @@ -1,35 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -my_variable: - multi: true - default: - - val1 - - val2 -my_calculated_variable: - multi: true - default: - variable: _.my_variable - optional: true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - my_variable - string standard mandatory unique multiple My_variable. - Default: - - - โ€ข val1 - โ€ข val2 - | | my_calculated_variable string standard mandatory unique multiple - | My_calculated_variable. Default: the value of the variable "my_variable". - | diff --git a/tests/docs/no_namespace/00_9default_calculation_param_optional.adoc b/tests/docs/no_namespace/00_9default_calculation_param_optional.adoc deleted file mode 100644 index 620b50cc7..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_param_optional.adoc +++ /dev/null @@ -1,44 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - description: a first variable - default: - jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3 - }} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} ' - params: - var2: - variable: _.var2 - optional: true - var3: - variable: _.var3 - optional: true - var4: - variable: _.unknown_family.var - optional: true - description: returns a value - mandatory: false -var2: no # a second variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A first variable. + -**Default**: returns a value. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: no -|==== - diff --git a/tests/docs/no_namespace/00_9default_calculation_param_optional.json b/tests/docs/no_namespace/00_9default_calculation_param_optional.json deleted file mode 100644 index 13b332103..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_param_optional.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "returns a value.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_calculation_param_optional.md b/tests/docs/no_namespace/00_9default_calculation_param_optional.md deleted file mode 100644 index 67e6efcc7..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_param_optional.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - default: - jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3 - }} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} ' - params: - var2: - variable: _.var2 - optional: true - var3: - variable: _.var3 - optional: true - var4: - variable: _.unknown_family.var - optional: true - description: returns a value - mandatory: false -var2: no # a second variable -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A first variable.
**Default**: returns a value. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: no | - diff --git a/tests/docs/no_namespace/00_9default_calculation_param_optional.sh b/tests/docs/no_namespace/00_9default_calculation_param_optional.sh deleted file mode 100644 index d51758b54..000000000 --- a/tests/docs/no_namespace/00_9default_calculation_param_optional.sh +++ /dev/null @@ -1,42 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - default: - jinja: '{% if var2 is defined %} {{ var2 }} {% elif var3 is defined %} {{ var3 - }} {% elif var4 is defined %} {{ var4 }} {% else %} {{ _.var2 }} {% endif %} ' - params: - var2: - variable: _.var2 - optional: true - var3: - variable: _.var3 - optional: true - var4: - variable: _.unknown_family.var - optional: true - description: returns a value - mandatory: false -var2: no # a second variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard A first variable. - Default: returns a value. - var2 - string standard mandatory A second variable. - Default: no - diff --git a/tests/docs/no_namespace/00_9default_information_other_variable.adoc b/tests/docs/no_namespace/00_9default_information_other_variable.adoc deleted file mode 100644 index 158c8fce5..000000000 --- a/tests/docs/no_namespace/00_9default_information_other_variable.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - type: information - information: test_information - variable: _.var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A first variable. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: the value of the information "test_information" of the variable "var1". -|==== - diff --git a/tests/docs/no_namespace/00_9default_information_other_variable.json b/tests/docs/no_namespace/00_9default_information_other_variable.json deleted file mode 100644 index 1ccc1e350..000000000 --- a/tests/docs/no_namespace/00_9default_information_other_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "the value of the information \"test_information\" of the variable \"var1\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_information_other_variable.md b/tests/docs/no_namespace/00_9default_information_other_variable.md deleted file mode 100644 index 47d71c2f1..000000000 --- a/tests/docs/no_namespace/00_9default_information_other_variable.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - type: information - information: test_information - variable: _.var1 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first variable. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: the value of the information "test_information" of the variable "var1". | - diff --git a/tests/docs/no_namespace/00_9default_information_other_variable.sh b/tests/docs/no_namespace/00_9default_information_other_variable.sh deleted file mode 100644 index c42ab6828..000000000 --- a/tests/docs/no_namespace/00_9default_information_other_variable.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a first variable -var2: - description: a second variable - default: - type: information - information: test_information - variable: _.var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string basic mandatory A first variable. - var2 - string standard mandatory A second variable. - Default: the value of the information "test_information" of the variable "var1". - diff --git a/tests/docs/no_namespace/00_9default_integer.adoc b/tests/docs/no_namespace/00_9default_integer.adoc deleted file mode 100644 index 3be49e341..000000000 --- a/tests/docs/no_namespace/00_9default_integer.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: a variable - default: 9 - choices: - jinja: | - {% for item in trange(0, 10) %} - {{ item }} - {%- endfor %} - return_type: number - description: choice for 0 to 9 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -A variable. + -**Choices**: choice for 0 to 9. + -**Default**: 9 -|==== - diff --git a/tests/docs/no_namespace/00_9default_integer.json b/tests/docs/no_namespace/00_9default_integer.json deleted file mode 100644 index ec87948c9..000000000 --- a/tests/docs/no_namespace/00_9default_integer.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": 9, "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "choices": "choice for 0 to 9.", "paths": ["var"], "names": ["var"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_integer.sh b/tests/docs/no_namespace/00_9default_integer.sh deleted file mode 100644 index 9760b9208..000000000 --- a/tests/docs/no_namespace/00_9default_integer.sh +++ /dev/null @@ -1,31 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a variable - default: 9 - choices: - jinja: | - {% for item in trange(0, 10) %} - {{ item }} - {%- endfor %} - return_type: number - description: choice for 0 to 9 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - choice standard mandatory A variable. - Choices: choice for 0 to 9. - Default: 9 - diff --git a/tests/docs/no_namespace/01_6boolean_multi.adoc b/tests/docs/no_namespace/01_6boolean_multi.adoc deleted file mode 100644 index c7f7d6be4..000000000 --- a/tests/docs/no_namespace/01_6boolean_multi.adoc +++ /dev/null @@ -1,96 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # the first variable - - true -var2: - description: the second variable - default: - - true -var3: - description: the third variable - type: boolean - default: - - true -var4: # the forth variable - - false -var5: - description: the fifth variable - default: - - false -var6: - description: the sixth variable - type: boolean - default: - - false - -var7: - description: the seventh variable - multi: true - default: - - true -var8: - description: the eighth variable - type: boolean - multi: true - default: - - true ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The first variable. + -**Default**: true -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The second variable. + -**Default**: true -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The third variable. + -**Default**: true -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The forth variable. + -**Default**: false -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The fifth variable. + -**Default**: false -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The sixth variable. + -**Default**: false -| - -**var7** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The seventh variable. + -**Default**: true -| - -**var8** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -The eighth variable. + -**Default**: true -|==== - diff --git a/tests/docs/no_namespace/01_6boolean_multi.json b/tests/docs/no_namespace/01_6boolean_multi.json deleted file mode 100644 index 9ed12c79d..000000000 --- a/tests/docs/no_namespace/01_6boolean_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": [true], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."], "multiple": true}, "var2": {"type": "variable", "default": [true], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."], "multiple": true}, "var3": {"type": "variable", "default": [true], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."], "multiple": true}, "var4": {"type": "variable", "default": [false], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."], "multiple": true}, "var5": {"type": "variable", "default": [false], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."], "multiple": true}, "var6": {"type": "variable", "default": [false], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."], "multiple": true}, "var7": {"type": "variable", "default": [true], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var7"], "names": ["var7"], "descriptions": ["The seventh variable."], "multiple": true}, "var8": {"type": "variable", "default": [true], "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var8"], "names": ["var8"], "descriptions": ["The eighth variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_6boolean_multi.sh b/tests/docs/no_namespace/01_6boolean_multi.sh deleted file mode 100644 index 6514a2268..000000000 --- a/tests/docs/no_namespace/01_6boolean_multi.sh +++ /dev/null @@ -1,88 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - true -var2: - description: the second variable - default: - - true -var3: - description: the third variable - type: boolean - default: - - true -var4: # the forth variable - - false -var5: - description: the fifth variable - default: - - false -var6: - description: the sixth variable - type: boolean - default: - - false - -var7: - description: the seventh variable - multi: true - default: - - true -var8: - description: the eighth variable - type: boolean - multi: true - default: - - true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - boolean standard mandatory unique multiple The first variable. - Default: true - var2 - boolean standard mandatory unique multiple The second variable. - Default: true - var3 - boolean standard mandatory unique multiple The third variable. - Default: true - var4 - boolean standard mandatory unique multiple The forth variable. - Default: false - var5 - boolean standard mandatory unique multiple The fifth variable. - Default: false - var6 - boolean standard mandatory unique multiple The sixth variable. - Default: false - var7 - boolean standard mandatory unique multiple The seventh variable. - Default: true - var8 - boolean standard mandatory unique multiple The eighth variable. - Default: true - diff --git a/tests/docs/no_namespace/01_6custom_multi.adoc b/tests/docs/no_namespace/01_6custom_multi.adoc deleted file mode 100644 index c2f0d4d6d..000000000 --- a/tests/docs/no_namespace/01_6custom_multi.adoc +++ /dev/null @@ -1,34 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -custom1: - description: a first custom variable - type: custom - multi: true -custom2: - description: a second custom variable - type: custom - default: - - value ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**custom1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `basic` `mandatory` `unique` `multiple` | -A first custom variable. -| - -**custom2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[custom]` `standard` `mandatory` `unique` `multiple` | -A second custom variable. + -**Default**: value -|==== - diff --git a/tests/docs/no_namespace/01_6custom_multi.json b/tests/docs/no_namespace/01_6custom_multi.json deleted file mode 100644 index a197b5ab9..000000000 --- a/tests/docs/no_namespace/01_6custom_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"custom1": {"type": "variable", "properties": [{"type": "type", "name": "custom"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["custom1"], "names": ["custom1"], "descriptions": ["A first custom variable."], "multiple": true}, "custom2": {"type": "variable", "default": ["value"], "properties": [{"type": "type", "name": "custom"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["custom2"], "names": ["custom2"], "descriptions": ["A second custom variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_6custom_multi.md b/tests/docs/no_namespace/01_6custom_multi.md deleted file mode 100644 index 6dbc1fd90..000000000 --- a/tests/docs/no_namespace/01_6custom_multi.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -custom1: - description: a first custom variable - type: custom - multi: true -custom2: - description: a second custom variable - type: custom - default: - - value -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **custom1**
[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A first custom variable. | -| **custom2**
[`custom`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second custom variable.
**Default**: value | - diff --git a/tests/docs/no_namespace/01_6custom_multi.sh b/tests/docs/no_namespace/01_6custom_multi.sh deleted file mode 100644 index 8d374ee40..000000000 --- a/tests/docs/no_namespace/01_6custom_multi.sh +++ /dev/null @@ -1,31 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -custom1: - description: a first custom variable - type: custom - multi: true -custom2: - description: a second custom variable - type: custom - default: - - value -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - custom1 - custom basic mandatory unique multiple A first custom variable. - custom2 - custom standard mandatory unique multiple A second custom variable. - Default: value - diff --git a/tests/docs/no_namespace/01_6float_multi.adoc b/tests/docs/no_namespace/01_6float_multi.adoc deleted file mode 100644 index d801f7cdb..000000000 --- a/tests/docs/no_namespace/01_6float_multi.adoc +++ /dev/null @@ -1,96 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # the first variable - - 0.0 -var2: - description: the second variable - default: - - 0.0 -var3: - description: the third variable - type: float - default: - - 0.0 -var4: # the forth variable - - 10.1 -var5: - description: the fifth variable - default: - - 10.1 -var6: - description: the sixth variable - type: float - default: - - 10.1 - -var7: - description: the seventh variable - multi: true - default: - - 0.0 -var8: - description: the eighth variable - type: float - multi: true - default: - - 0.0 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The first variable. + -**Default**: 0.0 -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The second variable. + -**Default**: 0.0 -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The third variable. + -**Default**: 0.0 -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The forth variable. + -**Default**: 10.1 -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The fifth variable. + -**Default**: 10.1 -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The sixth variable. + -**Default**: 10.1 -| - -**var7** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The seventh variable. + -**Default**: 0.0 -| - -**var8** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[float]` `standard` `mandatory` `unique` `multiple` | -The eighth variable. + -**Default**: 0.0 -|==== - diff --git a/tests/docs/no_namespace/01_6float_multi.json b/tests/docs/no_namespace/01_6float_multi.json deleted file mode 100644 index 2db8be48e..000000000 --- a/tests/docs/no_namespace/01_6float_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": [0.0], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."], "multiple": true}, "var2": {"type": "variable", "default": [0.0], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."], "multiple": true}, "var3": {"type": "variable", "default": [0.0], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."], "multiple": true}, "var4": {"type": "variable", "default": [10.1], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."], "multiple": true}, "var5": {"type": "variable", "default": [10.1], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."], "multiple": true}, "var6": {"type": "variable", "default": [10.1], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."], "multiple": true}, "var7": {"type": "variable", "default": [0.0], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var7"], "names": ["var7"], "descriptions": ["The seventh variable."], "multiple": true}, "var8": {"type": "variable", "default": [0.0], "properties": [{"type": "type", "name": "float"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var8"], "names": ["var8"], "descriptions": ["The eighth variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_6float_multi.md b/tests/docs/no_namespace/01_6float_multi.md deleted file mode 100644 index 92c66e058..000000000 --- a/tests/docs/no_namespace/01_6float_multi.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - 0.0 -var2: - description: the second variable - default: - - 0.0 -var3: - description: the third variable - type: float - default: - - 0.0 -var4: # the forth variable - - 10.1 -var5: - description: the fifth variable - default: - - 10.1 -var6: - description: the sixth variable - type: float - default: - - 10.1 - -var7: - description: the seventh variable - multi: true - default: - - 0.0 -var8: - description: the eighth variable - type: float - multi: true - default: - - 0.0 -``` -# Variables - -| Variable                                                                                                                      | Description                                                                                                                   | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**: 0.0 | -| **var2**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**: 0.0 | -| **var3**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.
**Default**: 0.0 | -| **var4**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: 10.1 | -| **var5**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: 10.1 | -| **var6**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: 10.1 | -| **var7**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: 0.0 | -| **var8**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: 0.0 | - diff --git a/tests/docs/no_namespace/01_6float_multi.sh b/tests/docs/no_namespace/01_6float_multi.sh deleted file mode 100644 index e7a9eba0f..000000000 --- a/tests/docs/no_namespace/01_6float_multi.sh +++ /dev/null @@ -1,88 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - 0.0 -var2: - description: the second variable - default: - - 0.0 -var3: - description: the third variable - type: float - default: - - 0.0 -var4: # the forth variable - - 10.1 -var5: - description: the fifth variable - default: - - 10.1 -var6: - description: the sixth variable - type: float - default: - - 10.1 - -var7: - description: the seventh variable - multi: true - default: - - 0.0 -var8: - description: the eighth variable - type: float - multi: true - default: - - 0.0 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - float standard mandatory unique multiple The first variable. - Default: 0.0 - var2 - float standard mandatory unique multiple The second variable. - Default: 0.0 - var3 - float standard mandatory unique multiple The third variable. - Default: 0.0 - var4 - float standard mandatory unique multiple The forth variable. - Default: 10.1 - var5 - float standard mandatory unique multiple The fifth variable. - Default: 10.1 - var6 - float standard mandatory unique multiple The sixth variable. - Default: 10.1 - var7 - float standard mandatory unique multiple The seventh variable. - Default: 0.0 - var8 - float standard mandatory unique multiple The eighth variable. - Default: 0.0 - diff --git a/tests/docs/no_namespace/01_6number_multi.adoc b/tests/docs/no_namespace/01_6number_multi.adoc deleted file mode 100644 index 288102949..000000000 --- a/tests/docs/no_namespace/01_6number_multi.adoc +++ /dev/null @@ -1,96 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # the first variable - - 0 -var2: - description: the second variable - default: - - 0 -var3: - description: the third variable - type: number - default: - - 0 -var4: # the forth variable - - 10 -var5: - description: the fifth variable - default: - - 10 -var6: - description: the sixth variable - type: number - default: - - 10 - -var7: - description: the seventh variable - multi: true - default: - - 0 -var8: - description: the eighth variable - type: number - multi: true - default: - - 0 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The first variable. + -**Default**: 0 -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The second variable. + -**Default**: 0 -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The third variable. + -**Default**: 0 -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The forth variable. + -**Default**: 10 -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The fifth variable. + -**Default**: 10 -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The sixth variable. + -**Default**: 10 -| - -**var7** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The seventh variable. + -**Default**: 0 -| - -**var8** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | -The eighth variable. + -**Default**: 0 -|==== - diff --git a/tests/docs/no_namespace/01_6number_multi.json b/tests/docs/no_namespace/01_6number_multi.json deleted file mode 100644 index ba9ad37d4..000000000 --- a/tests/docs/no_namespace/01_6number_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": [0], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."], "multiple": true}, "var2": {"type": "variable", "default": [0], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."], "multiple": true}, "var3": {"type": "variable", "default": [0], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."], "multiple": true}, "var4": {"type": "variable", "default": [10], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."], "multiple": true}, "var5": {"type": "variable", "default": [10], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."], "multiple": true}, "var6": {"type": "variable", "default": [10], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."], "multiple": true}, "var7": {"type": "variable", "default": [0], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var7"], "names": ["var7"], "descriptions": ["The seventh variable."], "multiple": true}, "var8": {"type": "variable", "default": [0], "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var8"], "names": ["var8"], "descriptions": ["The eighth variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_6number_multi.md b/tests/docs/no_namespace/01_6number_multi.md deleted file mode 100644 index 42da3efef..000000000 --- a/tests/docs/no_namespace/01_6number_multi.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - 0 -var2: - description: the second variable - default: - - 0 -var3: - description: the third variable - type: number - default: - - 0 -var4: # the forth variable - - 10 -var5: - description: the fifth variable - default: - - 10 -var6: - description: the sixth variable - type: number - default: - - 10 - -var7: - description: the seventh variable - multi: true - default: - - 0 -var8: - description: the eighth variable - type: number - multi: true - default: - - 0 -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**: 0 | -| **var2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**: 0 | -| **var3**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.
**Default**: 0 | -| **var4**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: 10 | -| **var5**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: 10 | -| **var6**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: 10 | -| **var7**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: 0 | -| **var8**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: 0 | - diff --git a/tests/docs/no_namespace/01_6number_multi.sh b/tests/docs/no_namespace/01_6number_multi.sh deleted file mode 100644 index c4bc189b1..000000000 --- a/tests/docs/no_namespace/01_6number_multi.sh +++ /dev/null @@ -1,88 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - 0 -var2: - description: the second variable - default: - - 0 -var3: - description: the third variable - type: number - default: - - 0 -var4: # the forth variable - - 10 -var5: - description: the fifth variable - default: - - 10 -var6: - description: the sixth variable - type: number - default: - - 10 - -var7: - description: the seventh variable - multi: true - default: - - 0 -var8: - description: the eighth variable - type: number - multi: true - default: - - 0 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - number standard mandatory unique multiple The first variable. - Default: 0 - var2 - number standard mandatory unique multiple The second variable. - Default: 0 - var3 - number standard mandatory unique multiple The third variable. - Default: 0 - var4 - number standard mandatory unique multiple The forth variable. - Default: 10 - var5 - number standard mandatory unique multiple The fifth variable. - Default: 10 - var6 - number standard mandatory unique multiple The sixth variable. - Default: 10 - var7 - number standard mandatory unique multiple The seventh variable. - Default: 0 - var8 - number standard mandatory unique multiple The eighth variable. - Default: 0 - diff --git a/tests/docs/no_namespace/01_6string_empty.adoc b/tests/docs/no_namespace/01_6string_empty.adoc deleted file mode 100644 index ca84891dd..000000000 --- a/tests/docs/no_namespace/01_6string_empty.adoc +++ /dev/null @@ -1,29 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - description: the second variable - empty: false - default: - - value - - ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -The second variable. + -**Default**: - -* value -* null -|==== - diff --git a/tests/docs/no_namespace/01_6string_empty.json b/tests/docs/no_namespace/01_6string_empty.json deleted file mode 100644 index 423fb94ec..000000000 --- a/tests/docs/no_namespace/01_6string_empty.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["value", null], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The second variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_6string_empty.md b/tests/docs/no_namespace/01_6string_empty.md deleted file mode 100644 index a5ab29a1f..000000000 --- a/tests/docs/no_namespace/01_6string_empty.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: the second variable - empty: false - default: - - value - - -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**:
- value
- null | - diff --git a/tests/docs/no_namespace/01_6string_empty.sh b/tests/docs/no_namespace/01_6string_empty.sh deleted file mode 100644 index 1915d2a3b..000000000 --- a/tests/docs/no_namespace/01_6string_empty.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: the second variable - empty: false - default: - - value - - -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple The second variable. - Default: - - - โ€ข value - โ€ข null - | diff --git a/tests/docs/no_namespace/01_6string_multi.adoc b/tests/docs/no_namespace/01_6string_multi.adoc deleted file mode 100644 index 57c58dbda..000000000 --- a/tests/docs/no_namespace/01_6string_multi.adoc +++ /dev/null @@ -1,89 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: [] # the first variable -var2: - description: the second variable - default: [] -var3: - description: the third variable - type: string -var4: # the forth variable - - value -var5: - description: the fifth variable - default: - - value -var6: - description: the sixth variable - type: string - default: - - value - -var7: - description: the seventh variable - multi: true - default: - - value -var8: - description: the eighth variable - type: string - multi: true - default: - - value ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -The first variable. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -The second variable. -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The third variable. -| - -**var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -The forth variable. + -**Default**: value -| - -**var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -The fifth variable. + -**Default**: value -| - -**var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -The sixth variable. + -**Default**: value -| - -**var7** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -The seventh variable. + -**Default**: value -| - -**var8** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -The eighth variable. + -**Default**: value -|==== - diff --git a/tests/docs/no_namespace/01_6string_multi.json b/tests/docs/no_namespace/01_6string_multi.json deleted file mode 100644 index 135338c73..000000000 --- a/tests/docs/no_namespace/01_6string_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["The first variable."], "multiple": true}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["The second variable."], "multiple": true}, "var3": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["The third variable."]}, "var4": {"type": "variable", "default": ["value"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var4"], "names": ["var4"], "descriptions": ["The forth variable."], "multiple": true}, "var5": {"type": "variable", "default": ["value"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var5"], "names": ["var5"], "descriptions": ["The fifth variable."], "multiple": true}, "var6": {"type": "variable", "default": ["value"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var6"], "names": ["var6"], "descriptions": ["The sixth variable."], "multiple": true}, "var7": {"type": "variable", "default": ["value"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var7"], "names": ["var7"], "descriptions": ["The seventh variable."], "multiple": true}, "var8": {"type": "variable", "default": ["value"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var8"], "names": ["var8"], "descriptions": ["The eighth variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_6string_multi.md b/tests/docs/no_namespace/01_6string_multi.md deleted file mode 100644 index 2f389b0b1..000000000 --- a/tests/docs/no_namespace/01_6string_multi.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: [] # the first variable -var2: - description: the second variable - default: [] -var3: - description: the third variable - type: string -var4: # the forth variable - - value -var5: - description: the fifth variable - default: - - value -var6: - description: the sixth variable - type: string - default: - - value - -var7: - description: the seventh variable - multi: true - default: - - value -var8: - description: the eighth variable - type: string - multi: true - default: - - value -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | The first variable. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | The second variable. | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The third variable. | -| **var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: value | -| **var5**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: value | -| **var6**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: value | -| **var7**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: value | -| **var8**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: value | - diff --git a/tests/docs/no_namespace/01_6string_multi.sh b/tests/docs/no_namespace/01_6string_multi.sh deleted file mode 100644 index d9980f3a0..000000000 --- a/tests/docs/no_namespace/01_6string_multi.sh +++ /dev/null @@ -1,78 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: [] # the first variable -var2: - description: the second variable - default: [] -var3: - description: the third variable - type: string -var4: # the forth variable - - value -var5: - description: the fifth variable - default: - - value -var6: - description: the sixth variable - type: string - default: - - value - -var7: - description: the seventh variable - multi: true - default: - - value -var8: - description: the eighth variable - type: string - multi: true - default: - - value -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string basic mandatory unique multiple The first variable. - var2 - string basic mandatory unique multiple The second variable. - var3 - string basic mandatory The third variable. - var4 - string standard mandatory unique multiple The forth variable. - Default: value - var5 - string standard mandatory unique multiple The fifth variable. - Default: value - var6 - string standard mandatory unique multiple The sixth variable. - Default: value - var7 - string standard mandatory unique multiple The seventh variable. - Default: value - var8 - string standard mandatory unique multiple The eighth variable. - Default: value - diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote.adoc b/tests/docs/no_namespace/01_7value_multi_doublequote.adoc deleted file mode 100644 index db9851415..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: - - quote" ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A variable. + -**Default**: quote" -|==== - diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote.json b/tests/docs/no_namespace/01_7value_multi_doublequote.json deleted file mode 100644 index fa1823939..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": ["quote\""], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote.md b/tests/docs/no_namespace/01_7value_multi_doublequote.md deleted file mode 100644 index 738979f56..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote" -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.
**Default**: quote" | - diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote.sh b/tests/docs/no_namespace/01_7value_multi_doublequote.sh deleted file mode 100644 index c30cfc5a2..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote.sh +++ /dev/null @@ -1,23 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote" -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory unique multiple A variable. - Default: quote" - diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote2.adoc b/tests/docs/no_namespace/01_7value_multi_doublequote2.adoc deleted file mode 100644 index 79b5e455b..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote2.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: - - quote'" ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A variable. + -**Default**: quote'" -|==== - diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote2.json b/tests/docs/no_namespace/01_7value_multi_doublequote2.json deleted file mode 100644 index c067c5f38..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote2.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": ["quote'\""], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote2.md b/tests/docs/no_namespace/01_7value_multi_doublequote2.md deleted file mode 100644 index 87538ad3b..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote2.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote'" -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.
**Default**: quote'" | - diff --git a/tests/docs/no_namespace/01_7value_multi_doublequote2.sh b/tests/docs/no_namespace/01_7value_multi_doublequote2.sh deleted file mode 100644 index 82ce4feb7..000000000 --- a/tests/docs/no_namespace/01_7value_multi_doublequote2.sh +++ /dev/null @@ -1,23 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote'" -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory unique multiple A variable. - Default: quote'" - diff --git a/tests/docs/no_namespace/01_7value_multi_quote.adoc b/tests/docs/no_namespace/01_7value_multi_quote.adoc deleted file mode 100644 index 65d0126b3..000000000 --- a/tests/docs/no_namespace/01_7value_multi_quote.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: - - quote' ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A variable. + -**Default**: quote' -|==== - diff --git a/tests/docs/no_namespace/01_7value_multi_quote.json b/tests/docs/no_namespace/01_7value_multi_quote.json deleted file mode 100644 index 51930101e..000000000 --- a/tests/docs/no_namespace/01_7value_multi_quote.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": ["quote'"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_7value_multi_quote.md b/tests/docs/no_namespace/01_7value_multi_quote.md deleted file mode 100644 index f50a422cb..000000000 --- a/tests/docs/no_namespace/01_7value_multi_quote.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote' -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.
**Default**: quote' | - diff --git a/tests/docs/no_namespace/01_7value_multi_quote.sh b/tests/docs/no_namespace/01_7value_multi_quote.sh deleted file mode 100644 index cab2f9973..000000000 --- a/tests/docs/no_namespace/01_7value_multi_quote.sh +++ /dev/null @@ -1,23 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - - quote' -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory unique multiple A variable. - Default: quote' - diff --git a/tests/docs/no_namespace/01_8calculation_information_multi.adoc b/tests/docs/no_namespace/01_8calculation_information_multi.adoc deleted file mode 100644 index b370f41af..000000000 --- a/tests/docs/no_namespace/01_8calculation_information_multi.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - multi: true - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A variable. + -**Default**: get information test_information. -|==== - diff --git a/tests/docs/no_namespace/01_8calculation_information_multi.json b/tests/docs/no_namespace/01_8calculation_information_multi.json deleted file mode 100644 index fbbadb7b6..000000000 --- a/tests/docs/no_namespace/01_8calculation_information_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "get information test_information.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_8calculation_information_multi.md b/tests/docs/no_namespace/01_8calculation_information_multi.md deleted file mode 100644 index 50731c8bd..000000000 --- a/tests/docs/no_namespace/01_8calculation_information_multi.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - multi: true - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.
**Default**: get information test_information. | - diff --git a/tests/docs/no_namespace/01_8calculation_information_multi.sh b/tests/docs/no_namespace/01_8calculation_information_multi.sh deleted file mode 100644 index 241ee3cb7..000000000 --- a/tests/docs/no_namespace/01_8calculation_information_multi.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - multi: true - default: - jinja: | - {{test_information }} - params: - test_information: - type: information - information: test_information - description: get information test_information -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory unique multiple A variable. - Default: get information test_information. - diff --git a/tests/docs/no_namespace/01_9choice_variable_multi.adoc b/tests/docs/no_namespace/01_9choice_variable_multi.adoc deleted file mode 100644 index 3045ae144..000000000 --- a/tests/docs/no_namespace/01_9choice_variable_multi.adoc +++ /dev/null @@ -1,38 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable1: # a first variable - - a - - b - - c -variable2: - description: a second variable - choices: - variable: _.variable1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A first variable. + -**Default**: - -* a -* b -* c -| - -**variable2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` | -A second variable. + -**Choices**: the value of the variable "variable1". -|==== - diff --git a/tests/docs/no_namespace/01_9choice_variable_multi.json b/tests/docs/no_namespace/01_9choice_variable_multi.json deleted file mode 100644 index aaa0991ca..000000000 --- a/tests/docs/no_namespace/01_9choice_variable_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"variable1": {"type": "variable", "default": ["a", "b", "c"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["variable1"], "names": ["variable1"], "descriptions": ["A first variable."], "multiple": true}, "variable2": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "choices": "the value of the variable \"variable1\".", "paths": ["variable2"], "names": ["variable2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/01_9choice_variable_multi.md b/tests/docs/no_namespace/01_9choice_variable_multi.md deleted file mode 100644 index 0982241b3..000000000 --- a/tests/docs/no_namespace/01_9choice_variable_multi.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable1: # a first variable - - a - - b - - c -variable2: - description: a second variable - choices: - variable: _.variable1 -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A first variable.
**Default**:
- a
- b
- c | -| **variable2**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A second variable.
**Choices**: the value of the variable "variable1". | - diff --git a/tests/docs/no_namespace/01_9choice_variable_multi.sh b/tests/docs/no_namespace/01_9choice_variable_multi.sh deleted file mode 100644 index 137cb4496..000000000 --- a/tests/docs/no_namespace/01_9choice_variable_multi.sh +++ /dev/null @@ -1,34 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable1: # a first variable - - a - - b - - c -variable2: - description: a second variable - choices: - variable: _.variable1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable1 - string standard mandatory unique multiple A first variable. - Default: - - - โ€ข a - โ€ข b - โ€ข c - | | variable2 choice basic mandatory - | A second variable. Choices: the value of the variable "variable1". - | diff --git a/tests/docs/no_namespace/04_0type_param.adoc b/tests/docs/no_namespace/04_0type_param.adoc deleted file mode 100644 index 67061ab63..000000000 --- a/tests/docs/no_namespace/04_0type_param.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -int: - description: A limited number - default: 10 - params: - min_number: 0 - max_number: 100 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | -A limited number. + -**Validators**: - -* the minimum value is 0 -* the maximum value is 100 - -**Default**: 10 -|==== - diff --git a/tests/docs/no_namespace/04_0type_param.json b/tests/docs/no_namespace/04_0type_param.json deleted file mode 100644 index d236ebc43..000000000 --- a/tests/docs/no_namespace/04_0type_param.json +++ /dev/null @@ -1 +0,0 @@ -{"int": {"type": "variable", "default": 10, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "validators": ["the minimum value is 0", "the maximum value is 100"], "paths": ["int"], "names": ["int"], "descriptions": ["A limited number."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_0type_param.md b/tests/docs/no_namespace/04_0type_param.md deleted file mode 100644 index eaac71ebb..000000000 --- a/tests/docs/no_namespace/04_0type_param.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -int: - description: A limited number - default: 10 - params: - min_number: 0 - max_number: 100 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A limited number.
**Validators**:
- the minimum value is 0
- the maximum value is 100
**Default**: 10 | - diff --git a/tests/docs/no_namespace/04_0type_param.sh b/tests/docs/no_namespace/04_0type_param.sh deleted file mode 100644 index fe475a58f..000000000 --- a/tests/docs/no_namespace/04_0type_param.sh +++ /dev/null @@ -1,28 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -int: - description: A limited number - default: 10 - params: - min_number: 0 - max_number: 100 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - int - number standard mandatory A limited number. - Validators: - - - โ€ข the minimum value is 0 - โ€ข the maximum value is 100 Default: 10 | diff --git a/tests/docs/no_namespace/04_1auto_save.adoc b/tests/docs/no_namespace/04_1auto_save.adoc deleted file mode 100644 index 41e4839f9..000000000 --- a/tests/docs/no_namespace/04_1auto_save.adoc +++ /dev/null @@ -1,24 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -variable: - description: an auto save variable - auto_save: true - default: no ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `auto modified` | -An auto save variable. + -**Default**: no -|==== - diff --git a/tests/docs/no_namespace/04_1auto_save.json b/tests/docs/no_namespace/04_1auto_save.json deleted file mode 100644 index 1b315d046..000000000 --- a/tests/docs/no_namespace/04_1auto_save.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "auto modified"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["An auto save variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_1auto_save.md b/tests/docs/no_namespace/04_1auto_save.md deleted file mode 100644 index 265763606..000000000 --- a/tests/docs/no_namespace/04_1auto_save.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -variable: - description: an auto save variable - auto_save: true - default: no -``` -# Variables - -| Variable                                                                                                                | Description                                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `auto modified` | An auto save variable.
**Default**: no | - diff --git a/tests/docs/no_namespace/04_1auto_save.sh b/tests/docs/no_namespace/04_1auto_save.sh deleted file mode 100644 index 2c962eb49..000000000 --- a/tests/docs/no_namespace/04_1auto_save.sh +++ /dev/null @@ -1,23 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -variable: - description: an auto save variable - auto_save: true - default: no -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string basic mandatory auto modified An auto save variable. - Default: no - diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated.adoc b/tests/docs/no_namespace/04_1auto_save_and_calculated.adoc deleted file mode 100644 index 4a01a1020..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - auto_save: true - default: - variable: _.var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Default**: no -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `auto modified` | -A second variable. + -**Default**: the value of the variable "var1". -|==== - diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated.json b/tests/docs/no_namespace/04_1auto_save_and_calculated.json deleted file mode 100644 index 56d891b44..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "the value of the variable \"var1\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "auto modified"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated.md b/tests/docs/no_namespace/04_1auto_save_and_calculated.md deleted file mode 100644 index b8d1bfe4a..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - auto_save: true - default: - variable: _.var1 -``` -# Variables - -| Variable                                                                                                                | Description                                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `auto modified` | A second variable.
**Default**: the value of the variable "var1". | - diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated.sh b/tests/docs/no_namespace/04_1auto_save_and_calculated.sh deleted file mode 100644 index 211725690..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: no # a first variable -var2: - description: a second variable - auto_save: true - default: - variable: _.var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Default: no - var2 - string basic mandatory auto modified A second variable. - Default: the value of the variable "var1". - diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.adoc b/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.adoc deleted file mode 100644 index 5ed4e3f31..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.adoc +++ /dev/null @@ -1,40 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - auto_save: true - hidden: - jinja: | - {% if _.var1 == "yes" %} - _.var1 is yes - {% endif %} - description: only if the variable var1 has value "yes" - default: - jinja: yes - description: the value is always yes ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Default**: no -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__hidden__` `auto modified` | -A second variable. + -**Default**: the value is always yes. + -**Hidden**: only if the variable var1 has value "yes". -|==== - diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.json b/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.json deleted file mode 100644 index 6768c6f5e..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "the value is always yes.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "hidden", "annotation": "only if the variable var1 has value \"yes\"."}, {"type": "property", "name": "auto modified"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.md b/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.md deleted file mode 100644 index a88232b79..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - auto_save: true - hidden: - jinja: | - {% if _.var1 == "yes" %} - _.var1 is yes - {% endif %} - description: only if the variable var1 has value "yes" - default: - jinja: yes - description: the value is always yes -``` -# Variables - -| Variable                                                                                                                           | Description                                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`hidden`* `auto modified` | A second variable.
**Default**: the value is always yes.
**Hidden**: only if the variable var1 has value "yes". | - diff --git a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.sh b/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.sh deleted file mode 100644 index 240e0c1eb..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_calculated_hidden.sh +++ /dev/null @@ -1,39 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - auto_save: true - hidden: - jinja: | - {% if _.var1 == "yes" %} - _.var1 is yes - {% endif %} - description: only if the variable var1 has value "yes" - default: - jinja: yes - description: the value is always yes -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Default: no - var2 - string basic mandatory hidden auto modified A second variable. - Default: the value is always yes. - Hidden: only if the variable var1 has value "yes". - diff --git a/tests/docs/no_namespace/04_1auto_save_and_hidden.adoc b/tests/docs/no_namespace/04_1auto_save_and_hidden.adoc deleted file mode 100644 index 5fa72fd73..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_hidden.adoc +++ /dev/null @@ -1,13 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: autosave variable - auto_save: true - hidden: true - default: yes - mandatory: false ----- diff --git a/tests/docs/no_namespace/04_1auto_save_and_hidden.json b/tests/docs/no_namespace/04_1auto_save_and_hidden.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_1auto_save_and_hidden.md b/tests/docs/no_namespace/04_1auto_save_and_hidden.md deleted file mode 100644 index eb23d5503..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_hidden.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: autosave variable - auto_save: true - hidden: true - default: yes - mandatory: false -``` diff --git a/tests/docs/no_namespace/04_1auto_save_and_hidden.sh b/tests/docs/no_namespace/04_1auto_save_and_hidden.sh deleted file mode 100644 index 4443d0158..000000000 --- a/tests/docs/no_namespace/04_1auto_save_and_hidden.sh +++ /dev/null @@ -1,12 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: autosave variable - auto_save: true - hidden: true - default: yes - mandatory: false -``` diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden.adoc b/tests/docs/no_namespace/04_1default_calculation_hidden.adoc deleted file mode 100644 index 41a3921b7..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden.adoc +++ /dev/null @@ -1,50 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var1 == 'value' or _.var2 == 'blah' %} - value - {% endif %} ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Default**: value -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | -A second variable. + -**Disabled**: when the variable "var1" has the value "value". -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A third variable. + -**Default**: depends on a calculation. -|==== - diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden.json b/tests/docs/no_namespace/04_1default_calculation_hidden.json deleted file mode 100644 index 5611a207a..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "disabled", "annotation": "when the variable \"var1\" has the value \"value\"."}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}, "var3": {"type": "variable", "default": "depends on a calculation.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["A third variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden.md b/tests/docs/no_namespace/04_1default_calculation_hidden.md deleted file mode 100644 index fd680aed6..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var1 == 'value' or _.var2 == 'blah' %} - value - {% endif %} -``` -# Variables - -| Variable                                                                                                             | Description                                                                                                          | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: value | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A second variable.
**Disabled**: when the variable "var1" has the value "value". | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Default**: depends on a calculation. | - diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden.sh b/tests/docs/no_namespace/04_1default_calculation_hidden.sh deleted file mode 100644 index 9414fa4d1..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden.sh +++ /dev/null @@ -1,47 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var1 == 'value' or _.var2 == 'blah' %} - value - {% endif %} -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Default: value - var2 - string basic mandatory disabled A second variable. - Disabled: when the variable "var1" has the value "value". - var3 - string standard mandatory A third variable. - Default: depends on a calculation. - diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden_2.adoc b/tests/docs/no_namespace/04_1default_calculation_hidden_2.adoc deleted file mode 100644 index 2bfef3a2d..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden_2.adoc +++ /dev/null @@ -1,50 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var2 is propertyerror %} - value - {% endif %} ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Default**: value -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | -A second variable. + -**Disabled**: when the variable "var1" has the value "value". -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A third variable. + -**Default**: depends on a calculation. -|==== - diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden_2.json b/tests/docs/no_namespace/04_1default_calculation_hidden_2.json deleted file mode 100644 index 5611a207a..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden_2.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "disabled", "annotation": "when the variable \"var1\" has the value \"value\"."}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}, "var3": {"type": "variable", "default": "depends on a calculation.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["A third variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden_2.md b/tests/docs/no_namespace/04_1default_calculation_hidden_2.md deleted file mode 100644 index 32779f2fe..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden_2.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var2 is propertyerror %} - value - {% endif %} -``` -# Variables - -| Variable                                                                                                             | Description                                                                                                          | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: value | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A second variable.
**Disabled**: when the variable "var1" has the value "value". | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Default**: depends on a calculation. | - diff --git a/tests/docs/no_namespace/04_1default_calculation_hidden_2.sh b/tests/docs/no_namespace/04_1default_calculation_hidden_2.sh deleted file mode 100644 index 177f6bfe1..000000000 --- a/tests/docs/no_namespace/04_1default_calculation_hidden_2.sh +++ /dev/null @@ -1,47 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -var1: - description: a first variable - default: value - -var2: - description: a second variable - disabled: - variable: _.var1 - when: value - -var3: - description: a third variable - default: - jinja: | - {% if _.var2 is propertyerror %} - value - {% endif %} -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Default: value - var2 - string basic mandatory disabled A second variable. - Disabled: when the variable "var1" has the value "value". - var3 - string standard mandatory A third variable. - Default: depends on a calculation. - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_optional.adoc b/tests/docs/no_namespace/04_5disabled_calculation_optional.adoc deleted file mode 100644 index b1ea4dd70..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_optional.adoc +++ /dev/null @@ -1,63 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: no # a condition -var1: - description: a first variable - hidden: - jinja: | - {% if unknown is not defined %} - unknown is undefined - {% elif unknown == "no" %} - unknown is no - {% endif %} - params: - unknown: - variable: _.unknown - optional: true - description: calculation from an unknown variable - mandatory: false -var2: - description: a second variable - hidden: - jinja: | - {% if condition is not defined %} - condition is undefined - {% elif condition == "no" %} - condition is no - {% endif %} - params: - condition: - variable: _.condition - optional: true - description: calculation from an condition variable - mandatory: false ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A condition. + -**Default**: no -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` | -A first variable. + -**Hidden**: calculation from an unknown variable. -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` | -A second variable. + -**Hidden**: calculation from an condition variable. -|==== - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_optional.json b/tests/docs/no_namespace/04_5disabled_calculation_optional.json deleted file mode 100644 index fac97dad0..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_optional.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "hidden", "annotation": "calculation from an unknown variable."}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "hidden", "annotation": "calculation from an condition variable."}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5disabled_calculation_optional.md b/tests/docs/no_namespace/04_5disabled_calculation_optional.md deleted file mode 100644 index 208c7111f..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_optional.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var1: - description: a first variable - hidden: - jinja: | - {% if unknown is not defined %} - unknown is undefined - {% elif unknown == "no" %} - unknown is no - {% endif %} - params: - unknown: - variable: _.unknown - optional: true - description: calculation from an unknown variable - mandatory: false -var2: - description: a second variable - hidden: - jinja: | - {% if condition is not defined %} - condition is undefined - {% elif condition == "no" %} - condition is no - {% endif %} - params: - condition: - variable: _.condition - optional: true - description: calculation from an condition variable - mandatory: false -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: no | -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`hidden`* | A first variable.
**Hidden**: calculation from an unknown variable. | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`hidden`* | A second variable.
**Hidden**: calculation from an condition variable. | - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_optional.sh b/tests/docs/no_namespace/04_5disabled_calculation_optional.sh deleted file mode 100644 index 1726fd40e..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_optional.sh +++ /dev/null @@ -1,60 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var1: - description: a first variable - hidden: - jinja: | - {% if unknown is not defined %} - unknown is undefined - {% elif unknown == "no" %} - unknown is no - {% endif %} - params: - unknown: - variable: _.unknown - optional: true - description: calculation from an unknown variable - mandatory: false -var2: - description: a second variable - hidden: - jinja: | - {% if condition is not defined %} - condition is undefined - {% elif condition == "no" %} - condition is no - {% endif %} - params: - condition: - variable: _.condition - optional: true - description: calculation from an condition variable - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory A condition. - Default: no - var1 - string standard hidden A first variable. - Hidden: calculation from an unknown variable. - var2 - string standard hidden A second variable. - Hidden: calculation from an condition variable. - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable.adoc b/tests/docs/no_namespace/04_5disabled_calculation_variable.adoc deleted file mode 100644 index 1e37a39fc..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: false # a condition -variable: - description: a variable - disabled: - variable: _.condition ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -A condition. + -**Default**: false -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | -A variable. + -**Disabled**: when the variable "condition" has the value "true". -|==== - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable.json b/tests/docs/no_namespace/04_5disabled_calculation_variable.json deleted file mode 100644 index d714c163e..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": false, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "disabled", "annotation": "when the variable \"condition\" has the value \"true\"."}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable.md b/tests/docs/no_namespace/04_5disabled_calculation_variable.md deleted file mode 100644 index 9630810fe..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: false # a condition -variable: - description: a variable - disabled: - variable: _.condition -``` -# Variables - -| Variable                                                                                                             | Description                                                                                                          | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: false | -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A variable.
**Disabled**: when the variable "condition" has the value "true". | - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable.sh b/tests/docs/no_namespace/04_5disabled_calculation_variable.sh deleted file mode 100644 index 63bce7ea3..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: false # a condition -variable: - description: a variable - disabled: - variable: _.condition -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - boolean standard mandatory A condition. - Default: false - variable - string basic mandatory disabled A variable. - Disabled: when the variable "condition" has the value "true". - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable2.adoc b/tests/docs/no_namespace/04_5disabled_calculation_variable2.adoc deleted file mode 100644 index ecb92eea4..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable2.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: true # a condition -variable: - description: a variable - disabled: - variable: _.condition ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -A condition. + -**Default**: true -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | -A variable. + -**Disabled**: when the variable "condition" has the value "true". -|==== - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable2.json b/tests/docs/no_namespace/04_5disabled_calculation_variable2.json deleted file mode 100644 index a1e58519a..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable2.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "disabled", "annotation": "when the variable \"condition\" has the value \"true\"."}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable2.md b/tests/docs/no_namespace/04_5disabled_calculation_variable2.md deleted file mode 100644 index e8a181716..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable2.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # a condition -variable: - description: a variable - disabled: - variable: _.condition -``` -# Variables - -| Variable                                                                                                             | Description                                                                                                          | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: true | -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A variable.
**Disabled**: when the variable "condition" has the value "true". | - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable2.sh b/tests/docs/no_namespace/04_5disabled_calculation_variable2.sh deleted file mode 100644 index 0a8795425..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable2.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # a condition -variable: - description: a variable - disabled: - variable: _.condition -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - boolean standard mandatory A condition. - Default: true - variable - string basic mandatory disabled A variable. - Disabled: when the variable "condition" has the value "true". - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable3.adoc b/tests/docs/no_namespace/04_5disabled_calculation_variable3.adoc deleted file mode 100644 index f70cfe87a..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable3.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when: yes ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A condition. + -**Default**: yes -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | -A variable. + -**Disabled**: when the variable "condition" has the value "yes". -|==== - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable3.json b/tests/docs/no_namespace/04_5disabled_calculation_variable3.json deleted file mode 100644 index 1e0ed0a11..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable3.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "yes", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "disabled", "annotation": "when the variable \"condition\" has the value \"yes\"."}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable3.md b/tests/docs/no_namespace/04_5disabled_calculation_variable3.md deleted file mode 100644 index 85935b5db..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable3.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when: yes -``` -# Variables - -| Variable                                                                                                             | Description                                                                                                          | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: yes | -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A variable.
**Disabled**: when the variable "condition" has the value "yes". | - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable3.sh b/tests/docs/no_namespace/04_5disabled_calculation_variable3.sh deleted file mode 100644 index b52d7e911..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable3.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when: yes -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory A condition. - Default: yes - variable - string basic mandatory disabled A variable. - Disabled: when the variable "condition" has the value "yes". - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable4.adoc b/tests/docs/no_namespace/04_5disabled_calculation_variable4.adoc deleted file mode 100644 index f62d672f3..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable4.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when_not: yes ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A condition. + -**Default**: yes -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | -A variable. + -**Disabled**: when the variable "condition" hasn't the value "yes". -|==== - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable4.json b/tests/docs/no_namespace/04_5disabled_calculation_variable4.json deleted file mode 100644 index 1b13ad33f..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable4.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "yes", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "disabled", "annotation": "when the variable \"condition\" hasn't the value \"yes\"."}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable4.md b/tests/docs/no_namespace/04_5disabled_calculation_variable4.md deleted file mode 100644 index 837ed13d9..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable4.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when_not: yes -``` -# Variables - -| Variable                                                                                                             | Description                                                                                                          | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: yes | -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A variable.
**Disabled**: when the variable "condition" hasn't the value "yes". | - diff --git a/tests/docs/no_namespace/04_5disabled_calculation_variable4.sh b/tests/docs/no_namespace/04_5disabled_calculation_variable4.sh deleted file mode 100644 index 38b637368..000000000 --- a/tests/docs/no_namespace/04_5disabled_calculation_variable4.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -variable: - description: a variable - disabled: - variable: _.condition - when_not: yes -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory A condition. - Default: yes - variable - string basic mandatory disabled A variable. - Disabled: when the variable "condition" hasn't the value "yes". - diff --git a/tests/docs/no_namespace/04_5validators.adoc b/tests/docs/no_namespace/04_5validators.adoc deleted file mode 100644 index afa344ff4..000000000 --- a/tests/docs/no_namespace/04_5validators.adoc +++ /dev/null @@ -1,29 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -int: - description: A number - type: number - validators: - - jinja: | - {% if _.int > 100 %} - value is too high - {% endif %} - description: the max value is 100 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `basic` `mandatory` | -A number. + -**Validator**: the max value is 100. -|==== - diff --git a/tests/docs/no_namespace/04_5validators.json b/tests/docs/no_namespace/04_5validators.json deleted file mode 100644 index d1fb25bb6..000000000 --- a/tests/docs/no_namespace/04_5validators.json +++ /dev/null @@ -1 +0,0 @@ -{"int": {"type": "variable", "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "validators": ["the max value is 100."], "paths": ["int"], "names": ["int"], "descriptions": ["A number."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5validators.md b/tests/docs/no_namespace/04_5validators.md deleted file mode 100644 index aa76f64d3..000000000 --- a/tests/docs/no_namespace/04_5validators.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -int: - description: A number - type: number - validators: - - jinja: | - {% if _.int > 100 %} - value is too high - {% endif %} - description: the max value is 100 -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A number.
**Validator**: the max value is 100. | - diff --git a/tests/docs/no_namespace/04_5validators.sh b/tests/docs/no_namespace/04_5validators.sh deleted file mode 100644 index 2223cfc0a..000000000 --- a/tests/docs/no_namespace/04_5validators.sh +++ /dev/null @@ -1,28 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -int: - description: A number - type: number - validators: - - jinja: | - {% if _.int > 100 %} - value is too high - {% endif %} - description: the max value is 100 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - int - number basic mandatory A number. - Validator: the max value is 100. - diff --git a/tests/docs/no_namespace/04_5validators_differ.adoc b/tests/docs/no_namespace/04_5validators_differ.adoc deleted file mode 100644 index 4fd8f5231..000000000 --- a/tests/docs/no_namespace/04_5validators_differ.adoc +++ /dev/null @@ -1,41 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - description: a first variable - test: - - another_value - type: string - default: oui - validators: - - jinja: | - {% if _.var1 == _.var2 %} - var1 must be different than var2 - {% endif %} - description: var1 must be different than var2 -var2: no # A second variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Validator**: var1 must be different than var2. + -**Default**: oui + -**Example**: another_value -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: no -|==== - diff --git a/tests/docs/no_namespace/04_5validators_differ.json b/tests/docs/no_namespace/04_5validators_differ.json deleted file mode 100644 index 0c7761e71..000000000 --- a/tests/docs/no_namespace/04_5validators_differ.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "oui", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "validators": ["var1 must be different than var2."], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."], "examples": ["another_value"]}, "var2": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5validators_differ.md b/tests/docs/no_namespace/04_5validators_differ.md deleted file mode 100644 index dbea3e145..000000000 --- a/tests/docs/no_namespace/04_5validators_differ.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - test: - - another_value - type: string - default: oui - validators: - - jinja: | - {% if _.var1 == _.var2 %} - var1 must be different than var2 - {% endif %} - description: var1 must be different than var2 -var2: no # A second variable -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Validator**: var1 must be different than var2.
**Default**: oui
**Example**: another_value | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: no | - diff --git a/tests/docs/no_namespace/04_5validators_differ.sh b/tests/docs/no_namespace/04_5validators_differ.sh deleted file mode 100644 index 9e68f9689..000000000 --- a/tests/docs/no_namespace/04_5validators_differ.sh +++ /dev/null @@ -1,41 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - test: - - another_value - type: string - default: oui - validators: - - jinja: | - {% if _.var1 == _.var2 %} - var1 must be different than var2 - {% endif %} - description: var1 must be different than var2 -var2: no # A second variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Validator: var1 must be different than var2. - Default: oui - Example: another_value - var2 - string standard mandatory A second variable. - Default: no - diff --git a/tests/docs/no_namespace/04_5validators_multi.adoc b/tests/docs/no_namespace/04_5validators_multi.adoc deleted file mode 100644 index c063d0038..000000000 --- a/tests/docs/no_namespace/04_5validators_multi.adoc +++ /dev/null @@ -1,36 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - validators: - - jinja: | - {% if _.var1 | length > 9 %} - length must be less than 10 - {% endif %} - description: check length is less than 10 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A second variable. + -**Validator**: check length is less than 10. + -**Default**: - -* no -* yes -|==== - diff --git a/tests/docs/no_namespace/04_5validators_multi.json b/tests/docs/no_namespace/04_5validators_multi.json deleted file mode 100644 index 90b292de8..000000000 --- a/tests/docs/no_namespace/04_5validators_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["no", "yes"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "validators": ["check length is less than 10."], "paths": ["var1"], "names": ["var1"], "descriptions": ["A second variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5validators_multi.md b/tests/docs/no_namespace/04_5validators_multi.md deleted file mode 100644 index 97e7010d8..000000000 --- a/tests/docs/no_namespace/04_5validators_multi.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - validators: - - jinja: | - {% if _.var1 | length > 9 %} - length must be less than 10 - {% endif %} - description: check length is less than 10 -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Validator**: check length is less than 10.
**Default**:
- no
- yes | - diff --git a/tests/docs/no_namespace/04_5validators_multi.sh b/tests/docs/no_namespace/04_5validators_multi.sh deleted file mode 100644 index 367265fae..000000000 --- a/tests/docs/no_namespace/04_5validators_multi.sh +++ /dev/null @@ -1,37 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - validators: - - jinja: | - {% if _.var1 | length > 9 %} - length must be less than 10 - {% endif %} - description: check length is less than 10 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple A second variable. - Validator: check length is less than 10. - Default: - - - โ€ข no - โ€ข yes - | diff --git a/tests/docs/no_namespace/04_5validators_multi2.adoc b/tests/docs/no_namespace/04_5validators_multi2.adoc deleted file mode 100644 index debc1c91c..000000000 --- a/tests/docs/no_namespace/04_5validators_multi2.adoc +++ /dev/null @@ -1,48 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - test: - - val1 - - val2 - validators: - - params: - values: - variable: _.var1 - whole: true - jinja: | - {% if values | length > 2 %} - length must be less than 3 - {% endif %} - description: check length is less than 3 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A second variable. + -**Validator**: check length is less than 3. + -**Default**: - -* no -* yes - -**Examples**: - -* val1 -* val2 -|==== - diff --git a/tests/docs/no_namespace/04_5validators_multi2.json b/tests/docs/no_namespace/04_5validators_multi2.json deleted file mode 100644 index 4f5f119ef..000000000 --- a/tests/docs/no_namespace/04_5validators_multi2.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["no", "yes"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "validators": ["check length is less than 3."], "paths": ["var1"], "names": ["var1"], "descriptions": ["A second variable."], "multiple": true, "examples": ["val1", "val2"]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/04_5validators_multi2.md b/tests/docs/no_namespace/04_5validators_multi2.md deleted file mode 100644 index a8e491d2e..000000000 --- a/tests/docs/no_namespace/04_5validators_multi2.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - test: - - val1 - - val2 - validators: - - params: - values: - variable: _.var1 - whole: true - jinja: | - {% if values | length > 2 %} - length must be less than 3 - {% endif %} - description: check length is less than 3 -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Validator**: check length is less than 3.
**Default**:
- no
- yes
**Examples**:
- val1
- val2 | - diff --git a/tests/docs/no_namespace/04_5validators_multi2.sh b/tests/docs/no_namespace/04_5validators_multi2.sh deleted file mode 100644 index 4b0398f67..000000000 --- a/tests/docs/no_namespace/04_5validators_multi2.sh +++ /dev/null @@ -1,46 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var1: - description: a second variable - multi: true - default: - - no - - yes - test: - - val1 - - val2 - validators: - - params: - values: - variable: _.var1 - whole: true - jinja: | - {% if values | length > 2 %} - length must be less than 3 - {% endif %} - description: check length is less than 3 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple A second variable. - Validator: check length is less than 3. - Default: - - - โ€ข no - โ€ข yes Examples: - โ€ข val1 - โ€ข val2 - | diff --git a/tests/docs/no_namespace/05_0multi_not_uniq.adoc b/tests/docs/no_namespace/05_0multi_not_uniq.adoc deleted file mode 100644 index c1e0f2cad..000000000 --- a/tests/docs/no_namespace/05_0multi_not_uniq.adoc +++ /dev/null @@ -1,25 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - description: a variable - unique: false - default: - - non ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `multiple` | -A variable. + -**Default**: non -|==== - diff --git a/tests/docs/no_namespace/05_0multi_not_uniq.json b/tests/docs/no_namespace/05_0multi_not_uniq.json deleted file mode 100644 index 723c51693..000000000 --- a/tests/docs/no_namespace/05_0multi_not_uniq.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["non"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/05_0multi_not_uniq.md b/tests/docs/no_namespace/05_0multi_not_uniq.md deleted file mode 100644 index 1897fec9f..000000000 --- a/tests/docs/no_namespace/05_0multi_not_uniq.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a variable - unique: false - default: - - non -``` -# Variables - -| Variable                                                                                                              | Description                                                                                                           | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `multiple` | A variable.
**Default**: non | - diff --git a/tests/docs/no_namespace/05_0multi_not_uniq.sh b/tests/docs/no_namespace/05_0multi_not_uniq.sh deleted file mode 100644 index a1a5d4571..000000000 --- a/tests/docs/no_namespace/05_0multi_not_uniq.sh +++ /dev/null @@ -1,24 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a variable - unique: false - default: - - non -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory multiple A variable. - Default: non - diff --git a/tests/docs/no_namespace/05_0multi_uniq.adoc b/tests/docs/no_namespace/05_0multi_uniq.adoc deleted file mode 100644 index c346e413e..000000000 --- a/tests/docs/no_namespace/05_0multi_uniq.adoc +++ /dev/null @@ -1,25 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - unique: true - default: - - non ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A variable. + -**Default**: non -|==== - diff --git a/tests/docs/no_namespace/05_0multi_uniq.json b/tests/docs/no_namespace/05_0multi_uniq.json deleted file mode 100644 index e2af7dfe4..000000000 --- a/tests/docs/no_namespace/05_0multi_uniq.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": ["non"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/05_0multi_uniq.md b/tests/docs/no_namespace/05_0multi_uniq.md deleted file mode 100644 index 7bfa1d631..000000000 --- a/tests/docs/no_namespace/05_0multi_uniq.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - unique: true - default: - - non -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.
**Default**: non | - diff --git a/tests/docs/no_namespace/05_0multi_uniq.sh b/tests/docs/no_namespace/05_0multi_uniq.sh deleted file mode 100644 index 9dc931aa2..000000000 --- a/tests/docs/no_namespace/05_0multi_uniq.sh +++ /dev/null @@ -1,24 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - unique: true - default: - - non -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory unique multiple A variable. - Default: non - diff --git a/tests/docs/no_namespace/12_1auto_save_expert.adoc b/tests/docs/no_namespace/12_1auto_save_expert.adoc deleted file mode 100644 index 90072b143..000000000 --- a/tests/docs/no_namespace/12_1auto_save_expert.adoc +++ /dev/null @@ -1,25 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -var: - description: a variable - auto_save: true - mode: advanced - default: no ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `advanced` `mandatory` `auto modified` | -A variable. + -**Default**: no -|==== - diff --git a/tests/docs/no_namespace/12_1auto_save_expert.json b/tests/docs/no_namespace/12_1auto_save_expert.json deleted file mode 100644 index fe9baf531..000000000 --- a/tests/docs/no_namespace/12_1auto_save_expert.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "advanced"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "auto modified"}], "paths": ["var"], "names": ["var"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/12_1auto_save_expert.md b/tests/docs/no_namespace/12_1auto_save_expert.md deleted file mode 100644 index e25582f0e..000000000 --- a/tests/docs/no_namespace/12_1auto_save_expert.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var: - description: a variable - auto_save: true - mode: advanced - default: no -``` -# Variables - -| Variable                                                                                                                   | Description                                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `advanced` `mandatory` `auto modified` | A variable.
**Default**: no | - diff --git a/tests/docs/no_namespace/12_1auto_save_expert.sh b/tests/docs/no_namespace/12_1auto_save_expert.sh deleted file mode 100644 index 2a180dd11..000000000 --- a/tests/docs/no_namespace/12_1auto_save_expert.sh +++ /dev/null @@ -1,24 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -var: - description: a variable - auto_save: true - mode: advanced - default: no -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string advanced mandatory auto modified A variable. - Default: no - diff --git a/tests/docs/no_namespace/16_0redefine_description.adoc b/tests/docs/no_namespace/16_0redefine_description.adoc deleted file mode 100644 index 208244fd0..000000000 --- a/tests/docs/no_namespace/16_0redefine_description.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: Redefine description ----- -== dictionaries/rougail/01-redefine.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: Redefined - redefine: true ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Redefined. -|==== - diff --git a/tests/docs/no_namespace/16_0redefine_description.json b/tests/docs/no_namespace/16_0redefine_description.json deleted file mode 100644 index 4eaffe744..000000000 --- a/tests/docs/no_namespace/16_0redefine_description.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var"], "names": ["var"], "descriptions": ["Redefined."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_0redefine_description.md b/tests/docs/no_namespace/16_0redefine_description.md deleted file mode 100644 index acac09b7c..000000000 --- a/tests/docs/no_namespace/16_0redefine_description.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: Redefine description -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -var: - description: Redefined - redefine: true -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Redefined. | - diff --git a/tests/docs/no_namespace/16_0redefine_description.sh b/tests/docs/no_namespace/16_0redefine_description.sh deleted file mode 100644 index d9d5436c9..000000000 --- a/tests/docs/no_namespace/16_0redefine_description.sh +++ /dev/null @@ -1,28 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: Redefine description -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -var: - description: Redefined - redefine: true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string basic mandatory Redefined. - diff --git a/tests/docs/no_namespace/16_2family_redefine_calculation.adoc b/tests/docs/no_namespace/16_2family_redefine_calculation.adoc deleted file mode 100644 index de4d2d2c2..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_calculation.adoc +++ /dev/null @@ -1,40 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.0' -family: - redefine: true - disabled: - jinja: | - true ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -family: - var1: ----- -== Variables - -=== family - -`basic` `__disabled__` - - -**Disabled**: depends on a calculation. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Var1. -|==== - diff --git a/tests/docs/no_namespace/16_2family_redefine_calculation.json b/tests/docs/no_namespace/16_2family_redefine_calculation.json deleted file mode 100644 index 81d350537..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "properties": [{"type": "mode", "name": "basic"}, {"type": "property", "name": "disabled", "annotation": "depends on a calculation."}]}, "children": {"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.var1"], "names": ["var1"]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_2family_redefine_calculation.md b/tests/docs/no_namespace/16_2family_redefine_calculation.md deleted file mode 100644 index ccf1f320d..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_calculation.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -family: - redefine: true - disabled: - jinja: | - true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -family: - var1: -``` -# Variables - -## family - -`basic` *`disabled`* - -**Disabled**: depends on a calculation. - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Var1. | - diff --git a/tests/docs/no_namespace/16_2family_redefine_calculation.sh b/tests/docs/no_namespace/16_2family_redefine_calculation.sh deleted file mode 100644 index 44e3918f0..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_calculation.sh +++ /dev/null @@ -1,37 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -family: - redefine: true - disabled: - jinja: | - true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -family: - var1: -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - family - -basic disabled - -Disabled: depends on a calculation. - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.var1 - string basic mandatory Var1. - diff --git a/tests/docs/no_namespace/16_2family_redefine_disabled.adoc b/tests/docs/no_namespace/16_2family_redefine_disabled.adoc deleted file mode 100644 index 4b2cf1ea7..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_disabled.adoc +++ /dev/null @@ -1,19 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.0' -family: - redefine: true - disabled: true ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -family: - var1: ----- diff --git a/tests/docs/no_namespace/16_2family_redefine_disabled.json b/tests/docs/no_namespace/16_2family_redefine_disabled.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_disabled.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_2family_redefine_disabled.md b/tests/docs/no_namespace/16_2family_redefine_disabled.md deleted file mode 100644 index 9ac5af426..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_disabled.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -family: - redefine: true - disabled: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -family: - var1: -``` diff --git a/tests/docs/no_namespace/16_2family_redefine_disabled.sh b/tests/docs/no_namespace/16_2family_redefine_disabled.sh deleted file mode 100644 index 1bd12406f..000000000 --- a/tests/docs/no_namespace/16_2family_redefine_disabled.sh +++ /dev/null @@ -1,17 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -family: - redefine: true - disabled: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -family: - var1: -``` diff --git a/tests/docs/no_namespace/16_5exists_nonexists.adoc b/tests/docs/no_namespace/16_5exists_nonexists.adoc deleted file mode 100644 index 39bff5331..000000000 --- a/tests/docs/no_namespace/16_5exists_nonexists.adoc +++ /dev/null @@ -1,38 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -var2: - description: a new variable - exists: false - default: yes ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: no # a variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: no -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A new variable. + -**Default**: yes -|==== - diff --git a/tests/docs/no_namespace/16_5exists_nonexists.json b/tests/docs/no_namespace/16_5exists_nonexists.json deleted file mode 100644 index 0cfdfd183..000000000 --- a/tests/docs/no_namespace/16_5exists_nonexists.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A variable."]}, "var2": {"type": "variable", "default": "yes", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A new variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5exists_nonexists.md b/tests/docs/no_namespace/16_5exists_nonexists.md deleted file mode 100644 index 646abbf9c..000000000 --- a/tests/docs/no_namespace/16_5exists_nonexists.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var2: - description: a new variable - exists: false - default: yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a variable -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: no | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A new variable.
**Default**: yes | - diff --git a/tests/docs/no_namespace/16_5exists_nonexists.sh b/tests/docs/no_namespace/16_5exists_nonexists.sh deleted file mode 100644 index 8866ca479..000000000 --- a/tests/docs/no_namespace/16_5exists_nonexists.sh +++ /dev/null @@ -1,35 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var2: - description: a new variable - exists: false - default: yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A variable. - Default: no - var2 - string standard mandatory A new variable. - Default: yes - diff --git a/tests/docs/no_namespace/16_5exists_redefine.adoc b/tests/docs/no_namespace/16_5exists_redefine.adoc deleted file mode 100644 index 3a8a3a3d8..000000000 --- a/tests/docs/no_namespace/16_5exists_redefine.adoc +++ /dev/null @@ -1,28 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - redefine: true - exists: true - default: yes -var2: - description: a second variable - redefine: true - exists: true - default: yes ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - description: a first variable - hidden: true - default: no - mandatory: false ----- diff --git a/tests/docs/no_namespace/16_5exists_redefine.json b/tests/docs/no_namespace/16_5exists_redefine.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/16_5exists_redefine.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5exists_redefine.md b/tests/docs/no_namespace/16_5exists_redefine.md deleted file mode 100644 index 695da7ddb..000000000 --- a/tests/docs/no_namespace/16_5exists_redefine.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var1: - redefine: true - exists: true - default: yes -var2: - description: a second variable - redefine: true - exists: true - default: yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - hidden: true - default: no - mandatory: false -``` diff --git a/tests/docs/no_namespace/16_5exists_redefine.sh b/tests/docs/no_namespace/16_5exists_redefine.sh deleted file mode 100644 index cbebb4dff..000000000 --- a/tests/docs/no_namespace/16_5exists_redefine.sh +++ /dev/null @@ -1,26 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var1: - redefine: true - exists: true - default: yes -var2: - description: a second variable - redefine: true - exists: true - default: yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: a first variable - hidden: true - default: no - mandatory: false -``` diff --git a/tests/docs/no_namespace/16_5redefine_calculation.adoc b/tests/docs/no_namespace/16_5redefine_calculation.adoc deleted file mode 100644 index 39fedbe04..000000000 --- a/tests/docs/no_namespace/16_5redefine_calculation.adoc +++ /dev/null @@ -1,37 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - redefine: true - default: - jinja: yes - description: returns yes ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: - jinja: no - description: returns no ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: returns yes. -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_calculation.json b/tests/docs/no_namespace/16_5redefine_calculation.json deleted file mode 100644 index 4852bcd7c..000000000 --- a/tests/docs/no_namespace/16_5redefine_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "returns yes.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_calculation.md b/tests/docs/no_namespace/16_5redefine_calculation.md deleted file mode 100644 index 4d20b40cb..000000000 --- a/tests/docs/no_namespace/16_5redefine_calculation.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: - jinja: yes - description: returns yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: no - description: returns no -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: returns yes. | - diff --git a/tests/docs/no_namespace/16_5redefine_calculation.sh b/tests/docs/no_namespace/16_5redefine_calculation.sh deleted file mode 100644 index 62976a69d..000000000 --- a/tests/docs/no_namespace/16_5redefine_calculation.sh +++ /dev/null @@ -1,35 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: - jinja: yes - description: returns yes -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: no - description: returns no -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: returns yes. - diff --git a/tests/docs/no_namespace/16_5redefine_choice.adoc b/tests/docs/no_namespace/16_5redefine_choice.adoc deleted file mode 100644 index 989b81536..000000000 --- a/tests/docs/no_namespace/16_5redefine_choice.adoc +++ /dev/null @@ -1,41 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - choices: - - a - - b - - c ----- -== dictionaries/rougail/01-redefine.yml - -[,yaml] ----- ---- -version: '1.0' -variable: - redefine: true - choices: - - a - - b ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` | -A variable. + -**Choices**: - -* a -* b -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_choice.json b/tests/docs/no_namespace/16_5redefine_choice.json deleted file mode 100644 index 3309f5999..000000000 --- a/tests/docs/no_namespace/16_5redefine_choice.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "choices": ["a", "b"], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_choice.md b/tests/docs/no_namespace/16_5redefine_choice.md deleted file mode 100644 index 582e17796..000000000 --- a/tests/docs/no_namespace/16_5redefine_choice.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - choices: - - a - - b - - c -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.0' -variable: - redefine: true - choices: - - a - - b -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Choices**:
- a
- b | - diff --git a/tests/docs/no_namespace/16_5redefine_choice.sh b/tests/docs/no_namespace/16_5redefine_choice.sh deleted file mode 100644 index ec1757692..000000000 --- a/tests/docs/no_namespace/16_5redefine_choice.sh +++ /dev/null @@ -1,39 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - choices: - - a - - b - - c -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.0' -variable: - redefine: true - choices: - - a - - b -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - choice basic mandatory A variable. - Choices: - - - โ€ข a - โ€ข b | diff --git a/tests/docs/no_namespace/16_5redefine_default.adoc b/tests/docs/no_namespace/16_5redefine_default.adoc deleted file mode 100644 index 53cbb2644..000000000 --- a/tests/docs/no_namespace/16_5redefine_default.adoc +++ /dev/null @@ -1,33 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: no ----- -== dictionaries/rougail/01-redefine.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - redefine: true - default: yes ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: yes -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_default.json b/tests/docs/no_namespace/16_5redefine_default.json deleted file mode 100644 index 45276899d..000000000 --- a/tests/docs/no_namespace/16_5redefine_default.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": "yes", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_default.md b/tests/docs/no_namespace/16_5redefine_default.md deleted file mode 100644 index 335d86335..000000000 --- a/tests/docs/no_namespace/16_5redefine_default.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: no -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: yes -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: yes | - diff --git a/tests/docs/no_namespace/16_5redefine_default.sh b/tests/docs/no_namespace/16_5redefine_default.sh deleted file mode 100644 index 74e579ca6..000000000 --- a/tests/docs/no_namespace/16_5redefine_default.sh +++ /dev/null @@ -1,31 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: no -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: yes -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory A variable. - Default: yes - diff --git a/tests/docs/no_namespace/16_5redefine_default_calculation.adoc b/tests/docs/no_namespace/16_5redefine_default_calculation.adoc deleted file mode 100644 index fd4853d78..000000000 --- a/tests/docs/no_namespace/16_5redefine_default_calculation.adoc +++ /dev/null @@ -1,33 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - redefine: true - default: ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: - jinja: yes ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_default_calculation.json b/tests/docs/no_namespace/16_5redefine_default_calculation.json deleted file mode 100644 index 85ca66e59..000000000 --- a/tests/docs/no_namespace/16_5redefine_default_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_default_calculation.md b/tests/docs/no_namespace/16_5redefine_default_calculation.md deleted file mode 100644 index c0514fb6a..000000000 --- a/tests/docs/no_namespace/16_5redefine_default_calculation.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: yes -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - diff --git a/tests/docs/no_namespace/16_5redefine_default_calculation.sh b/tests/docs/no_namespace/16_5redefine_default_calculation.sh deleted file mode 100644 index 74ca1077d..000000000 --- a/tests/docs/no_namespace/16_5redefine_default_calculation.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - default: -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: - jinja: yes -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/16_5redefine_family.adoc b/tests/docs/no_namespace/16_5redefine_family.adoc deleted file mode 100644 index dae614ad7..000000000 --- a/tests/docs/no_namespace/16_5redefine_family.adoc +++ /dev/null @@ -1,35 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: - redefine: true - description: new description ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: # a family - variable: # a variable ----- -== Variables - -=== new description - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_family.json b/tests/docs/no_namespace/16_5redefine_family.json deleted file mode 100644 index 48f6cbfe1..000000000 --- a/tests/docs/no_namespace/16_5redefine_family.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "new description", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.variable"], "names": ["variable"], "descriptions": ["A variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_family.md b/tests/docs/no_namespace/16_5redefine_family.md deleted file mode 100644 index 26182ef7d..000000000 --- a/tests/docs/no_namespace/16_5redefine_family.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - description: new description -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - variable: # a variable -``` -# Variables - -## new description - -`basic` - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - diff --git a/tests/docs/no_namespace/16_5redefine_family.sh b/tests/docs/no_namespace/16_5redefine_family.sh deleted file mode 100644 index fc03df839..000000000 --- a/tests/docs/no_namespace/16_5redefine_family.sh +++ /dev/null @@ -1,33 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - description: new description -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - variable: # a variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - new description - -basic - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.variable - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/16_5redefine_help.adoc b/tests/docs/no_namespace/16_5redefine_help.adoc deleted file mode 100644 index 20375b866..000000000 --- a/tests/docs/no_namespace/16_5redefine_help.adoc +++ /dev/null @@ -1,45 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: - redefine: true - help: redefine help family ok - variable: - redefine: true - help: redefine help ok ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: - description: a family - help: redefine help family - variable: - description: redefine help - help: redefine help ----- -== Variables - -=== a family - -`basic` - -Redefine help family ok. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Redefine help. + -Redefine help ok. -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_help.json b/tests/docs/no_namespace/16_5redefine_help.json deleted file mode 100644 index 831ee7fa6..000000000 --- a/tests/docs/no_namespace/16_5redefine_help.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "a family", "help": ["Redefine help family ok."], "properties": [{"type": "mode", "name": "basic"}]}, "children": {"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.variable"], "names": ["variable"], "help": ["Redefine help ok."], "descriptions": ["Redefine help."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_help.md b/tests/docs/no_namespace/16_5redefine_help.md deleted file mode 100644 index c06c83f9b..000000000 --- a/tests/docs/no_namespace/16_5redefine_help.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - help: redefine help family ok - variable: - redefine: true - help: redefine help ok -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: a family - help: redefine help family - variable: - description: redefine help - help: redefine help -``` -# Variables - -## a family - -`basic` - -Redefine help family ok. - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Redefine help.
Redefine help ok. | - diff --git a/tests/docs/no_namespace/16_5redefine_help.sh b/tests/docs/no_namespace/16_5redefine_help.sh deleted file mode 100644 index 862e2a2ca..000000000 --- a/tests/docs/no_namespace/16_5redefine_help.sh +++ /dev/null @@ -1,44 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - help: redefine help family ok - variable: - redefine: true - help: redefine help ok -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: a family - help: redefine help family - variable: - description: redefine help - help: redefine help -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a family - -basic - -Redefine help family ok. - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.variable - string basic mandatory Redefine help. - Redefine help ok. - diff --git a/tests/docs/no_namespace/16_5redefine_hidden.adoc b/tests/docs/no_namespace/16_5redefine_hidden.adoc deleted file mode 100644 index cb094256d..000000000 --- a/tests/docs/no_namespace/16_5redefine_hidden.adoc +++ /dev/null @@ -1,19 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: no # a variable ----- -== dictionaries/rougail/01-redefine.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - redefine: true - hidden: true - mandatory: false ----- diff --git a/tests/docs/no_namespace/16_5redefine_hidden.json b/tests/docs/no_namespace/16_5redefine_hidden.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/16_5redefine_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_hidden.md b/tests/docs/no_namespace/16_5redefine_hidden.md deleted file mode 100644 index 623338626..000000000 --- a/tests/docs/no_namespace/16_5redefine_hidden.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: no # a variable -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - hidden: true - mandatory: false -``` diff --git a/tests/docs/no_namespace/16_5redefine_hidden.sh b/tests/docs/no_namespace/16_5redefine_hidden.sh deleted file mode 100644 index 8ea19b853..000000000 --- a/tests/docs/no_namespace/16_5redefine_hidden.sh +++ /dev/null @@ -1,17 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: no # a variable -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - hidden: true - mandatory: false -``` diff --git a/tests/docs/no_namespace/16_5redefine_multi.adoc b/tests/docs/no_namespace/16_5redefine_multi.adoc deleted file mode 100644 index ae05e8c0e..000000000 --- a/tests/docs/no_namespace/16_5redefine_multi.adoc +++ /dev/null @@ -1,35 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - description: a variable - default: non ----- -== dictionaries/rougail/01-redefine.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - redefine: true - multi: true - default: - - non ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A variable. + -**Default**: non -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_multi.json b/tests/docs/no_namespace/16_5redefine_multi.json deleted file mode 100644 index e2af7dfe4..000000000 --- a/tests/docs/no_namespace/16_5redefine_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "default": ["non"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_multi.md b/tests/docs/no_namespace/16_5redefine_multi.md deleted file mode 100644 index b1cd45337..000000000 --- a/tests/docs/no_namespace/16_5redefine_multi.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: non -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - multi: true - default: - - non -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.
**Default**: non | - diff --git a/tests/docs/no_namespace/16_5redefine_multi.sh b/tests/docs/no_namespace/16_5redefine_multi.sh deleted file mode 100644 index 3415c065e..000000000 --- a/tests/docs/no_namespace/16_5redefine_multi.sh +++ /dev/null @@ -1,33 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: non -``` -# dictionaries/rougail/01-redefine.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - multi: true - default: - - non -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string standard mandatory unique multiple A variable. - Default: non - diff --git a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.adoc b/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.adoc deleted file mode 100644 index 3f759a5cb..000000000 --- a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.adoc +++ /dev/null @@ -1,45 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: - redefine: true - disabled: false ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: no # a condition -variable: - description: a variable - disabled: - jinja: | - {% if _.condition == "yes" %} - true - {% else %} - false - {% endif %} ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A condition. + -**Default**: no -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.json b/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.json deleted file mode 100644 index fb656189e..000000000 --- a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.md b/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.md deleted file mode 100644 index 890b661bf..000000000 --- a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - disabled: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -variable: - description: a variable - disabled: - jinja: | - {% if _.condition == "yes" %} - true - {% else %} - false - {% endif %} -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: no | -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - diff --git a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.sh b/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.sh deleted file mode 100644 index 3f8b42d75..000000000 --- a/tests/docs/no_namespace/16_5redefine_remove_disable_calculation.sh +++ /dev/null @@ -1,41 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -variable: - redefine: true - disabled: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -variable: - description: a variable - disabled: - jinja: | - {% if _.condition == "yes" %} - true - {% else %} - false - {% endif %} -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory A condition. - Default: no - variable - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/16_5test_redefine.adoc b/tests/docs/no_namespace/16_5test_redefine.adoc deleted file mode 100644 index 0ca1ce14b..000000000 --- a/tests/docs/no_namespace/16_5test_redefine.adoc +++ /dev/null @@ -1,61 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - test: - - test - default: non -var3: - description: a third variable - test: - - test ----- -== dictionaries/rougail/10-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - redefine: true - test: - - test1 -var2: - redefine: true - test: - - test1 -var3: - redefine: true - test: ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Default**: no + -**Example**: test1 -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: non + -**Example**: test1 -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A third variable. -|==== - diff --git a/tests/docs/no_namespace/16_5test_redefine.json b/tests/docs/no_namespace/16_5test_redefine.json deleted file mode 100644 index c6596d1c0..000000000 --- a/tests/docs/no_namespace/16_5test_redefine.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."], "examples": ["test1"]}, "var2": {"type": "variable", "default": "non", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."], "examples": ["test1"]}, "var3": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["A third variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_5test_redefine.md b/tests/docs/no_namespace/16_5test_redefine.md deleted file mode 100644 index a4b73b054..000000000 --- a/tests/docs/no_namespace/16_5test_redefine.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - test: - - test - default: non -var3: - description: a third variable - test: - - test -``` -# dictionaries/rougail/10-base.yml - -```yaml ---- -version: '1.1' -var1: - redefine: true - test: - - test1 -var2: - redefine: true - test: - - test1 -var3: - redefine: true - test: -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no
**Example**: test1 | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: non
**Example**: test1 | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A third variable. | - diff --git a/tests/docs/no_namespace/16_5test_redefine.sh b/tests/docs/no_namespace/16_5test_redefine.sh deleted file mode 100644 index f5744151a..000000000 --- a/tests/docs/no_namespace/16_5test_redefine.sh +++ /dev/null @@ -1,58 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: - description: a second variable - test: - - test - default: non -var3: - description: a third variable - test: - - test -``` -# dictionaries/rougail/10-base.yml - -```yaml ---- -version: '1.1' -var1: - redefine: true - test: - - test1 -var2: - redefine: true - test: - - test1 -var3: - redefine: true - test: -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Default: no - Example: test1 - var2 - string standard mandatory A second variable. - Default: non - Example: test1 - var3 - string basic mandatory A third variable. - diff --git a/tests/docs/no_namespace/16_6choice_redefine.adoc b/tests/docs/no_namespace/16_6choice_redefine.adoc deleted file mode 100644 index 5a94bf10b..000000000 --- a/tests/docs/no_namespace/16_6choice_redefine.adoc +++ /dev/null @@ -1,43 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.0' -var: - redefine: true - choices: - - a - - c ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -var: - type: choice - description: A choice - default: c - choices: - - a - - b - - c ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | -A choice. + -**Choices**: - -* a -* c โ† (default) -|==== - diff --git a/tests/docs/no_namespace/16_6choice_redefine.json b/tests/docs/no_namespace/16_6choice_redefine.json deleted file mode 100644 index 7329e0512..000000000 --- a/tests/docs/no_namespace/16_6choice_redefine.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": "c", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "display_default": false, "choices": ["a", "c โ† (default)"], "paths": ["var"], "names": ["var"], "descriptions": ["A choice."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16_6choice_redefine.md b/tests/docs/no_namespace/16_6choice_redefine.md deleted file mode 100644 index 8f6e20e65..000000000 --- a/tests/docs/no_namespace/16_6choice_redefine.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -var: - redefine: true - choices: - - a - - c -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - type: choice - description: A choice - default: c - choices: - - a - - b - - c -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A choice.
**Choices**:
- a
- c โ† (default) | - diff --git a/tests/docs/no_namespace/16_6choice_redefine.sh b/tests/docs/no_namespace/16_6choice_redefine.sh deleted file mode 100644 index c441e370d..000000000 --- a/tests/docs/no_namespace/16_6choice_redefine.sh +++ /dev/null @@ -1,41 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.0' -var: - redefine: true - choices: - - a - - c -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -var: - type: choice - description: A choice - default: c - choices: - - a - - b - - c -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - choice standard mandatory A choice. - Choices: - - - โ€ข a - โ€ข c โ† (default) | diff --git a/tests/docs/no_namespace/16exists_exists.adoc b/tests/docs/no_namespace/16exists_exists.adoc deleted file mode 100644 index f28f0856c..000000000 --- a/tests/docs/no_namespace/16exists_exists.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: New description - exists: false ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: Description ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Description. -|==== - diff --git a/tests/docs/no_namespace/16exists_exists.json b/tests/docs/no_namespace/16exists_exists.json deleted file mode 100644 index a0f7107ee..000000000 --- a/tests/docs/no_namespace/16exists_exists.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["var"], "names": ["var"], "descriptions": ["Description."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/16exists_exists.md b/tests/docs/no_namespace/16exists_exists.md deleted file mode 100644 index 420f96923..000000000 --- a/tests/docs/no_namespace/16exists_exists.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var: - description: New description - exists: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: Description -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Description. | - diff --git a/tests/docs/no_namespace/16exists_exists.sh b/tests/docs/no_namespace/16exists_exists.sh deleted file mode 100644 index 176d0b4d1..000000000 --- a/tests/docs/no_namespace/16exists_exists.sh +++ /dev/null @@ -1,28 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var: - description: New description - exists: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: Description -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string basic mandatory Description. - diff --git a/tests/docs/no_namespace/17_5redefine_leadership.adoc b/tests/docs/no_namespace/17_5redefine_leadership.adoc deleted file mode 100644 index a02b2bbce..000000000 --- a/tests/docs/no_namespace/17_5redefine_leadership.adoc +++ /dev/null @@ -1,26 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - redefine: true - hidden: true ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: # a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: false ----- diff --git a/tests/docs/no_namespace/17_5redefine_leadership.json b/tests/docs/no_namespace/17_5redefine_leadership.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/17_5redefine_leadership.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/17_5redefine_leadership.md b/tests/docs/no_namespace/17_5redefine_leadership.md deleted file mode 100644 index 58d32e47b..000000000 --- a/tests/docs/no_namespace/17_5redefine_leadership.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - redefine: true - hidden: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: # a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/no_namespace/17_5redefine_leadership.sh b/tests/docs/no_namespace/17_5redefine_leadership.sh deleted file mode 100644 index ce9f7b315..000000000 --- a/tests/docs/no_namespace/17_5redefine_leadership.sh +++ /dev/null @@ -1,24 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - redefine: true - hidden: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: # a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/no_namespace/20_0empty_family.adoc b/tests/docs/no_namespace/20_0empty_family.adoc deleted file mode 100644 index 8ae6bd680..000000000 --- a/tests/docs/no_namespace/20_0empty_family.adoc +++ /dev/null @@ -1,9 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -my_family: - type: family ----- diff --git a/tests/docs/no_namespace/20_0empty_family.json b/tests/docs/no_namespace/20_0empty_family.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/20_0empty_family.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0empty_family.md b/tests/docs/no_namespace/20_0empty_family.md deleted file mode 100644 index d61994cc0..000000000 --- a/tests/docs/no_namespace/20_0empty_family.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -my_family: - type: family -``` diff --git a/tests/docs/no_namespace/20_0empty_family.sh b/tests/docs/no_namespace/20_0empty_family.sh deleted file mode 100644 index cc79b779e..000000000 --- a/tests/docs/no_namespace/20_0empty_family.sh +++ /dev/null @@ -1,8 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -my_family: - type: family -``` diff --git a/tests/docs/no_namespace/20_0family_append.adoc b/tests/docs/no_namespace/20_0family_append.adoc deleted file mode 100644 index 0e173c912..000000000 --- a/tests/docs/no_namespace/20_0family_append.adoc +++ /dev/null @@ -1,42 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: - var2: - description: The second variable ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: - description: A family - var1: - description: The first variable ----- -== Variables - -=== A family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The first variable. -| - -**family.var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The second variable. -|==== - diff --git a/tests/docs/no_namespace/20_0family_append.json b/tests/docs/no_namespace/20_0family_append.json deleted file mode 100644 index e44d20a52..000000000 --- a/tests/docs/no_namespace/20_0family_append.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "A family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.var1"], "names": ["var1"], "descriptions": ["The first variable."]}, "var2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.var2"], "names": ["var2"], "descriptions": ["The second variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0family_append.md b/tests/docs/no_namespace/20_0family_append.md deleted file mode 100644 index f3ea38c07..000000000 --- a/tests/docs/no_namespace/20_0family_append.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - var2: - description: The second variable -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: A family - var1: - description: The first variable -``` -# Variables - -## A family - -`basic` - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The first variable. | -| **family.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The second variable. | - diff --git a/tests/docs/no_namespace/20_0family_append.sh b/tests/docs/no_namespace/20_0family_append.sh deleted file mode 100644 index 6fe325a6c..000000000 --- a/tests/docs/no_namespace/20_0family_append.sh +++ /dev/null @@ -1,38 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - var2: - description: The second variable -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: A family - var1: - description: The first variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - A family - -basic - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.var1 - string basic mandatory The first variable. - family.var2 - string basic mandatory The second variable. - diff --git a/tests/docs/no_namespace/20_0family_underscore.adoc b/tests/docs/no_namespace/20_0family_underscore.adoc deleted file mode 100644 index 1233c95ec..000000000 --- a/tests/docs/no_namespace/20_0family_underscore.adoc +++ /dev/null @@ -1,43 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -my_family: - _type: family - _description: This is a great family - _help: This is a great family - _mode: standard - _hidden: true - _disabled: true - type: - description: a type family - type: family - my_variable: - mandatory: false - description: - description: This is a other great family - my_variable: - mandatory: false - help: - description: a help family - help: This is a other great family - my_variable: - mandatory: false - mode: - description: a mode family - mode: advanced - my_variable: - mandatory: false - hidden: - description: an hidden family - hidden: true - my_variable: - mandatory: false - disabled: - description: an disabled family - disabled: true - my_variable: - mandatory: false ----- diff --git a/tests/docs/no_namespace/20_0family_underscore.json b/tests/docs/no_namespace/20_0family_underscore.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/20_0family_underscore.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0family_underscore.md b/tests/docs/no_namespace/20_0family_underscore.md deleted file mode 100644 index f75a46ef9..000000000 --- a/tests/docs/no_namespace/20_0family_underscore.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -my_family: - _type: family - _description: This is a great family - _help: This is a great family - _mode: standard - _hidden: true - _disabled: true - type: - description: a type family - type: family - my_variable: - mandatory: false - description: - description: This is a other great family - my_variable: - mandatory: false - help: - description: a help family - help: This is a other great family - my_variable: - mandatory: false - mode: - description: a mode family - mode: advanced - my_variable: - mandatory: false - hidden: - description: an hidden family - hidden: true - my_variable: - mandatory: false - disabled: - description: an disabled family - disabled: true - my_variable: - mandatory: false -``` diff --git a/tests/docs/no_namespace/20_0family_underscore.sh b/tests/docs/no_namespace/20_0family_underscore.sh deleted file mode 100644 index 932db631c..000000000 --- a/tests/docs/no_namespace/20_0family_underscore.sh +++ /dev/null @@ -1,42 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -my_family: - _type: family - _description: This is a great family - _help: This is a great family - _mode: standard - _hidden: true - _disabled: true - type: - description: a type family - type: family - my_variable: - mandatory: false - description: - description: This is a other great family - my_variable: - mandatory: false - help: - description: a help family - help: This is a other great family - my_variable: - mandatory: false - mode: - description: a mode family - mode: advanced - my_variable: - mandatory: false - hidden: - description: an hidden family - hidden: true - my_variable: - mandatory: false - disabled: - description: an disabled family - disabled: true - my_variable: - mandatory: false -``` diff --git a/tests/docs/no_namespace/20_0multi_family.adoc b/tests/docs/no_namespace/20_0multi_family.adoc deleted file mode 100644 index 49c52aa81..000000000 --- a/tests/docs/no_namespace/20_0multi_family.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: - description: a variable - mandatory: false ----- -== Variables - -=== a family - -`standard` - -==== a sub family - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.subfamily.variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/20_0multi_family.json b/tests/docs/no_namespace/20_0multi_family.json deleted file mode 100644 index b7f50f59b..000000000 --- a/tests/docs/no_namespace/20_0multi_family.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "a family", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"subfamily": {"type": "family", "informations": {"paths": ["family.subfamily"], "names": ["subfamily"], "description": "a sub family", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "paths": ["family.subfamily.variable"], "names": ["variable"], "descriptions": ["A variable."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0multi_family.md b/tests/docs/no_namespace/20_0multi_family.md deleted file mode 100644 index e3e0be594..000000000 --- a/tests/docs/no_namespace/20_0multi_family.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: - description: a variable - mandatory: false -``` -# Variables - -## a family - -`standard` - -### a sub family - -`standard` - -| Variable                                                                                       | Description                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable. | - diff --git a/tests/docs/no_namespace/20_0multi_family.sh b/tests/docs/no_namespace/20_0multi_family.sh deleted file mode 100644 index a1f9385a7..000000000 --- a/tests/docs/no_namespace/20_0multi_family.sh +++ /dev/null @@ -1,31 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: - description: a variable - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a family - -standard - - a sub family - -standard - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.subfamily.variable - string standard A variable. - diff --git a/tests/docs/no_namespace/20_0multi_family_basic.adoc b/tests/docs/no_namespace/20_0multi_family_basic.adoc deleted file mode 100644 index 9db8d45a0..000000000 --- a/tests/docs/no_namespace/20_0multi_family_basic.adoc +++ /dev/null @@ -1,30 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: # a variable ----- -== Variables - -=== a family - -`basic` - -==== a sub family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.subfamily.variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/20_0multi_family_basic.json b/tests/docs/no_namespace/20_0multi_family_basic.json deleted file mode 100644 index ee4ba89ab..000000000 --- a/tests/docs/no_namespace/20_0multi_family_basic.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "a family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"subfamily": {"type": "family", "informations": {"paths": ["family.subfamily"], "names": ["subfamily"], "description": "a sub family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.subfamily.variable"], "names": ["variable"], "descriptions": ["A variable."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0multi_family_basic.md b/tests/docs/no_namespace/20_0multi_family_basic.md deleted file mode 100644 index b15533aa9..000000000 --- a/tests/docs/no_namespace/20_0multi_family_basic.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: # a variable -``` -# Variables - -## a family - -`basic` - -### a sub family - -`basic` - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - diff --git a/tests/docs/no_namespace/20_0multi_family_basic.sh b/tests/docs/no_namespace/20_0multi_family_basic.sh deleted file mode 100644 index 5b0885d53..000000000 --- a/tests/docs/no_namespace/20_0multi_family_basic.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - subfamily: # a sub family - variable: # a variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a family - -basic - - a sub family - -basic - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.subfamily.variable - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/20_0multi_family_expert.adoc b/tests/docs/no_namespace/20_0multi_family_expert.adoc deleted file mode 100644 index 657aabe12..000000000 --- a/tests/docs/no_namespace/20_0multi_family_expert.adoc +++ /dev/null @@ -1,34 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: - description: a family - mode: advanced - subfamily: # a sub family - variable: - description: a variable - mandatory: false ----- -== Variables - -=== a family - -`advanced` - -==== a sub family - -`advanced` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.subfamily.variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `advanced` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/20_0multi_family_expert.json b/tests/docs/no_namespace/20_0multi_family_expert.json deleted file mode 100644 index 3bbc3e294..000000000 --- a/tests/docs/no_namespace/20_0multi_family_expert.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "a family", "properties": [{"type": "mode", "name": "advanced"}]}, "children": {"subfamily": {"type": "family", "informations": {"paths": ["family.subfamily"], "names": ["subfamily"], "description": "a sub family", "properties": [{"type": "mode", "name": "advanced"}]}, "children": {"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "advanced"}], "paths": ["family.subfamily.variable"], "names": ["variable"], "descriptions": ["A variable."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0multi_family_expert.md b/tests/docs/no_namespace/20_0multi_family_expert.md deleted file mode 100644 index 85869722d..000000000 --- a/tests/docs/no_namespace/20_0multi_family_expert.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: a family - mode: advanced - subfamily: # a sub family - variable: - description: a variable - mandatory: false -``` -# Variables - -## a family - -`advanced` - -### a sub family - -`advanced` - -| Variable                                                                                       | Description                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `advanced` | A variable. | - diff --git a/tests/docs/no_namespace/20_0multi_family_expert.sh b/tests/docs/no_namespace/20_0multi_family_expert.sh deleted file mode 100644 index 1e5debf57..000000000 --- a/tests/docs/no_namespace/20_0multi_family_expert.sh +++ /dev/null @@ -1,33 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: - description: a family - mode: advanced - subfamily: # a sub family - variable: - description: a variable - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a family - -advanced - - a sub family - -advanced - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.subfamily.variable - string advanced A variable. - diff --git a/tests/docs/no_namespace/20_0multi_family_order.adoc b/tests/docs/no_namespace/20_0multi_family_order.adoc deleted file mode 100644 index abb4d657f..000000000 --- a/tests/docs/no_namespace/20_0multi_family_order.adoc +++ /dev/null @@ -1,63 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -variable: # a variable -family: # a family - variable1: # a first variable - subfamily: # a sub family - variable: # a variable - variable2: # a second variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - -=== a family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.variable1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A first variable. -|==== - -==== a sub family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.subfamily.variable** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.variable2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A second variable. -|==== - diff --git a/tests/docs/no_namespace/20_0multi_family_order.json b/tests/docs/no_namespace/20_0multi_family_order.json deleted file mode 100644 index 4a6bfec51..000000000 --- a/tests/docs/no_namespace/20_0multi_family_order.json +++ /dev/null @@ -1 +0,0 @@ -{"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["variable"], "names": ["variable"], "descriptions": ["A variable."]}, "family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "a family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"variable1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.variable1"], "names": ["variable1"], "descriptions": ["A first variable."]}, "subfamily": {"type": "family", "informations": {"paths": ["family.subfamily"], "names": ["subfamily"], "description": "a sub family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"variable": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.subfamily.variable"], "names": ["variable"], "descriptions": ["A variable."]}}}, "variable2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.variable2"], "names": ["variable2"], "descriptions": ["A second variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0multi_family_order.md b/tests/docs/no_namespace/20_0multi_family_order.md deleted file mode 100644 index 887ba8452..000000000 --- a/tests/docs/no_namespace/20_0multi_family_order.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: # a variable -family: # a family - variable1: # a first variable - subfamily: # a sub family - variable: # a variable - variable2: # a second variable -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - -## a family - -`basic` - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.variable1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first variable. | - -### a sub family - -`basic` - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.subfamily.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.variable2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A second variable. | - diff --git a/tests/docs/no_namespace/20_0multi_family_order.sh b/tests/docs/no_namespace/20_0multi_family_order.sh deleted file mode 100644 index cf7b14001..000000000 --- a/tests/docs/no_namespace/20_0multi_family_order.sh +++ /dev/null @@ -1,56 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: # a variable -family: # a family - variable1: # a first variable - subfamily: # a sub family - variable: # a variable - variable2: # a second variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - variable - string basic mandatory A variable. - - - - a family - -basic - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.variable1 - string basic mandatory A first variable. - - - a sub family - -basic - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.subfamily.variable - string basic mandatory A variable. - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.variable2 - string basic mandatory A second variable. - diff --git a/tests/docs/no_namespace/20_0validators_differ_redefine.adoc b/tests/docs/no_namespace/20_0validators_differ_redefine.adoc deleted file mode 100644 index dcdb1b145..000000000 --- a/tests/docs/no_namespace/20_0validators_differ_redefine.adoc +++ /dev/null @@ -1,62 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -var3: - redefine: true - validators: - - jinja: | - {% if _.var3 == _.var2 %} - var3 must be different than var2 - {% endif %} - description: var3 must be different than var2 ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: no # a first variable -var2: no # a second variable -var3: - description: a third variable - default: yes - test: - - yes - validators: - - jinja: | - {% if _.var3 == _.var1 %} - var3 must be different than var1 - {% endif %} - description: var3 must be different than var1 ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A first variable. + -**Default**: no -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: no -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A third variable. + -**Validator**: var3 must be different than var2. + -**Default**: yes + -**Example**: yes -|==== - diff --git a/tests/docs/no_namespace/20_0validators_differ_redefine.json b/tests/docs/no_namespace/20_0validators_differ_redefine.json deleted file mode 100644 index 565c32ab0..000000000 --- a/tests/docs/no_namespace/20_0validators_differ_redefine.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}, "var3": {"type": "variable", "default": "yes", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "validators": ["var3 must be different than var2."], "paths": ["var3"], "names": ["var3"], "descriptions": ["A third variable."], "examples": ["yes"]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_0validators_differ_redefine.md b/tests/docs/no_namespace/20_0validators_differ_redefine.md deleted file mode 100644 index de6f56b3e..000000000 --- a/tests/docs/no_namespace/20_0validators_differ_redefine.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var3: - redefine: true - validators: - - jinja: | - {% if _.var3 == _.var2 %} - var3 must be different than var2 - {% endif %} - description: var3 must be different than var2 -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: no # a second variable -var3: - description: a third variable - default: yes - test: - - yes - validators: - - jinja: | - {% if _.var3 == _.var1 %} - var3 must be different than var1 - {% endif %} - description: var3 must be different than var1 -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.
**Default**: no | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: no | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Validator**: var3 must be different than var2.
**Default**: yes
**Example**: yes | - diff --git a/tests/docs/no_namespace/20_0validators_differ_redefine.sh b/tests/docs/no_namespace/20_0validators_differ_redefine.sh deleted file mode 100644 index 3031a6dc1..000000000 --- a/tests/docs/no_namespace/20_0validators_differ_redefine.sh +++ /dev/null @@ -1,60 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -var3: - redefine: true - validators: - - jinja: | - {% if _.var3 == _.var2 %} - var3 must be different than var2 - {% endif %} - description: var3 must be different than var2 -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: no # a first variable -var2: no # a second variable -var3: - description: a third variable - default: yes - test: - - yes - validators: - - jinja: | - {% if _.var3 == _.var1 %} - var3 must be different than var1 - {% endif %} - description: var3 must be different than var1 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory A first variable. - Default: no - var2 - string standard mandatory A second variable. - Default: no - var3 - string standard mandatory A third variable. - Validator: var3 must be different than var2. - Default: yes - Example: yes - diff --git a/tests/docs/no_namespace/20_1empty_subfamily.adoc b/tests/docs/no_namespace/20_1empty_subfamily.adoc deleted file mode 100644 index 2697f7436..000000000 --- a/tests/docs/no_namespace/20_1empty_subfamily.adoc +++ /dev/null @@ -1,10 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -my_family: - my_sub_family: - type: family ----- diff --git a/tests/docs/no_namespace/20_1empty_subfamily.json b/tests/docs/no_namespace/20_1empty_subfamily.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/20_1empty_subfamily.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_1empty_subfamily.md b/tests/docs/no_namespace/20_1empty_subfamily.md deleted file mode 100644 index f876681b3..000000000 --- a/tests/docs/no_namespace/20_1empty_subfamily.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -my_family: - my_sub_family: - type: family -``` diff --git a/tests/docs/no_namespace/20_1empty_subfamily.sh b/tests/docs/no_namespace/20_1empty_subfamily.sh deleted file mode 100644 index 7a524205b..000000000 --- a/tests/docs/no_namespace/20_1empty_subfamily.sh +++ /dev/null @@ -1,9 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -my_family: - my_sub_family: - type: family -``` diff --git a/tests/docs/no_namespace/20_9default_information_parent.adoc b/tests/docs/no_namespace/20_9default_information_parent.adoc deleted file mode 100644 index fd339850a..000000000 --- a/tests/docs/no_namespace/20_9default_information_parent.adoc +++ /dev/null @@ -1,37 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 -family: - var1: # a first variable - var2: - description: a second variable - default: - type: information - information: test_information - variable: __.family ----- -== Variables - -=== family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A first variable. -| - -**family.var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: the value of the information "test_information" of the variable "family". -|==== - diff --git a/tests/docs/no_namespace/20_9default_information_parent.json b/tests/docs/no_namespace/20_9default_information_parent.json deleted file mode 100644 index 177113427..000000000 --- a/tests/docs/no_namespace/20_9default_information_parent.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "properties": [{"type": "mode", "name": "basic"}]}, "children": {"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.var1"], "names": ["var1"], "descriptions": ["A first variable."]}, "var2": {"type": "variable", "default": "the value of the information \"test_information\" of the variable \"family\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["family.var2"], "names": ["var2"], "descriptions": ["A second variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/20_9default_information_parent.md b/tests/docs/no_namespace/20_9default_information_parent.md deleted file mode 100644 index 05aeb6762..000000000 --- a/tests/docs/no_namespace/20_9default_information_parent.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -family: - var1: # a first variable - var2: - description: a second variable - default: - type: information - information: test_information - variable: __.family -``` -# Variables - -## family - -`basic` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first variable. | -| **family.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: the value of the information "test_information" of the variable "family". | - diff --git a/tests/docs/no_namespace/20_9default_information_parent.sh b/tests/docs/no_namespace/20_9default_information_parent.sh deleted file mode 100644 index 840e8511e..000000000 --- a/tests/docs/no_namespace/20_9default_information_parent.sh +++ /dev/null @@ -1,35 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 -family: - var1: # a first variable - var2: - description: a second variable - default: - type: information - information: test_information - variable: __.family -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - family - -basic - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.var1 - string basic mandatory A first variable. - family.var2 - string standard mandatory A second variable. - Default: the value of the information "test_information" of the variable "family". - diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.adoc b/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.adoc deleted file mode 100644 index 463e440d3..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.adoc +++ /dev/null @@ -1,52 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - subfamily: - var1: # a variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The variable use has condition. + -**Default**: no -|==== - -=== possibly hidden family - -`basic` `__hidden__` - - -**Hidden**: if condition is yes. - -==== family.subfamily - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.subfamily.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.json b/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.json deleted file mode 100644 index d0c9df80a..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["The variable use has condition."]}, "family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "possibly hidden family", "properties": [{"type": "mode", "name": "basic"}, {"type": "property", "name": "hidden", "annotation": "if condition is yes."}]}, "children": {"subfamily": {"type": "family", "informations": {"paths": ["family.subfamily"], "names": ["subfamily"], "properties": [{"type": "mode", "name": "basic"}]}, "children": {"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.subfamily.var1"], "names": ["var1"], "descriptions": ["A variable."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.md b/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.md deleted file mode 100644 index 50a5e7b6b..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - subfamily: - var1: # a variable -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The variable use has condition.
**Default**: no | - -## possibly hidden family - -`basic` *`hidden`* - -**Hidden**: if condition is yes. - -### family.subfamily - -`basic` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.subfamily.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.sh b/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.sh deleted file mode 100644 index c50887e4c..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_sub_family.sh +++ /dev/null @@ -1,49 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: if condition is yes - subfamily: - var1: # a variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory The variable use has condition. - Default: no - - - - possibly hidden family - -basic hidden - -Hidden: if condition is yes. - - family.subfamily - -basic - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.subfamily.var1 - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.adoc b/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.adoc deleted file mode 100644 index 337c5422e..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.adoc +++ /dev/null @@ -1,50 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: true # the variable use has condition -family: - description: possibly hidden family - hidden: - variable: _.condition - subfamily: # a subfamily - var1: - description: a variable - mandatory: false ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -The variable use has condition. + -**Default**: true -|==== - -=== possibly hidden family - -`standard` `__hidden__` - - -**Hidden**: when the variable "condition" has the value "true". - -==== a subfamily - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.subfamily.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.json b/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.json deleted file mode 100644 index fb24ef847..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["The variable use has condition."]}, "family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "possibly hidden family", "properties": [{"type": "mode", "name": "standard"}, {"type": "property", "name": "hidden", "annotation": "when the variable \"condition\" has the value \"true\"."}]}, "children": {"subfamily": {"type": "family", "informations": {"paths": ["family.subfamily"], "names": ["subfamily"], "description": "a subfamily", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "paths": ["family.subfamily.var1"], "names": ["var1"], "descriptions": ["A variable."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.md b/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.md deleted file mode 100644 index 60dc73bee..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # the variable use has condition -family: - description: possibly hidden family - hidden: - variable: _.condition - subfamily: # a subfamily - var1: - description: a variable - mandatory: false -``` -# Variables - -| Variable                                                                                                    | Description                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The variable use has condition.
**Default**: true | - -## possibly hidden family - -`standard` *`hidden`* - -**Hidden**: when the variable "condition" has the value "true". - -### a subfamily - -`standard` - -| Variable                                                                                                    | Description                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.subfamily.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable. | - diff --git a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.sh b/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.sh deleted file mode 100644 index cf51e2424..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_condition_variable_sub_family.sh +++ /dev/null @@ -1,47 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # the variable use has condition -family: - description: possibly hidden family - hidden: - variable: _.condition - subfamily: # a subfamily - var1: - description: a variable - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - boolean standard mandatory The variable use has condition. - Default: true - - - - possibly hidden family - -standard hidden - -Hidden: when the variable "condition" has the value "true". - - a subfamily - -standard - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.subfamily.var1 - string standard A variable. - diff --git a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.adoc b/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.adoc deleted file mode 100644 index fc8859e27..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.adoc +++ /dev/null @@ -1,55 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if condition == "yes" %} - condition is yes - {% endif %} - params: - condition: - variable: _.condition - description: if condition is yes - sub_family: # a subfamily - var1: # a variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -The variable use has condition. + -**Default**: no -|==== - -=== possibly hidden family - -`basic` `__hidden__` - - -**Hidden**: if condition is yes. - -==== a subfamily - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.sub_family.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. -|==== - diff --git a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.json b/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.json deleted file mode 100644 index 6045645b6..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["The variable use has condition."]}, "family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "possibly hidden family", "properties": [{"type": "mode", "name": "basic"}, {"type": "property", "name": "hidden", "annotation": "if condition is yes."}]}, "children": {"sub_family": {"type": "family", "informations": {"paths": ["family.sub_family"], "names": ["sub_family"], "description": "a subfamily", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"var1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.sub_family.var1"], "names": ["var1"], "descriptions": ["A variable."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.md b/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.md deleted file mode 100644 index d3dfe34b3..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if condition == "yes" %} - condition is yes - {% endif %} - params: - condition: - variable: _.condition - description: if condition is yes - sub_family: # a subfamily - var1: # a variable -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The variable use has condition.
**Default**: no | - -## possibly hidden family - -`basic` *`hidden`* - -**Hidden**: if condition is yes. - -### a subfamily - -`basic` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.sub_family.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | - diff --git a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.sh b/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.sh deleted file mode 100644 index b47934acb..000000000 --- a/tests/docs/no_namespace/24_0family_hidden_param_condition_sub_family.sh +++ /dev/null @@ -1,52 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # the variable use has condition -family: - description: possibly hidden family - hidden: - jinja: | - {% if condition == "yes" %} - condition is yes - {% endif %} - params: - condition: - variable: _.condition - description: if condition is yes - sub_family: # a subfamily - var1: # a variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory The variable use has condition. - Default: no - - - - possibly hidden family - -basic hidden - -Hidden: if condition is yes. - - a subfamily - -basic - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.sub_family.var1 - string basic mandatory A variable. - diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition.adoc b/tests/docs/no_namespace/24_0family_mandatory_condition.adoc deleted file mode 100644 index 23122b47f..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition.adoc +++ /dev/null @@ -1,35 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: no # a condition -var: - description: a variable - mandatory: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: only if rougail.condition has the value "yes" ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A condition. + -**Default**: no -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__mandatory__` | -A variable. + -**Mandatory**: only if rougail.condition has the value "yes". -|==== - diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition.json b/tests/docs/no_namespace/24_0family_mandatory_condition.json deleted file mode 100644 index 8c8cf6e23..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "var": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory", "annotation": "only if rougail.condition has the value \"yes\"."}], "paths": ["var"], "names": ["var"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition.md b/tests/docs/no_namespace/24_0family_mandatory_condition.md deleted file mode 100644 index 274243a1d..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var: - description: a variable - mandatory: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: only if rougail.condition has the value "yes" -``` -# Variables - -| Variable                                                                                                     | Description                                                                                                  | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: no | -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`mandatory`* | A variable.
**Mandatory**: only if rougail.condition has the value "yes". | - diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition.sh b/tests/docs/no_namespace/24_0family_mandatory_condition.sh deleted file mode 100644 index 6910db67e..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition.sh +++ /dev/null @@ -1,33 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -var: - description: a variable - mandatory: - jinja: | - {% if _.condition == "yes" %} - condition is yes - {% endif %} - description: only if rougail.condition has the value "yes" -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory A condition. - Default: no - var - string standard mandatory A variable. - Mandatory: only if rougail.condition has the value "yes". - diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.adoc b/tests/docs/no_namespace/24_0family_mandatory_condition_variable.adoc deleted file mode 100644 index cbfb0b033..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.adoc +++ /dev/null @@ -1,31 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: true # a condition -var: - description: a variable - mandatory: - variable: _.condition ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -A condition. + -**Default**: true -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__mandatory__` | -A variable. + -**Mandatory**: when the variable "condition" has the value "true". -|==== - diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.json b/tests/docs/no_namespace/24_0family_mandatory_condition_variable.json deleted file mode 100644 index 2a3b76307..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": true, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "var": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory", "annotation": "when the variable \"condition\" has the value \"true\"."}], "paths": ["var"], "names": ["var"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.md b/tests/docs/no_namespace/24_0family_mandatory_condition_variable.md deleted file mode 100644 index 15cff7ce4..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # a condition -var: - description: a variable - mandatory: - variable: _.condition -``` -# Variables - -| Variable                                                                                                     | Description                                                                                                  | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: true | -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`mandatory`* | A variable.
**Mandatory**: when the variable "condition" has the value "true". | - diff --git a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.sh b/tests/docs/no_namespace/24_0family_mandatory_condition_variable.sh deleted file mode 100644 index 08fbbe0e5..000000000 --- a/tests/docs/no_namespace/24_0family_mandatory_condition_variable.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: true # a condition -var: - description: a variable - mandatory: - variable: _.condition -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - boolean standard mandatory A condition. - Default: true - var - string standard mandatory A variable. - Mandatory: when the variable "condition" has the value "true". - diff --git a/tests/docs/no_namespace/24_7validators_variable_optional.adoc b/tests/docs/no_namespace/24_7validators_variable_optional.adoc deleted file mode 100644 index 05840fdf6..000000000 --- a/tests/docs/no_namespace/24_7validators_variable_optional.adoc +++ /dev/null @@ -1,61 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -general: # a family - int: - description: a first number - type: number - test: - - 5 - validators: - - jinja: | - {% if _.int == int2 %} - int and int2 must be different - {% endif %} - params: - int2: - variable: _.int2 - optional: true - description: int and int2 must be different - - jinja: | - {% if int3 is defined and _.int == int3 %} - int and int3 must be different - {% endif %} - params: - int3: - variable: _.int3 - optional: true - description: int and int3 must be different - int2: 1 # a second number ----- -== Variables - -=== a family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**general.int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `basic` `mandatory` | -A first number. + -**Validators**: - -* int and int2 must be different. -* int and int3 must be different. - -**Example**: 5 -| - -**general.int2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | -A second number. + -**Default**: 1 -|==== - diff --git a/tests/docs/no_namespace/24_7validators_variable_optional.json b/tests/docs/no_namespace/24_7validators_variable_optional.json deleted file mode 100644 index cb93400b1..000000000 --- a/tests/docs/no_namespace/24_7validators_variable_optional.json +++ /dev/null @@ -1 +0,0 @@ -{"general": {"type": "family", "informations": {"paths": ["general"], "names": ["general"], "description": "a family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"int": {"type": "variable", "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "validators": ["int and int2 must be different.", "int and int3 must be different."], "paths": ["general.int"], "names": ["int"], "descriptions": ["A first number."], "examples": [5]}, "int2": {"type": "variable", "default": 1, "properties": [{"type": "type", "name": "number"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["general.int2"], "names": ["int2"], "descriptions": ["A second number."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/24_7validators_variable_optional.md b/tests/docs/no_namespace/24_7validators_variable_optional.md deleted file mode 100644 index 81a631495..000000000 --- a/tests/docs/no_namespace/24_7validators_variable_optional.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -general: # a family - int: - description: a first number - type: number - test: - - 5 - validators: - - jinja: | - {% if _.int == int2 %} - int and int2 must be different - {% endif %} - params: - int2: - variable: _.int2 - optional: true - description: int and int2 must be different - - jinja: | - {% if int3 is defined and _.int == int3 %} - int and int3 must be different - {% endif %} - params: - int3: - variable: _.int3 - optional: true - description: int and int3 must be different - int2: 1 # a second number -``` -# Variables - -## a family - -`basic` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **general.int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first number.
**Validators**:
- int and int2 must be different.
- int and int3 must be different.
**Example**: 5 | -| **general.int2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second number.
**Default**: 1 | - diff --git a/tests/docs/no_namespace/24_7validators_variable_optional.sh b/tests/docs/no_namespace/24_7validators_variable_optional.sh deleted file mode 100644 index aa616c92e..000000000 --- a/tests/docs/no_namespace/24_7validators_variable_optional.sh +++ /dev/null @@ -1,55 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -general: # a family - int: - description: a first number - type: number - test: - - 5 - validators: - - jinja: | - {% if _.int == int2 %} - int and int2 must be different - {% endif %} - params: - int2: - variable: _.int2 - optional: true - description: int and int2 must be different - - jinja: | - {% if int3 is defined and _.int == int3 %} - int and int3 must be different - {% endif %} - params: - int3: - variable: _.int3 - optional: true - description: int and int3 must be different - int2: 1 # a second number -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a family - -basic - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - general.int - number basic mandatory A first number. - Validators: - - - โ€ข int and int2 must be different. - โ€ข int and int3 must be different. Example: 5 | | general.int2 number standard - mandatory | A second number. Default: 1 - | diff --git a/tests/docs/no_namespace/24_family_disabled_var_hidden.adoc b/tests/docs/no_namespace/24_family_disabled_var_hidden.adoc deleted file mode 100644 index 2b8fd1380..000000000 --- a/tests/docs/no_namespace/24_family_disabled_var_hidden.adoc +++ /dev/null @@ -1,17 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: 1.1 - -family: - disabled: true - - var1: true # A description - - var2: - description: A description - hidden: - variable: _.var1 ----- diff --git a/tests/docs/no_namespace/24_family_disabled_var_hidden.json b/tests/docs/no_namespace/24_family_disabled_var_hidden.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/24_family_disabled_var_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/24_family_disabled_var_hidden.md b/tests/docs/no_namespace/24_family_disabled_var_hidden.md deleted file mode 100644 index 05c7bbb9b..000000000 --- a/tests/docs/no_namespace/24_family_disabled_var_hidden.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -family: - disabled: true - - var1: true # A description - - var2: - description: A description - hidden: - variable: _.var1 -``` diff --git a/tests/docs/no_namespace/24_family_disabled_var_hidden.sh b/tests/docs/no_namespace/24_family_disabled_var_hidden.sh deleted file mode 100644 index ea598d4cd..000000000 --- a/tests/docs/no_namespace/24_family_disabled_var_hidden.sh +++ /dev/null @@ -1,16 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: 1.1 - -family: - disabled: true - - var1: true # A description - - var2: - description: A description - hidden: - variable: _.var1 -``` diff --git a/tests/docs/no_namespace/40_0leadership.adoc b/tests/docs/no_namespace/40_0leadership.adoc deleted file mode 100644 index 07882493f..000000000 --- a/tests/docs/no_namespace/40_0leadership.adoc +++ /dev/null @@ -1,41 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: # a follower - follower2: # an other follower ----- -== Variables - -=== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A leader. -| - -**leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A follower. -| - -**leader.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -An other follower. -|==== - diff --git a/tests/docs/no_namespace/40_0leadership.json b/tests/docs/no_namespace/40_0leadership.json deleted file mode 100644 index f2a847366..000000000 --- a/tests/docs/no_namespace/40_0leadership.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower1"], "names": ["follower1"], "descriptions": ["A follower."]}, "follower2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower2"], "names": ["follower2"], "descriptions": ["An other follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_0leadership.md b/tests/docs/no_namespace/40_0leadership.md deleted file mode 100644 index 7b9db96ae..000000000 --- a/tests/docs/no_namespace/40_0leadership.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: # a follower - follower2: # an other follower -``` -# Variables - -## a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A leader. | -| **leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A follower. | -| **leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | An other follower. | - diff --git a/tests/docs/no_namespace/40_0leadership.sh b/tests/docs/no_namespace/40_0leadership.sh deleted file mode 100644 index 831458c4b..000000000 --- a/tests/docs/no_namespace/40_0leadership.sh +++ /dev/null @@ -1,36 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: # a follower - follower2: # an other follower -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a leadership - -basic - -This family contains lists of variable blocks. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string basic mandatory unique multiple A leader. - leader.follower1 - string basic mandatory A follower. - leader.follower2 - string basic mandatory An other follower. - diff --git a/tests/docs/no_namespace/40_0leadership_diff_name.adoc b/tests/docs/no_namespace/40_0leadership_diff_name.adoc deleted file mode 100644 index 1042e18ed..000000000 --- a/tests/docs/no_namespace/40_0leadership_diff_name.adoc +++ /dev/null @@ -1,41 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leadership: - description: a leadership - type: leadership - leader: [] # a leader - follower1: # a follower - follower2: # an other follower ----- -== Variables - -=== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leadership.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A leader. -| - -**leadership.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A follower. -| - -**leadership.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -An other follower. -|==== - diff --git a/tests/docs/no_namespace/40_0leadership_diff_name.json b/tests/docs/no_namespace/40_0leadership_diff_name.json deleted file mode 100644 index 0fee04860..000000000 --- a/tests/docs/no_namespace/40_0leadership_diff_name.json +++ /dev/null @@ -1 +0,0 @@ -{"leadership": {"type": "leadership", "informations": {"paths": ["leadership"], "names": ["leadership"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leadership.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leadership.follower1"], "names": ["follower1"], "descriptions": ["A follower."]}, "follower2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leadership.follower2"], "names": ["follower2"], "descriptions": ["An other follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_0leadership_diff_name.md b/tests/docs/no_namespace/40_0leadership_diff_name.md deleted file mode 100644 index 992b6a63a..000000000 --- a/tests/docs/no_namespace/40_0leadership_diff_name.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leadership: - description: a leadership - type: leadership - leader: [] # a leader - follower1: # a follower - follower2: # an other follower -``` -# Variables - -## a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A leader. | -| **leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A follower. | -| **leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | An other follower. | - diff --git a/tests/docs/no_namespace/40_0leadership_diff_name.sh b/tests/docs/no_namespace/40_0leadership_diff_name.sh deleted file mode 100644 index 30e8efd01..000000000 --- a/tests/docs/no_namespace/40_0leadership_diff_name.sh +++ /dev/null @@ -1,36 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leadership: - description: a leadership - type: leadership - leader: [] # a leader - follower1: # a follower - follower2: # an other follower -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a leadership - -basic - -This family contains lists of variable blocks. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leadership.leader - string basic mandatory unique multiple A leader. - leadership.follower1 - string basic mandatory A follower. - leadership.follower2 - string basic mandatory An other follower. - diff --git a/tests/docs/no_namespace/40_0leadership_empty.adoc b/tests/docs/no_namespace/40_0leadership_empty.adoc deleted file mode 100644 index 741f544e7..000000000 --- a/tests/docs/no_namespace/40_0leadership_empty.adoc +++ /dev/null @@ -1,9 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -empty_leader: - type: leadership ----- diff --git a/tests/docs/no_namespace/40_0leadership_empty.json b/tests/docs/no_namespace/40_0leadership_empty.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/40_0leadership_empty.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_0leadership_empty.md b/tests/docs/no_namespace/40_0leadership_empty.md deleted file mode 100644 index b7d0b8f9e..000000000 --- a/tests/docs/no_namespace/40_0leadership_empty.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -empty_leader: - type: leadership -``` diff --git a/tests/docs/no_namespace/40_0leadership_empty.sh b/tests/docs/no_namespace/40_0leadership_empty.sh deleted file mode 100644 index 9ba2e94e6..000000000 --- a/tests/docs/no_namespace/40_0leadership_empty.sh +++ /dev/null @@ -1,8 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -empty_leader: - type: leadership -``` diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.adoc b/tests/docs/no_namespace/40_0leadership_follower_default_calculation.adoc deleted file mode 100644 index 05a314d5c..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.adoc +++ /dev/null @@ -1,48 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: value # a follower - follower2: - description: a second follower - default: - jinja: | - {{ _.follower1 }} - description: returns follower1 value ----- -== Variables - -=== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A leader. -| - -**leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A follower. + -**Default**: value -| - -**leader.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second follower. + -**Default**: returns follower1 value. -|==== - diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.json b/tests/docs/no_namespace/40_0leadership_follower_default_calculation.json deleted file mode 100644 index c9075771f..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower1": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower1"], "names": ["follower1"], "descriptions": ["A follower."]}, "follower2": {"type": "variable", "default": "returns follower1 value.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower2"], "names": ["follower2"], "descriptions": ["A second follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.md b/tests/docs/no_namespace/40_0leadership_follower_default_calculation.md deleted file mode 100644 index f18bbe4b9..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: value # a follower - follower2: - description: a second follower - default: - jinja: | - {{ _.follower1 }} - description: returns follower1 value -``` -# Variables - -## a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A leader. | -| **leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A follower.
**Default**: value | -| **leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second follower.
**Default**: returns follower1 value. | - diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.sh b/tests/docs/no_namespace/40_0leadership_follower_default_calculation.sh deleted file mode 100644 index 140a29b32..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_calculation.sh +++ /dev/null @@ -1,45 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: # a leader - follower1: value # a follower - follower2: - description: a second follower - default: - jinja: | - {{ _.follower1 }} - description: returns follower1 value -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a leadership - -basic - -This family contains lists of variable blocks. - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string basic mandatory unique multiple A leader. - leader.follower1 - string standard mandatory A follower. - Default: value - leader.follower2 - string standard mandatory A second follower. - Default: returns follower1 value. - diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_value.adoc b/tests/docs/no_namespace/40_0leadership_follower_default_value.adoc deleted file mode 100644 index 94dbd6878..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_value.adoc +++ /dev/null @@ -1,39 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower1: value # a follower with default value ----- -== Variables - -=== a leadership - -`standard` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` | -A leader. -| - -**leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A follower with default value. + -**Default**: value -|==== - diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_value.json b/tests/docs/no_namespace/40_0leadership_follower_default_value.json deleted file mode 100644 index e0b3abe23..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_value.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "standard"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower1": {"type": "variable", "default": "value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower1"], "names": ["follower1"], "descriptions": ["A follower with default value."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_value.md b/tests/docs/no_namespace/40_0leadership_follower_default_value.md deleted file mode 100644 index eced4669d..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_value.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower1: value # a follower with default value -``` -# Variables - -## a leadership - -`standard` - -This family contains lists of variable blocks. - -| Variable                                                                                                           | Description                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A leader. | -| **leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A follower with default value.
**Default**: value | - diff --git a/tests/docs/no_namespace/40_0leadership_follower_default_value.sh b/tests/docs/no_namespace/40_0leadership_follower_default_value.sh deleted file mode 100644 index 75519f190..000000000 --- a/tests/docs/no_namespace/40_0leadership_follower_default_value.sh +++ /dev/null @@ -1,37 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower1: value # a follower with default value -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a leadership - -standard - -This family contains lists of variable blocks. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string standard unique multiple A leader. - leader.follower1 - string standard mandatory A follower with default value. - Default: value - diff --git a/tests/docs/no_namespace/40_0leadership_leader_not_multi.adoc b/tests/docs/no_namespace/40_0leadership_leader_not_multi.adoc deleted file mode 100644 index c19ac23f5..000000000 --- a/tests/docs/no_namespace/40_0leadership_leader_not_multi.adoc +++ /dev/null @@ -1,72 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -general: - mode_conteneur_actif: - type: string - description: No change - default: non -general1: - leader: - description: leader - type: leadership - leader: - type: string - description: leader - follower1: - type: string - description: follower1 - follower2: - type: string - description: follower2 -version: '1.0' ----- -== Variables - -=== general - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**general.mode_conteneur_actif** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -No change. + -**Default**: non -|==== - -=== general1 - -`basic` - -==== general1.leader - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**general1.leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -Leader. -| - -**general1.leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Follower1. -| - -**general1.leader.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Follower2. -|==== - diff --git a/tests/docs/no_namespace/40_0leadership_leader_not_multi.json b/tests/docs/no_namespace/40_0leadership_leader_not_multi.json deleted file mode 100644 index 9571ce420..000000000 --- a/tests/docs/no_namespace/40_0leadership_leader_not_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"general": {"type": "family", "informations": {"paths": ["general"], "names": ["general"], "properties": [{"type": "mode", "name": "standard"}]}, "children": {"mode_conteneur_actif": {"type": "variable", "default": "non", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["general.mode_conteneur_actif"], "names": ["mode_conteneur_actif"], "descriptions": ["No change."]}}}, "general1": {"type": "family", "informations": {"paths": ["general1"], "names": ["general1"], "properties": [{"type": "mode", "name": "basic"}]}, "children": {"leader": {"type": "leadership", "informations": {"paths": ["general1.leader"], "names": ["leader"], "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["general1.leader.leader"], "names": ["leader"], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["general1.leader.follower1"], "names": ["follower1"]}, "follower2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["general1.leader.follower2"], "names": ["follower2"]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_0leadership_leader_not_multi.md b/tests/docs/no_namespace/40_0leadership_leader_not_multi.md deleted file mode 100644 index 31184c043..000000000 --- a/tests/docs/no_namespace/40_0leadership_leader_not_multi.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -general: - mode_conteneur_actif: - type: string - description: No change - default: non -general1: - leader: - description: leader - type: leadership - leader: - type: string - description: leader - follower1: - type: string - description: follower1 - follower2: - type: string - description: follower2 -version: '1.0' -``` -# Variables - -## general - -`standard` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **general.mode_conteneur_actif**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | No change.
**Default**: non | - -## general1 - -`basic` - -### general1.leader - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **general1.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | Leader. | -| **general1.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Follower1. | -| **general1.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Follower2. | - diff --git a/tests/docs/no_namespace/40_0leadership_leader_not_multi.sh b/tests/docs/no_namespace/40_0leadership_leader_not_multi.sh deleted file mode 100644 index 565656fc7..000000000 --- a/tests/docs/no_namespace/40_0leadership_leader_not_multi.sh +++ /dev/null @@ -1,67 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -general: - mode_conteneur_actif: - type: string - description: No change - default: non -general1: - leader: - description: leader - type: leadership - leader: - type: string - description: leader - follower1: - type: string - description: follower1 - follower2: - type: string - description: follower2 -version: '1.0' -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - general - -standard - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - general.mode_conteneur_actif - string standard mandatory No change. - Default: non - - - - general1 - -basic - - general1.leader - -basic - -This family contains lists of variable blocks. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - general1.leader.leader - string basic mandatory unique multiple Leader. - general1.leader.follower1 - string basic mandatory Follower1. - general1.leader.follower2 - string basic mandatory Follower2. - diff --git a/tests/docs/no_namespace/40_1leadership_append_follower.adoc b/tests/docs/no_namespace/40_1leadership_append_follower.adoc deleted file mode 100644 index 4265300b0..000000000 --- a/tests/docs/no_namespace/40_1leadership_append_follower.adoc +++ /dev/null @@ -1,60 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - follower3: - description: the follower3 ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: the leader - multi: true - follower1: - description: the follower1 - follower2: - description: the follower2 ----- -== Variables - -=== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -The leader. -| - -**leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The follower1. -| - -**leader.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The follower2. -| - -**leader.follower3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -The follower3. -|==== - diff --git a/tests/docs/no_namespace/40_1leadership_append_follower.json b/tests/docs/no_namespace/40_1leadership_append_follower.json deleted file mode 100644 index 352f24d05..000000000 --- a/tests/docs/no_namespace/40_1leadership_append_follower.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["The leader."], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower1"], "names": ["follower1"], "descriptions": ["The follower1."]}, "follower2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower2"], "names": ["follower2"], "descriptions": ["The follower2."]}, "follower3": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower3"], "names": ["follower3"], "descriptions": ["The follower3."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_1leadership_append_follower.md b/tests/docs/no_namespace/40_1leadership_append_follower.md deleted file mode 100644 index d445eac9c..000000000 --- a/tests/docs/no_namespace/40_1leadership_append_follower.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - follower3: - description: the follower3 -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: the leader - multi: true - follower1: - description: the follower1 - follower2: - description: the follower2 -``` -# Variables - -## a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | The leader. | -| **leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The follower1. | -| **leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The follower2. | -| **leader.follower3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | The follower3. | - diff --git a/tests/docs/no_namespace/40_1leadership_append_follower.sh b/tests/docs/no_namespace/40_1leadership_append_follower.sh deleted file mode 100644 index 38c9dcb82..000000000 --- a/tests/docs/no_namespace/40_1leadership_append_follower.sh +++ /dev/null @@ -1,52 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - follower3: - description: the follower3 -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: the leader - multi: true - follower1: - description: the follower1 - follower2: - description: the follower2 -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a leadership - -basic - -This family contains lists of variable blocks. - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string basic mandatory unique multiple The leader. - leader.follower1 - string basic mandatory The follower1. - leader.follower2 - string basic mandatory The follower2. - leader.follower3 - string basic mandatory The follower3. - diff --git a/tests/docs/no_namespace/40_6leadership_follower_multi.adoc b/tests/docs/no_namespace/40_6leadership_follower_multi.adoc deleted file mode 100644 index a53cbfbe9..000000000 --- a/tests/docs/no_namespace/40_6leadership_follower_multi.adoc +++ /dev/null @@ -1,50 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -leadership: - description: A leadership - type: leadership - leader: - description: The leader - multi: true - follower1: - description: The first follower - multi: true - follower2: - description: The second follower - multi: true - default: - - value ----- -== Variables - -=== A leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leadership.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -The leader. -| - -**leadership.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `multiple` | -The first follower. -| - -**leadership.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `multiple` | -The second follower. + -**Default**: value -|==== - diff --git a/tests/docs/no_namespace/40_6leadership_follower_multi.json b/tests/docs/no_namespace/40_6leadership_follower_multi.json deleted file mode 100644 index 0778bf6f7..000000000 --- a/tests/docs/no_namespace/40_6leadership_follower_multi.json +++ /dev/null @@ -1 +0,0 @@ -{"leadership": {"type": "leadership", "informations": {"paths": ["leadership"], "names": ["leadership"], "description": "A leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leadership.leader"], "names": ["leader"], "descriptions": ["The leader."], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "multiple", "name": "multiple"}], "paths": ["leadership.follower1"], "names": ["follower1"], "descriptions": ["The first follower."], "multiple": true}, "follower2": {"type": "variable", "default": ["value"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "multiple", "name": "multiple"}], "paths": ["leadership.follower2"], "names": ["follower2"], "descriptions": ["The second follower."], "multiple": true}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_6leadership_follower_multi.md b/tests/docs/no_namespace/40_6leadership_follower_multi.md deleted file mode 100644 index 04aedf89c..000000000 --- a/tests/docs/no_namespace/40_6leadership_follower_multi.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leadership: - description: A leadership - type: leadership - leader: - description: The leader - multi: true - follower1: - description: The first follower - multi: true - follower2: - description: The second follower - multi: true - default: - - value -``` -# Variables - -## A leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | The leader. | -| **leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `multiple` | The first follower. | -| **leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `multiple` | The second follower.
**Default**: value | - diff --git a/tests/docs/no_namespace/40_6leadership_follower_multi.sh b/tests/docs/no_namespace/40_6leadership_follower_multi.sh deleted file mode 100644 index 3fe6ad854..000000000 --- a/tests/docs/no_namespace/40_6leadership_follower_multi.sh +++ /dev/null @@ -1,46 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leadership: - description: A leadership - type: leadership - leader: - description: The leader - multi: true - follower1: - description: The first follower - multi: true - follower2: - description: The second follower - multi: true - default: - - value -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - A leadership - -basic - -This family contains lists of variable blocks. - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leadership.leader - string basic mandatory unique multiple The leader. - leadership.follower1 - string basic mandatory multiple The first follower. - leadership.follower2 - string standard mandatory multiple The second follower. - Default: value - diff --git a/tests/docs/no_namespace/40_8calculation_boolean.adoc b/tests/docs/no_namespace/40_8calculation_boolean.adoc deleted file mode 100644 index 589e74552..000000000 --- a/tests/docs/no_namespace/40_8calculation_boolean.adoc +++ /dev/null @@ -1,59 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -bool: false # a boolean variable -multi1: - description: a first multi variable - type: boolean - multi: true - default: - jinja: | - {% if _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation -multi2: - description: a second multi variable - type: boolean - multi: true - default: - jinja: | - {% if not _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**bool** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | -A boolean variable. + -**Default**: false -| - -**multi1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -A first multi variable. + -**Default**: a calculation. -| - -**multi2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` | -A second multi variable. + -**Default**: a calculation. -|==== - diff --git a/tests/docs/no_namespace/40_8calculation_boolean.json b/tests/docs/no_namespace/40_8calculation_boolean.json deleted file mode 100644 index 6092c16ce..000000000 --- a/tests/docs/no_namespace/40_8calculation_boolean.json +++ /dev/null @@ -1 +0,0 @@ -{"bool": {"type": "variable", "default": false, "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["bool"], "names": ["bool"], "descriptions": ["A boolean variable."]}, "multi1": {"type": "variable", "default": "a calculation.", "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["multi1"], "names": ["multi1"], "descriptions": ["A first multi variable."], "multiple": true}, "multi2": {"type": "variable", "default": "a calculation.", "properties": [{"type": "type", "name": "boolean"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["multi2"], "names": ["multi2"], "descriptions": ["A second multi variable."], "multiple": true}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_8calculation_boolean.md b/tests/docs/no_namespace/40_8calculation_boolean.md deleted file mode 100644 index dd204076e..000000000 --- a/tests/docs/no_namespace/40_8calculation_boolean.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -bool: false # a boolean variable -multi1: - description: a first multi variable - type: boolean - multi: true - default: - jinja: | - {% if _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation -multi2: - description: a second multi variable - type: boolean - multi: true - default: - jinja: | - {% if not _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation -``` -# Variables - -| Variable                                                                                                                        | Description                                                                                                                     | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **bool**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A boolean variable.
**Default**: false | -| **multi1**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A first multi variable.
**Default**: a calculation. | -| **multi2**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second multi variable.
**Default**: a calculation. | - diff --git a/tests/docs/no_namespace/40_8calculation_boolean.sh b/tests/docs/no_namespace/40_8calculation_boolean.sh deleted file mode 100644 index f28028516..000000000 --- a/tests/docs/no_namespace/40_8calculation_boolean.sh +++ /dev/null @@ -1,56 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -bool: false # a boolean variable -multi1: - description: a first multi variable - type: boolean - multi: true - default: - jinja: | - {% if _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation -multi2: - description: a second multi variable - type: boolean - multi: true - default: - jinja: | - {% if not _.bool %} - True - False - {% else %} - False - {% endif %} - description: a calculation -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - bool - boolean standard mandatory A boolean variable. - Default: false - multi1 - boolean standard mandatory unique multiple A first multi variable. - Default: a calculation. - multi2 - boolean standard mandatory unique multiple A second multi variable. - Default: a calculation. - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable.adoc b/tests/docs/no_namespace/40_8calculation_multi_variable.adoc deleted file mode 100644 index 6d1ee4ac0..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable.adoc +++ /dev/null @@ -1,42 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: - description: a first variable - default: - - variable: _.var2 - - variable: _.var3 -var2: no # a second variable -var3: yes # a third variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A first variable. + -**Default**: - -* the value of the variable "var2". -* the value of the variable "var3". -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: no -| - -**var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A third variable. + -**Default**: yes -|==== - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable.json b/tests/docs/no_namespace/40_8calculation_multi_variable.json deleted file mode 100644 index 304133659..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["the value of the variable \"var2\".", "the value of the variable \"var3\"."], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A first variable."], "multiple": true}, "var2": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}, "var3": {"type": "variable", "default": "yes", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var3"], "names": ["var3"], "descriptions": ["A third variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable.md b/tests/docs/no_namespace/40_8calculation_multi_variable.md deleted file mode 100644 index 6bb4b3922..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a first variable - default: - - variable: _.var2 - - variable: _.var3 -var2: no # a second variable -var3: yes # a third variable -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A first variable.
**Default**:
- the value of the variable "var2".
- the value of the variable "var3". | -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: no | -| **var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A third variable.
**Default**: yes | - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable.sh b/tests/docs/no_namespace/40_8calculation_multi_variable.sh deleted file mode 100644 index 37942db45..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable.sh +++ /dev/null @@ -1,34 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a first variable - default: - - variable: _.var2 - - variable: _.var3 -var2: no # a second variable -var3: yes # a third variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A first variable. - Default: - - - โ€ข the value of the variable "var2". - โ€ข the value of the variable "var3". - | | var2 string standard mandatory - | A second variable. Default: no - | | var3 string standard mandatory - | A third variable. Default: yes - | diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.adoc b/tests/docs/no_namespace/40_8calculation_multi_variable_parent.adoc deleted file mode 100644 index 0bca83bad..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.adoc +++ /dev/null @@ -1,41 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: no # a variable -fam1: # a family - var: - description: a calculated variable - default: - variable: __.var ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: no -|==== - -=== a family - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**fam1.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A calculated variable. + -**Default**: the value of the variable "var". -|==== - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.json b/tests/docs/no_namespace/40_8calculation_multi_variable_parent.json deleted file mode 100644 index 0dd64f726..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var"], "names": ["var"], "descriptions": ["A variable."]}, "fam1": {"type": "family", "informations": {"paths": ["fam1"], "names": ["fam1"], "description": "a family", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"var": {"type": "variable", "default": "the value of the variable \"var\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["fam1.var"], "names": ["var"], "descriptions": ["A calculated variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.md b/tests/docs/no_namespace/40_8calculation_multi_variable_parent.md deleted file mode 100644 index b681162bd..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: no # a variable -fam1: # a family - var: - description: a calculated variable - default: - variable: __.var -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: no | - -## a family - -`standard` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **fam1.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A calculated variable.
**Default**: the value of the variable "var". | - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.sh b/tests/docs/no_namespace/40_8calculation_multi_variable_parent.sh deleted file mode 100644 index e526d5e07..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent.sh +++ /dev/null @@ -1,40 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: no # a variable -fam1: # a family - var: - description: a calculated variable - default: - variable: __.var -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory A variable. - Default: no - - - - a family - -standard - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - fam1.var - string standard mandatory A calculated variable. - Default: the value of the variable "var". - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.adoc b/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.adoc deleted file mode 100644 index a373c0cd3..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.adoc +++ /dev/null @@ -1,46 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -fam1: # first family - var: no # a variable -fam2: # second family - var: - description: a variable - default: - variable: __.fam1.var ----- -== Variables - -=== first family - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**fam1.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: no -|==== - -=== second family - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**fam2.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: the value of the variable "fam1.var". -|==== - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.json b/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.json deleted file mode 100644 index ea58ebbfa..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.json +++ /dev/null @@ -1 +0,0 @@ -{"fam1": {"type": "family", "informations": {"paths": ["fam1"], "names": ["fam1"], "description": "first family", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"var": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["fam1.var"], "names": ["var"], "descriptions": ["A variable."]}}}, "fam2": {"type": "family", "informations": {"paths": ["fam2"], "names": ["fam2"], "description": "second family", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"var": {"type": "variable", "default": "the value of the variable \"fam1.var\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["fam2.var"], "names": ["var"], "descriptions": ["A variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.md b/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.md deleted file mode 100644 index e3d89c272..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -fam1: # first family - var: no # a variable -fam2: # second family - var: - description: a variable - default: - variable: __.fam1.var -``` -# Variables - -## first family - -`standard` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **fam1.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: no | - -## second family - -`standard` - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **fam2.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: the value of the variable "fam1.var". | - diff --git a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.sh b/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.sh deleted file mode 100644 index 1a674a908..000000000 --- a/tests/docs/no_namespace/40_8calculation_multi_variable_parent2.sh +++ /dev/null @@ -1,46 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -fam1: # first family - var: no # a variable -fam2: # second family - var: - description: a variable - default: - variable: __.fam1.var -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - first family - -standard - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - fam1.var - string standard mandatory A variable. - Default: no - - - - second family - -standard - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - fam2.var - string standard mandatory A variable. - Default: the value of the variable "fam1.var". - diff --git a/tests/docs/no_namespace/41_0choice_leader.adoc b/tests/docs/no_namespace/41_0choice_leader.adoc deleted file mode 100644 index 8a8e73747..000000000 --- a/tests/docs/no_namespace/41_0choice_leader.adoc +++ /dev/null @@ -1,49 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -leader: - description: The leadership - type: leadership - leader: - description: The leader - multi: true - mandatory: false - follower1: - type: choice - description: A follower - choices: - - a - - b - - c ----- -== Variables - -=== The leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` | -The leader. -| - -**leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` | -A follower. + -**Choices**: - -* a -* b -* c -|==== - diff --git a/tests/docs/no_namespace/41_0choice_leader.json b/tests/docs/no_namespace/41_0choice_leader.json deleted file mode 100644 index b899d1b45..000000000 --- a/tests/docs/no_namespace/41_0choice_leader.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "The leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["The leader."], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "choice"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "choices": ["a", "b", "c"], "paths": ["leader.follower1"], "names": ["follower1"], "descriptions": ["A follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/41_0choice_leader.md b/tests/docs/no_namespace/41_0choice_leader.md deleted file mode 100644 index e907a39c9..000000000 --- a/tests/docs/no_namespace/41_0choice_leader.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: The leadership - type: leadership - leader: - description: The leader - multi: true - mandatory: false - follower1: - type: choice - description: A follower - choices: - - a - - b - - c -``` -# Variables - -## The leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                           | Description                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | The leader. | -| **leader.follower1**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A follower.
**Choices**:
- a
- b
- c | - diff --git a/tests/docs/no_namespace/41_0choice_leader.sh b/tests/docs/no_namespace/41_0choice_leader.sh deleted file mode 100644 index d0e683c7a..000000000 --- a/tests/docs/no_namespace/41_0choice_leader.sh +++ /dev/null @@ -1,47 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: The leadership - type: leadership - leader: - description: The leader - multi: true - mandatory: false - follower1: - type: choice - description: A follower - choices: - - a - - b - - c -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - The leadership - -basic - -This family contains lists of variable blocks. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string standard unique multiple The leader. - leader.follower1 - choice basic mandatory A follower. - Choices: - - - โ€ข a - โ€ข b - โ€ข c | diff --git a/tests/docs/no_namespace/44_0leadership_hidden.adoc b/tests/docs/no_namespace/44_0leadership_hidden.adoc deleted file mode 100644 index adf33c9fd..000000000 --- a/tests/docs/no_namespace/44_0leadership_hidden.adoc +++ /dev/null @@ -1,20 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -leader: - description: a leadership - hidden: true - type: leadership - - leader: - description: a leader - mandatory: false - - follower: - description: a follower - mandatory: false ----- diff --git a/tests/docs/no_namespace/44_0leadership_hidden.json b/tests/docs/no_namespace/44_0leadership_hidden.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/44_0leadership_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/44_0leadership_hidden.md b/tests/docs/no_namespace/44_0leadership_hidden.md deleted file mode 100644 index 626b1126f..000000000 --- a/tests/docs/no_namespace/44_0leadership_hidden.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -leader: - description: a leadership - hidden: true - type: leadership - - leader: - description: a leader - mandatory: false - - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/no_namespace/44_0leadership_hidden.sh b/tests/docs/no_namespace/44_0leadership_hidden.sh deleted file mode 100644 index 8a1203471..000000000 --- a/tests/docs/no_namespace/44_0leadership_hidden.sh +++ /dev/null @@ -1,19 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -leader: - description: a leadership - hidden: true - type: leadership - - leader: - description: a leader - mandatory: false - - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/no_namespace/44_0leadership_leader_hidden.adoc b/tests/docs/no_namespace/44_0leadership_leader_hidden.adoc deleted file mode 100644 index fad00ea2f..000000000 --- a/tests/docs/no_namespace/44_0leadership_leader_hidden.adoc +++ /dev/null @@ -1,21 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -leader: - description: a leadership - type: leadership - - leader: - description: a leader - multi: true - hidden: true - mandatory: false - - follower: - description: a follower - mandatory: false ----- diff --git a/tests/docs/no_namespace/44_0leadership_leader_hidden.json b/tests/docs/no_namespace/44_0leadership_leader_hidden.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/44_0leadership_leader_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/44_0leadership_leader_hidden.md b/tests/docs/no_namespace/44_0leadership_leader_hidden.md deleted file mode 100644 index a7690bea3..000000000 --- a/tests/docs/no_namespace/44_0leadership_leader_hidden.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -leader: - description: a leadership - type: leadership - - leader: - description: a leader - multi: true - hidden: true - mandatory: false - - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/no_namespace/44_0leadership_leader_hidden.sh b/tests/docs/no_namespace/44_0leadership_leader_hidden.sh deleted file mode 100644 index 003b3f160..000000000 --- a/tests/docs/no_namespace/44_0leadership_leader_hidden.sh +++ /dev/null @@ -1,20 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -leader: - description: a leadership - type: leadership - - leader: - description: a leader - multi: true - hidden: true - mandatory: false - - follower: - description: a follower - mandatory: false -``` diff --git a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.adoc b/tests/docs/no_namespace/44_1leadership_append_hidden_follower.adoc deleted file mode 100644 index ce2f65603..000000000 --- a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.adoc +++ /dev/null @@ -1,32 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - follower3: - description: follower3 - mandatory: false ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: true - mandatory: false - follower1: - description: the follower1 - mandatory: false - follower2: - description: the follower2 - mandatory: false ----- diff --git a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.json b/tests/docs/no_namespace/44_1leadership_append_hidden_follower.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.md b/tests/docs/no_namespace/44_1leadership_append_hidden_follower.md deleted file mode 100644 index 87edbdd1f..000000000 --- a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - follower3: - description: follower3 - mandatory: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: true - mandatory: false - follower1: - description: the follower1 - mandatory: false - follower2: - description: the follower2 - mandatory: false -``` diff --git a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.sh b/tests/docs/no_namespace/44_1leadership_append_hidden_follower.sh deleted file mode 100644 index ba8548b58..000000000 --- a/tests/docs/no_namespace/44_1leadership_append_hidden_follower.sh +++ /dev/null @@ -1,30 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -leader: - follower3: - description: follower3 - mandatory: false -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: true - mandatory: false - follower1: - description: the follower1 - mandatory: false - follower2: - description: the follower2 - mandatory: false -``` diff --git a/tests/docs/no_namespace/44_4leadership_mandatory.adoc b/tests/docs/no_namespace/44_4leadership_mandatory.adoc deleted file mode 100644 index 95ff212b8..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory.adoc +++ /dev/null @@ -1,40 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: true - follower1: - description: a follower - mandatory: false ----- -== Variables - -=== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A leader. -| - -**leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A follower. -|==== - diff --git a/tests/docs/no_namespace/44_4leadership_mandatory.json b/tests/docs/no_namespace/44_4leadership_mandatory.json deleted file mode 100644 index 202442637..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "paths": ["leader.follower1"], "names": ["follower1"], "descriptions": ["A follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/44_4leadership_mandatory.md b/tests/docs/no_namespace/44_4leadership_mandatory.md deleted file mode 100644 index d571bae56..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: true - follower1: - description: a follower - mandatory: false -``` -# Variables - -## a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A leader. | -| **leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A follower. | - diff --git a/tests/docs/no_namespace/44_4leadership_mandatory.sh b/tests/docs/no_namespace/44_4leadership_mandatory.sh deleted file mode 100644 index c6e89d7c1..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory.sh +++ /dev/null @@ -1,37 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: true - follower1: - description: a follower - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a leadership - -basic - -This family contains lists of variable blocks. - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string basic mandatory unique multiple A leader. - leader.follower1 - string standard A follower. - diff --git a/tests/docs/no_namespace/44_4leadership_mandatory_follower.adoc b/tests/docs/no_namespace/44_4leadership_mandatory_follower.adoc deleted file mode 100644 index 770966adc..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory_follower.adoc +++ /dev/null @@ -1,40 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: true ----- -== Variables - -=== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` | -A leader. -| - -**leader.follower** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A follower. -|==== - diff --git a/tests/docs/no_namespace/44_4leadership_mandatory_follower.json b/tests/docs/no_namespace/44_4leadership_mandatory_follower.json deleted file mode 100644 index 1cce06fbe..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory_follower.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower"], "names": ["follower"], "descriptions": ["A follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/44_4leadership_mandatory_follower.md b/tests/docs/no_namespace/44_4leadership_mandatory_follower.md deleted file mode 100644 index 5dcad26c1..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory_follower.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: true -``` -# Variables - -## a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                           | Description                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A leader. | -| **leader.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A follower. | - diff --git a/tests/docs/no_namespace/44_4leadership_mandatory_follower.sh b/tests/docs/no_namespace/44_4leadership_mandatory_follower.sh deleted file mode 100644 index 33cbe527f..000000000 --- a/tests/docs/no_namespace/44_4leadership_mandatory_follower.sh +++ /dev/null @@ -1,37 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - mandatory: false - follower: - description: a follower - mandatory: true -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a leadership - -basic - -This family contains lists of variable blocks. - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string standard unique multiple A leader. - leader.follower - string basic mandatory A follower. - diff --git a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.adoc b/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.adoc deleted file mode 100644 index 34cfe1e05..000000000 --- a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.adoc +++ /dev/null @@ -1,59 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: no # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: - jinja: | - {% if __.condition == "no" %} - condition is no - {% endif %} - description: if condition is no - mandatory: false - follower: # a follower ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A condition. + -**Default**: no -|==== - -=== a leadership - -`basic` `__hidden__` - - -**Hidden**: if condition is no. - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` | -A leader. -| - -**leader.follower** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A follower. -|==== - diff --git a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.json b/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.json deleted file mode 100644 index 3198b9699..000000000 --- a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "no", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}, {"type": "property", "name": "hidden", "annotation": "if condition is no."}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower"], "names": ["follower"], "descriptions": ["A follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.md b/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.md deleted file mode 100644 index 597d82383..000000000 --- a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: - jinja: | - {% if __.condition == "no" %} - condition is no - {% endif %} - description: if condition is no - mandatory: false - follower: # a follower -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: no | - -## a leadership - -`basic` *`hidden`* - -**Hidden**: if condition is no. - -This family contains lists of variable blocks. - -| Variable                                                                                                           | Description                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A leader. | -| **leader.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A follower. | - diff --git a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.sh b/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.sh deleted file mode 100644 index 292be5e25..000000000 --- a/tests/docs/no_namespace/44_5leadership_leader_hidden_calculation.sh +++ /dev/null @@ -1,54 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: no # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - hidden: - jinja: | - {% if __.condition == "no" %} - condition is no - {% endif %} - description: if condition is no - mandatory: false - follower: # a follower -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory A condition. - Default: no - - - - a leadership - -basic hidden - -Hidden: if condition is no. - -This family contains lists of variable blocks. - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string standard unique multiple A leader. - leader.follower - string basic mandatory A follower. - diff --git a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.adoc b/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.adoc deleted file mode 100644 index c1739f547..000000000 --- a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.adoc +++ /dev/null @@ -1,57 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -condition: yes # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower: - description: a follower - disabled: - jinja: | - {% if __.condition == "yes" %} - disabled - {% endif %} - description: if condition is yes ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**condition** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A condition. + -**Default**: yes -|==== - -=== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A leader. -| - -**leader.follower** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | -A follower. + -**Disabled**: if condition is yes. -|==== - diff --git a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.json b/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.json deleted file mode 100644 index 7bc4562c3..000000000 --- a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.json +++ /dev/null @@ -1 +0,0 @@ -{"condition": {"type": "variable", "default": "yes", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["condition"], "names": ["condition"], "descriptions": ["A condition."]}, "leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "disabled", "annotation": "if condition is yes."}], "paths": ["leader.follower"], "names": ["follower"], "descriptions": ["A follower."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.md b/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.md deleted file mode 100644 index e0f198400..000000000 --- a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower: - description: a follower - disabled: - jinja: | - {% if __.condition == "yes" %} - disabled - {% endif %} - description: if condition is yes -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **condition**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.
**Default**: yes | - -## a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A leader. | -| **leader.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A follower.
**Disabled**: if condition is yes. | - diff --git a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.sh b/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.sh deleted file mode 100644 index 94471ba8c..000000000 --- a/tests/docs/no_namespace/44_6leadership_follower_disabled_calculation.sh +++ /dev/null @@ -1,54 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -condition: yes # a condition -leader: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower: - description: a follower - disabled: - jinja: | - {% if __.condition == "yes" %} - disabled - {% endif %} - description: if condition is yes -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - condition - string standard mandatory A condition. - Default: yes - - - - a leadership - -basic - -This family contains lists of variable blocks. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string basic mandatory unique multiple A leader. - leader.follower - string basic mandatory disabled A follower. - Disabled: if condition is yes. - diff --git a/tests/docs/no_namespace/60_0family_dynamic.adoc b/tests/docs/no_namespace/60_0family_dynamic.adoc deleted file mode 100644 index 2b37e3e6f..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic.adoc +++ /dev/null @@ -1,52 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: # A dynamic variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A dynamic variable. -|==== - diff --git a/tests/docs/no_namespace/60_0family_dynamic.json b/tests/docs/no_namespace/60_0family_dynamic.json deleted file mode 100644 index 3f7bf27d6..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "A dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_dynamic.md b/tests/docs/no_namespace/60_0family_dynamic.md deleted file mode 100644 index 072407eac..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: # A dynamic variable -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | - diff --git a/tests/docs/no_namespace/60_0family_dynamic.sh b/tests/docs/no_namespace/60_0family_dynamic.sh deleted file mode 100644 index e5152b3cd..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic.sh +++ /dev/null @@ -1,52 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: # A dynamic variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - A dynamic family - -basic - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string basic mandatory A dynamic variable. - diff --git a/tests/docs/no_namespace/60_0family_dynamic_1_1.adoc b/tests/docs/no_namespace/60_0family_dynamic_1_1.adoc deleted file mode 100644 index eeb9c7cca..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_1_1.adoc +++ /dev/null @@ -1,51 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn: - type: dynamic - description: A dynamic family - variable: _.var - vardyn: - description: A dynamic variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.vardyn** + -**dyn__val2__.vardyn** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A dynamic variable. -|==== - diff --git a/tests/docs/no_namespace/60_0family_dynamic_1_1.json b/tests/docs/no_namespace/60_0family_dynamic_1_1.json deleted file mode 100644 index 498d281a8..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_1_1.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "A dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"vardyn": {"paths": ["dynval1.vardyn", "dynval2.vardyn"], "names": ["vardyn", "vardyn"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_dynamic_1_1.md b/tests/docs/no_namespace/60_0family_dynamic_1_1.md deleted file mode 100644 index ca8f73eda..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_1_1.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn: - type: dynamic - description: A dynamic family - variable: _.var - vardyn: - description: A dynamic variable -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.vardyn**
**dyn*val2*.vardyn**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | - diff --git a/tests/docs/no_namespace/60_0family_dynamic_1_1.sh b/tests/docs/no_namespace/60_0family_dynamic_1_1.sh deleted file mode 100644 index 05b842def..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_1_1.sh +++ /dev/null @@ -1,51 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn: - type: dynamic - description: A dynamic family - variable: _.var - vardyn: - description: A dynamic variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - A dynamic family - -basic - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.vardyn - dynval2.vardyn - string basic mandatory A dynamic variable. - diff --git a/tests/docs/no_namespace/60_0family_dynamic_no_description.adoc b/tests/docs/no_namespace/60_0family_dynamic_no_description.adoc deleted file mode 100644 index 82069af48..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_no_description.adoc +++ /dev/null @@ -1,52 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -Var. -|==== - diff --git a/tests/docs/no_namespace/60_0family_dynamic_no_description.json b/tests/docs/no_namespace/60_0family_dynamic_no_description.json deleted file mode 100644 index 7757108b9..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_no_description.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "A dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_dynamic_no_description.md b/tests/docs/no_namespace/60_0family_dynamic_no_description.md deleted file mode 100644 index b5831a0d4..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_no_description.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Var. | - diff --git a/tests/docs/no_namespace/60_0family_dynamic_no_description.sh b/tests/docs/no_namespace/60_0family_dynamic_no_description.sh deleted file mode 100644 index e055f494b..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_no_description.sh +++ /dev/null @@ -1,52 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: # A suffix variable - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - A dynamic family - -basic - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string basic mandatory Var. - diff --git a/tests/docs/no_namespace/60_0family_dynamic_static.adoc b/tests/docs/no_namespace/60_0family_dynamic_static.adoc deleted file mode 100644 index e8fd07f66..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_static.adoc +++ /dev/null @@ -1,37 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - var: # a variable inside a dynamic family ----- -== Variables - -=== a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: - -* val1 -* val2 - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable inside a dynamic family. -|==== - diff --git a/tests/docs/no_namespace/60_0family_dynamic_static.json b/tests/docs/no_namespace/60_0family_dynamic_static.json deleted file mode 100644 index 62b3d7f5b..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_static.json +++ /dev/null @@ -1 +0,0 @@ -{"dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": ["val1", "val2"], "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A variable inside a dynamic family."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_dynamic_static.md b/tests/docs/no_namespace/60_0family_dynamic_static.md deleted file mode 100644 index 254ae7a75..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_static.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - var: # a variable inside a dynamic family -``` -# Variables - -## a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**:
- val1
- val2 - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable inside a dynamic family. | - diff --git a/tests/docs/no_namespace/60_0family_dynamic_static.sh b/tests/docs/no_namespace/60_0family_dynamic_static.sh deleted file mode 100644 index bccd1fc54..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_static.sh +++ /dev/null @@ -1,37 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - var: # a variable inside a dynamic family -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a dynamic family - -basic - -This family builds families dynamically. - -Identifiers: - - โ€ข val1 - โ€ข val2 - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string basic mandatory A variable inside a dynamic family. - diff --git a/tests/docs/no_namespace/60_0family_dynamic_test.adoc b/tests/docs/no_namespace/60_0family_dynamic_test.adoc deleted file mode 100644 index 990bdc3a3..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_test.adoc +++ /dev/null @@ -1,56 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' - -var: - description: A suffix variable - multi: true - test: - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - - var: # A dynamic variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A suffix variable. + -**Examples**: - -* val1 -* val2 -|==== - -=== A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A dynamic variable. -|==== - diff --git a/tests/docs/no_namespace/60_0family_dynamic_test.json b/tests/docs/no_namespace/60_0family_dynamic_test.json deleted file mode 100644 index d4bd2fac9..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_test.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true, "examples": ["val1", "val2"]}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "A dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_dynamic_test.md b/tests/docs/no_namespace/60_0family_dynamic_test.md deleted file mode 100644 index 43366e6ab..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_test.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: A suffix variable - multi: true - test: - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - - var: # A dynamic variable -``` -# Variables - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A suffix variable.
**Examples**:
- val1
- val2 | - -## A dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | - diff --git a/tests/docs/no_namespace/60_0family_dynamic_test.sh b/tests/docs/no_namespace/60_0family_dynamic_test.sh deleted file mode 100644 index 60b9f812d..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_test.sh +++ /dev/null @@ -1,56 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' - -var: - description: A suffix variable - multi: true - test: - - val1 - - val2 - -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - - var: # A dynamic variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string basic mandatory unique multiple A suffix variable. - Examples: - - - โ€ข val1 - โ€ข val2 - | - - - A dynamic family - -basic - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string basic mandatory A dynamic variable. - diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.adoc b/tests/docs/no_namespace/60_0family_dynamic_variable_empty.adoc deleted file mode 100644 index e5f3977f8..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.adoc +++ /dev/null @@ -1,44 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: [] # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: val # a variable inside dynamic family ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A suffix variable. -|==== - -=== a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__example__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable inside dynamic family. + -**Default**: val -|==== - diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.json b/tests/docs/no_namespace/60_0family_dynamic_variable_empty.json deleted file mode 100644 index 3cd5999be..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynexample"], "names": ["dynexample"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynexample.var"], "names": ["var"], "type": "variable", "default": "val", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A variable inside dynamic family."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.md b/tests/docs/no_namespace/60_0family_dynamic_variable_empty.md deleted file mode 100644 index 85df40627..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: [] # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: val # a variable inside dynamic family -``` -# Variables - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A suffix variable. | - -## a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                    | Description                                                                                                                 | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*example*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: val | - diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.sh b/tests/docs/no_namespace/60_0family_dynamic_variable_empty.sh deleted file mode 100644 index 10fa1235b..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_empty.sh +++ /dev/null @@ -1,42 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: [] # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: val # a variable inside dynamic family -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string basic mandatory unique multiple A suffix variable. - - - - a dynamic family - -standard - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynexample.var - string standard mandatory A variable inside dynamic family. - Default: val - diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.adoc b/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.adoc deleted file mode 100644 index 8344a3277..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.adoc +++ /dev/null @@ -1,52 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: a value # A dynamic variable with suffix {{ identifier }} ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== A dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A dynamic variable with suffix __val1__. + -A dynamic variable with suffix __val2__. + -**Default**: a value -|==== - diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.json b/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.json deleted file mode 100644 index 15cb1d8e2..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "A dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "default": "a value", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable with suffix val1.", "A dynamic variable with suffix val2."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.md b/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.md deleted file mode 100644 index 5fd80e98b..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: a value # A dynamic variable with suffix {{ identifier }} -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## A dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A dynamic variable with suffix *val1*.
A dynamic variable with suffix *val2*.
**Default**: a value | - diff --git a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.sh b/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.sh deleted file mode 100644 index 68080f1c4..000000000 --- a/tests/docs/no_namespace/60_0family_dynamic_variable_suffix.sh +++ /dev/null @@ -1,54 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: a value # A dynamic variable with suffix {{ identifier }} -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - A dynamic family - -standard - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string standard mandatory A dynamic variable with suffix val1. - A dynamic variable with suffix val2. - Default: a value - diff --git a/tests/docs/no_namespace/60_0family_empty.adoc b/tests/docs/no_namespace/60_0family_empty.adoc deleted file mode 100644 index a86d76aa8..000000000 --- a/tests/docs/no_namespace/60_0family_empty.adoc +++ /dev/null @@ -1,9 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -general2: - type: family ----- diff --git a/tests/docs/no_namespace/60_0family_empty.json b/tests/docs/no_namespace/60_0family_empty.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/60_0family_empty.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_empty.md b/tests/docs/no_namespace/60_0family_empty.md deleted file mode 100644 index 252df76f3..000000000 --- a/tests/docs/no_namespace/60_0family_empty.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -general2: - type: family -``` diff --git a/tests/docs/no_namespace/60_0family_empty.sh b/tests/docs/no_namespace/60_0family_empty.sh deleted file mode 100644 index 9592dacca..000000000 --- a/tests/docs/no_namespace/60_0family_empty.sh +++ /dev/null @@ -1,8 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -general2: - type: family -``` diff --git a/tests/docs/no_namespace/60_0family_hidden.adoc b/tests/docs/no_namespace/60_0family_hidden.adoc deleted file mode 100644 index 60567a572..000000000 --- a/tests/docs/no_namespace/60_0family_hidden.adoc +++ /dev/null @@ -1,21 +0,0 @@ -== dictionaries/rougail/01-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: - redefine: true - hidden: true ----- -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: # a family - var: - description: a variable - mandatory: false ----- diff --git a/tests/docs/no_namespace/60_0family_hidden.json b/tests/docs/no_namespace/60_0family_hidden.json deleted file mode 100644 index 9e26dfeeb..000000000 --- a/tests/docs/no_namespace/60_0family_hidden.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_hidden.md b/tests/docs/no_namespace/60_0family_hidden.md deleted file mode 100644 index ee44f10c7..000000000 --- a/tests/docs/no_namespace/60_0family_hidden.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - hidden: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - var: - description: a variable - mandatory: false -``` diff --git a/tests/docs/no_namespace/60_0family_hidden.sh b/tests/docs/no_namespace/60_0family_hidden.sh deleted file mode 100644 index c58922763..000000000 --- a/tests/docs/no_namespace/60_0family_hidden.sh +++ /dev/null @@ -1,19 +0,0 @@ -# dictionaries/rougail/01-base.yml - -```yaml ---- -version: '1.1' -family: - redefine: true - hidden: true -``` -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - var: - description: a variable - mandatory: false -``` diff --git a/tests/docs/no_namespace/60_0family_mode.adoc b/tests/docs/no_namespace/60_0family_mode.adoc deleted file mode 100644 index a0af59b85..000000000 --- a/tests/docs/no_namespace/60_0family_mode.adoc +++ /dev/null @@ -1,29 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -family: # a family - var: - description: A variable - mode: basic - default: non ----- -== Variables - -=== a family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**family.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A variable. + -**Default**: non -|==== - diff --git a/tests/docs/no_namespace/60_0family_mode.json b/tests/docs/no_namespace/60_0family_mode.json deleted file mode 100644 index 339483792..000000000 --- a/tests/docs/no_namespace/60_0family_mode.json +++ /dev/null @@ -1 +0,0 @@ -{"family": {"type": "family", "informations": {"paths": ["family"], "names": ["family"], "description": "a family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"var": {"type": "variable", "default": "non", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["family.var"], "names": ["var"], "descriptions": ["A variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_0family_mode.md b/tests/docs/no_namespace/60_0family_mode.md deleted file mode 100644 index 74aa2e305..000000000 --- a/tests/docs/no_namespace/60_0family_mode.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - var: - description: A variable - mode: basic - default: non -``` -# Variables - -## a family - -`basic` - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **family.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable.
**Default**: non | - diff --git a/tests/docs/no_namespace/60_0family_mode.sh b/tests/docs/no_namespace/60_0family_mode.sh deleted file mode 100644 index b26675759..000000000 --- a/tests/docs/no_namespace/60_0family_mode.sh +++ /dev/null @@ -1,29 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -family: # a family - var: - description: A variable - mode: basic - default: non -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a family - -basic - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - family.var - string basic mandatory A variable. - Default: non - diff --git a/tests/docs/no_namespace/60_1family_dynamic_jinja.adoc b/tests/docs/no_namespace/60_1family_dynamic_jinja.adoc deleted file mode 100644 index a93891057..000000000 --- a/tests/docs/no_namespace/60_1family_dynamic_jinja.adoc +++ /dev/null @@ -1,55 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - jinja: | - {% for val in _.var %} - {{ loop.index }} - {% endfor %} - description: index of suffix value - var: val # a dynamic variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== A dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: index of suffix value. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__1__.var** + -**dyn__2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A dynamic variable. + -**Default**: val -|==== - diff --git a/tests/docs/no_namespace/60_1family_dynamic_jinja.json b/tests/docs/no_namespace/60_1family_dynamic_jinja.json deleted file mode 100644 index a53308f5a..000000000 --- a/tests/docs/no_namespace/60_1family_dynamic_jinja.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dyn1", "dyn2"], "names": ["dyn1", "dyn2"], "description": "A dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "index of suffix value.", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dyn1.var", "dyn2.var"], "names": ["var", "var"], "type": "variable", "default": "val", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_1family_dynamic_jinja.md b/tests/docs/no_namespace/60_1family_dynamic_jinja.md deleted file mode 100644 index f05ca33fa..000000000 --- a/tests/docs/no_namespace/60_1family_dynamic_jinja.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - jinja: | - {% for val in _.var %} - {{ loop.index }} - {% endfor %} - description: index of suffix value - var: val # a dynamic variable -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## A dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: index of suffix value. - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*1*.var**
**dyn*2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A dynamic variable.
**Default**: val | - diff --git a/tests/docs/no_namespace/60_1family_dynamic_jinja.sh b/tests/docs/no_namespace/60_1family_dynamic_jinja.sh deleted file mode 100644 index 3f0bc52dd..000000000 --- a/tests/docs/no_namespace/60_1family_dynamic_jinja.sh +++ /dev/null @@ -1,56 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - jinja: | - {% for val in _.var %} - {{ loop.index }} - {% endfor %} - description: index of suffix value - var: val # a dynamic variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - A dynamic family - -standard - -This family builds families dynamically. - -Identifiers: index of suffix value. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dyn1.var - dyn2.var - string standard mandatory A dynamic variable. - Default: val - diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc deleted file mode 100644 index ffdb182c6..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc +++ /dev/null @@ -1,72 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - family: # a family - var: # with a variable -var2: - description: a second variable - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var1". - -==== a family - -`basic` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.family.var** + -**dyn__val2__.family.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -With a variable. -|==== - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: the value of var. -|==== - diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.json b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.json deleted file mode 100644 index 380dd5b75..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": "the value of the variable \"var1\".", "help": ["This family builds families dynamically."]}, "children": {"family": {"type": "family", "informations": {"paths": ["dynval1.family", "dynval2.family"], "names": ["family", "family"], "description": "a family", "properties": [{"type": "mode", "name": "basic"}]}, "children": {"var": {"paths": ["dynval1.family.var", "dynval2.family.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "descriptions": ["With a variable."]}}}}}, "var2": {"type": "variable", "default": "the value of var.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.md b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.md deleted file mode 100644 index 504ac557a..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - family: # a family - var: # with a variable -var2: - description: a second variable - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var1". - -### a family - -`basic` - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.family.var**
**dyn*val2*.family.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | With a variable. | - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: the value of var. | - diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.sh deleted file mode 100644 index aa89c737a..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group.sh +++ /dev/null @@ -1,71 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - family: # a family - var: # with a variable -var2: - description: a second variable - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - a dynamic family - -basic - -This family builds families dynamically. - -Identifiers: the value of the variable "var1". - - a family - -basic - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.family.var - dynval2.family.var - string basic mandatory With a variable. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var2 - string standard mandatory A second variable. - Default: the value of var. - diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc deleted file mode 100644 index 2a841a5aa..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc +++ /dev/null @@ -1,77 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # a identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - family: - description: a family inside dynamic family - var: - description: a dynamic variable - default: - type: identifier -var2: - description: a varible outside dynamic family - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A identifier variable. + -**Default**: - -* val1 -* val2 -|==== - -=== a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -==== a family inside dynamic family - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.family.var** + -**dyn__val2__.family.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A dynamic variable. + -**Default**: the value of the identifier. -|==== - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A varible outside dynamic family. + -**Default**: the value of var. -|==== - diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json deleted file mode 100644 index e8810c420..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A identifier variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"family": {"type": "family", "informations": {"paths": ["dynval1.family", "dynval2.family"], "names": ["family", "family"], "description": "a family inside dynamic family", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"var": {"paths": ["dynval1.family.var", "dynval2.family.var"], "names": ["var", "var"], "type": "variable", "default": "the value of the identifier.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}}}, "var2": {"type": "variable", "default": "the value of var.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A varible outside dynamic family."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md deleted file mode 100644 index 54769712c..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - family: - description: a family inside dynamic family - var: - description: a dynamic variable - default: - type: identifier -var2: - description: a varible outside dynamic family - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A identifier variable.
**Default**:
- val1
- val2 | - -## a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -### a family inside dynamic family - -`standard` - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.family.var**
**dyn*val2*.family.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A dynamic variable.
**Default**: the value of the identifier. | - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A varible outside dynamic family.
**Default**: the value of var. | - diff --git a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh deleted file mode 100644 index 435c9898f..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ /dev/null @@ -1,77 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - family: - description: a family inside dynamic family - var: - description: a dynamic variable - default: - type: identifier -var2: - description: a varible outside dynamic family - default: - jinja: | - {{ _.dynval1.family.var }} - description: the value of var -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A identifier variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - a dynamic family - -standard - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - a family inside dynamic family - -standard - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.family.var - dynval2.family.var - string standard mandatory A dynamic variable. - Default: the value of the identifier. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var2 - string standard mandatory A varible outside dynamic family. - Default: the value of var. - diff --git a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.adoc b/tests/docs/no_namespace/60_2family_dynamic_outside_calc.adoc deleted file mode 100644 index 873d24e4d..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.adoc +++ /dev/null @@ -1,68 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: # a suffx variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - var: val # a dynamic variable -newvar: - description: a second variable - default: - jinja: | - {{ _.dynval1.var }} - description: the value of var ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffx variable. + -**Default**: - -* val1 -* val2 -|==== - -=== a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var1". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A dynamic variable. + -**Default**: val -|==== - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**newvar** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A second variable. + -**Default**: the value of var. -|==== - diff --git a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.json b/tests/docs/no_namespace/60_2family_dynamic_outside_calc.json deleted file mode 100644 index ee6309031..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A suffx variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "the value of the variable \"var1\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "default": "val", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}, "newvar": {"type": "variable", "default": "the value of var.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["newvar"], "names": ["newvar"], "descriptions": ["A second variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.md b/tests/docs/no_namespace/60_2family_dynamic_outside_calc.md deleted file mode 100644 index f7650f5e9..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a suffx variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - var: val # a dynamic variable -newvar: - description: a second variable - default: - jinja: | - {{ _.dynval1.var }} - description: the value of var -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffx variable.
**Default**:
- val1
- val2 | - -## a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var1". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A dynamic variable.
**Default**: val | - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **newvar**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.
**Default**: the value of var. | - diff --git a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.sh b/tests/docs/no_namespace/60_2family_dynamic_outside_calc.sh deleted file mode 100644 index 4e3628aeb..000000000 --- a/tests/docs/no_namespace/60_2family_dynamic_outside_calc.sh +++ /dev/null @@ -1,68 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # a suffx variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var1 - var: val # a dynamic variable -newvar: - description: a second variable - default: - jinja: | - {{ _.dynval1.var }} - description: the value of var -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple A suffx variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - a dynamic family - -standard - -This family builds families dynamically. - -Identifiers: the value of the variable "var1". - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string standard mandatory A dynamic variable. - Default: val - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - newvar - string standard mandatory A second variable. - Default: the value of var. - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.adoc b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.adoc deleted file mode 100644 index 1b9c8b799..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.adoc +++ /dev/null @@ -1,54 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: Suffix has value - default: - type: identifier ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -Suffix has value. + -**Default**: the value of the identifier. -|==== - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.json b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.json deleted file mode 100644 index ab8947b6f..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "default": "the value of the identifier.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["Suffix has value."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.md b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.md deleted file mode 100644 index 1a9d7188d..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: Suffix has value - default: - type: identifier -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Suffix has value.
**Default**: the value of the identifier. | - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.sh b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.sh deleted file mode 100644 index dcee02ae0..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix2.sh +++ /dev/null @@ -1,55 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: Suffix has value - default: - type: identifier -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - a dynamic family - -standard - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string standard mandatory Suffix has value. - Default: the value of the identifier. - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.adoc b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.adoc deleted file mode 100644 index 9c23369b4..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.adoc +++ /dev/null @@ -1,59 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # A identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: - description: A dynamic variable - default: - jinja: | - {{ identifier }} - params: - identifier: - type: identifier - description: from suffix ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A identifier variable. + -**Default**: - -* val1 -* val2 -|==== - -=== A dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A dynamic variable. + -**Default**: from suffix. -|==== - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.json b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.json deleted file mode 100644 index e505563d9..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A identifier variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "A dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "default": "from suffix.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.md b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.md deleted file mode 100644 index 27f4c1d71..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: - description: A dynamic variable - default: - jinja: | - {{ identifier }} - params: - identifier: - type: identifier - description: from suffix -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A identifier variable.
**Default**:
- val1
- val2 | - -## A dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A dynamic variable.
**Default**: from suffix. | - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.sh b/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.sh deleted file mode 100644 index bbc041ed0..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_suffix_param.sh +++ /dev/null @@ -1,60 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # A identifier variable - - val1 - - val2 -dyn{{ identifier }}: - description: A dynamic family - dynamic: - variable: _.var - var: - description: A dynamic variable - default: - jinja: | - {{ identifier }} - params: - identifier: - type: identifier - description: from suffix -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A identifier variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - A dynamic family - -standard - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string standard mandatory A dynamic variable. - Default: from suffix. - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.adoc b/tests/docs/no_namespace/60_5family_dynamic_calc_variable.adoc deleted file mode 100644 index 7cfa30f8b..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.adoc +++ /dev/null @@ -1,68 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: - description: A suffix variable - default: - - val1 - - val2 -dyn{{ identifier }}: - dynamic: - variable: _.var1 - propertyerror: false - var: - description: A dynamic variable -var2: - description: A variable calculated - default: - variable: _.dynval1.var ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== dyn__val1__ or dyn__val2__ - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var1". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A dynamic variable. -|==== - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable calculated. + -**Default**: the value of the variable "dynval1.var". -|==== - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.json b/tests/docs/no_namespace/60_5family_dynamic_calc_variable.json deleted file mode 100644 index f45aa35ca..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.json +++ /dev/null @@ -1 +0,0 @@ -{"var1": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var1"], "names": ["var1"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "properties": [{"type": "mode", "name": "basic"}], "identifiers": "the value of the variable \"var1\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}, "var2": {"type": "variable", "default": "the value of the variable \"dynval1.var\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A variable calculated."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.md b/tests/docs/no_namespace/60_5family_dynamic_calc_variable.md deleted file mode 100644 index ed53efd01..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: A suffix variable - default: - - val1 - - val2 -dyn{{ identifier }}: - dynamic: - variable: _.var1 - propertyerror: false - var: - description: A dynamic variable -var2: - description: A variable calculated - default: - variable: _.dynval1.var -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## dyn*val1* or dyn*val2* - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var1". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "dynval1.var". | - diff --git a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.sh b/tests/docs/no_namespace/60_5family_dynamic_calc_variable.sh deleted file mode 100644 index 4289965a1..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_calc_variable.sh +++ /dev/null @@ -1,67 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: - description: A suffix variable - default: - - val1 - - val2 -dyn{{ identifier }}: - dynamic: - variable: _.var1 - propertyerror: false - var: - description: A dynamic variable -var2: - description: A variable calculated - default: - variable: _.dynval1.var -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var1 - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - dynval1 or dynval2 - -basic - -This family builds families dynamically. - -Identifiers: the value of the variable "var1". - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string basic mandatory A dynamic variable. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var2 - string standard mandatory A variable calculated. - Default: the value of the variable "dynval1.var". - diff --git a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.adoc b/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.adoc deleted file mode 100644 index 5f34f70ad..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.adoc +++ /dev/null @@ -1,71 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - hidden: - jinja: | - {% if suffix == 'val2' %} - disabled - {% endif %} - params: - suffix: - type: identifier - description: if suffix == 'val2' - - var: - description: a variable - mandatory: false - family: # a family - var: - description: a new variable - mandatory: false ----- -== Variables - -=== a dynamic family - -`standard` `__hidden__` - - -**Hidden**: if suffix == 'val2'. - -This family builds families dynamically. - -**Identifiers**: - -* val1 -* val2 - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.var** + -**dyn__val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A variable. -|==== - -==== a family - -`standard` - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.family.var** + -**dyn__val2__.family.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A new variable. -|==== - diff --git a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.json b/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.json deleted file mode 100644 index 3f4c0f13a..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.json +++ /dev/null @@ -1 +0,0 @@ -{"dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "standard"}, {"type": "property", "name": "hidden", "annotation": "if suffix == 'val2'."}], "identifiers": ["val1", "val2"], "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dynval1.var", "dynval2.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "descriptions": ["A variable."]}, "family": {"type": "family", "informations": {"paths": ["dynval1.family", "dynval2.family"], "names": ["family", "family"], "description": "a family", "properties": [{"type": "mode", "name": "standard"}]}, "children": {"var": {"paths": ["dynval1.family.var", "dynval2.family.var"], "names": ["var", "var"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "descriptions": ["A new variable."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.md b/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.md deleted file mode 100644 index 0906034fc..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - hidden: - jinja: | - {% if suffix == 'val2' %} - disabled - {% endif %} - params: - suffix: - type: identifier - description: if suffix == 'val2' - - var: - description: a variable - mandatory: false - family: # a family - var: - description: a new variable - mandatory: false -``` -# Variables - -## a dynamic family - -`standard` *`hidden`* - -**Hidden**: if suffix == 'val2'. - -This family builds families dynamically. - -**Identifiers**:
- val1
- val2 - -| Variable                                                                                       | Description                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.var**
**dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable. | - -### a family - -`standard` - -| Variable                                                                                       | Description                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.family.var**
**dyn*val2*.family.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A new variable. | - diff --git a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.sh b/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.sh deleted file mode 100644 index b52614e46..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_hidden_suffix.sh +++ /dev/null @@ -1,69 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - val2 - hidden: - jinja: | - {% if suffix == 'val2' %} - disabled - {% endif %} - params: - suffix: - type: identifier - description: if suffix == 'val2' - - var: - description: a variable - mandatory: false - family: # a family - var: - description: a new variable - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - a dynamic family - -standard hidden - -Hidden: if suffix == 'val2'. - -This family builds families dynamically. - -Identifiers: - - โ€ข val1 - โ€ข val2 - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.var - dynval2.var - string standard A variable. - - - a family - -standard - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.family.var - dynval2.family.var - string standard A new variable. - diff --git a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.adoc b/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.adoc deleted file mode 100644 index 25d259957..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.adoc +++ /dev/null @@ -1,69 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside dynamic family - default: - type: identifier -var2: - description: a variable - default: - variable: _.dyn_val1.var ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn___val1__.var** + -**dyn___val2__.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable inside dynamic family. + -**Default**: the value of the identifier. -|==== - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A variable. + -**Default**: the value of the variable "dyn_val1.var". -|==== - diff --git a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.json b/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.json deleted file mode 100644 index f9ca6547c..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn_{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dyn_val1", "dyn_val2"], "names": ["dyn_val1", "dyn_val2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "standard"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"var": {"paths": ["dyn_val1.var", "dyn_val2.var"], "names": ["var", "var"], "type": "variable", "default": "the value of the identifier.", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A variable inside dynamic family."]}}}, "var2": {"type": "variable", "default": "the value of the variable \"dyn_val1.var\".", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var2"], "names": ["var2"], "descriptions": ["A variable."]}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.md b/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.md deleted file mode 100644 index 33dd297b7..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside dynamic family - default: - type: identifier -var2: - description: a variable - default: - variable: _.dyn_val1.var -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## a dynamic family - -`standard` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn_*val1*.var**
**dyn_*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: the value of the identifier. | - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: the value of the variable "dyn_val1.var". | - diff --git a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.sh b/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.sh deleted file mode 100644 index 81e2252a3..000000000 --- a/tests/docs/no_namespace/60_5family_dynamic_variable_outside_suffix.sh +++ /dev/null @@ -1,69 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn_{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - var: - description: a variable inside dynamic family - default: - type: identifier -var2: - description: a variable - default: - variable: _.dyn_val1.var -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - a dynamic family - -standard - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dyn_val1.var - dyn_val2.var - string standard mandatory A variable inside dynamic family. - Default: the value of the identifier. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var2 - string standard mandatory A variable. - Default: the value of the variable "dyn_val1.var". - diff --git a/tests/docs/no_namespace/60_6family_dynamic_leadership.adoc b/tests/docs/no_namespace/60_6family_dynamic_leadership.adoc deleted file mode 100644 index 73a35575d..000000000 --- a/tests/docs/no_namespace/60_6family_dynamic_leadership.adoc +++ /dev/null @@ -1,79 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - leadership: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mandatory: false ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | -A suffix variable. + -**Default**: - -* val1 -* val2 -|==== - -=== a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -==== a leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.leadership.leader** + -**dyn__val2__.leadership.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` | -A leader. -| - -**dyn__val1__.leadership.follower1** + -**dyn__val2__.leadership.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A follower1. -| - -**dyn__val1__.leadership.follower2** + -**dyn__val2__.leadership.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A follower2. -|==== - diff --git a/tests/docs/no_namespace/60_6family_dynamic_leadership.json b/tests/docs/no_namespace/60_6family_dynamic_leadership.json deleted file mode 100644 index 29b26871d..000000000 --- a/tests/docs/no_namespace/60_6family_dynamic_leadership.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": ["val1", "val2"], "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."], "multiple": true}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": "the value of the variable \"var\".", "help": ["This family builds families dynamically."]}, "children": {"leadership": {"type": "leadership", "informations": {"paths": ["dynval1.leadership", "dynval2.leadership"], "names": ["leadership", "leadership"], "description": "a leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"paths": ["dynval1.leadership.leader", "dynval2.leadership.leader"], "names": ["leader", "leader"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "descriptions": ["A leader."], "multiple": true}, "follower1": {"paths": ["dynval1.leadership.follower1", "dynval2.leadership.follower1"], "names": ["follower1", "follower1"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "descriptions": ["A follower1."]}, "follower2": {"paths": ["dynval1.leadership.follower2", "dynval2.leadership.follower2"], "names": ["follower2", "follower2"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "descriptions": ["A follower2."]}}}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_6family_dynamic_leadership.md b/tests/docs/no_namespace/60_6family_dynamic_leadership.md deleted file mode 100644 index d0c5109f5..000000000 --- a/tests/docs/no_namespace/60_6family_dynamic_leadership.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - leadership: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mandatory: false -``` -# Variables - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- val1
- val2 | - -## a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: the value of the variable "var". - -### a leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.leadership.leader**
**dyn*val2*.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A leader. | -| **dyn*val1*.leadership.follower1**
**dyn*val2*.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A follower1. | -| **dyn*val1*.leadership.follower2**
**dyn*val2*.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A follower2. | - diff --git a/tests/docs/no_namespace/60_6family_dynamic_leadership.sh b/tests/docs/no_namespace/60_6family_dynamic_leadership.sh deleted file mode 100644 index 7ee307e98..000000000 --- a/tests/docs/no_namespace/60_6family_dynamic_leadership.sh +++ /dev/null @@ -1,77 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: # a suffix variable - - val1 - - val2 -dyn{{ identifier }}: - description: a dynamic family - dynamic: - variable: _.var - leadership: - description: a leadership - type: leadership - leader: - description: a leader - multi: true - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mandatory: false -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory unique multiple A suffix variable. - Default: - - - โ€ข val1 - โ€ข val2 - | - - - a dynamic family - -basic - -This family builds families dynamically. - -Identifiers: the value of the variable "var". - - a leadership - -basic - -This family contains lists of variable blocks. - - - - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.leadership.leader - dynval2.leadership.leader - string basic mandatory unique multiple A leader. - dynval1.leadership.follower1 - dynval2.leadership.follower1 - string standard A follower1. - dynval1.leadership.follower2 - dynval2.leadership.follower2 - string standard A follower2. - diff --git a/tests/docs/no_namespace/60_9family_dynamic_calc_both.adoc b/tests/docs/no_namespace/60_9family_dynamic_calc_both.adoc deleted file mode 100644 index d1257d04c..000000000 --- a/tests/docs/no_namespace/60_9family_dynamic_calc_both.adoc +++ /dev/null @@ -1,49 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var: val2 # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - variable: _.var - vardyn: # a dynamic variable ----- -== Variables - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | -A suffix variable. + -**Default**: val2 -|==== - -=== a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**: - -* val1 -* the value of the variable "var". - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**dyn__val1__.vardyn** + -**dyn__val2__.vardyn** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A dynamic variable. -|==== - diff --git a/tests/docs/no_namespace/60_9family_dynamic_calc_both.json b/tests/docs/no_namespace/60_9family_dynamic_calc_both.json deleted file mode 100644 index 5d2d41f42..000000000 --- a/tests/docs/no_namespace/60_9family_dynamic_calc_both.json +++ /dev/null @@ -1 +0,0 @@ -{"var": {"type": "variable", "default": "val2", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}, {"type": "property", "name": "mandatory"}], "paths": ["var"], "names": ["var"], "descriptions": ["A suffix variable."]}, "dyn{{ identifier }}": {"type": "dynamic", "informations": {"paths": ["dynval1", "dynval2"], "names": ["dynval1", "dynval2"], "description": "a dynamic family", "properties": [{"type": "mode", "name": "basic"}], "identifiers": ["val1", "the value of the variable \"var\"."], "help": ["This family builds families dynamically."]}, "children": {"vardyn": {"paths": ["dynval1.vardyn", "dynval2.vardyn"], "names": ["vardyn", "vardyn"], "type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "descriptions": ["A dynamic variable."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/60_9family_dynamic_calc_both.md b/tests/docs/no_namespace/60_9family_dynamic_calc_both.md deleted file mode 100644 index b81402b35..000000000 --- a/tests/docs/no_namespace/60_9family_dynamic_calc_both.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: val2 # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - variable: _.var - vardyn: # a dynamic variable -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable.
**Default**: val2 | - -## a dynamic family - -`basic` - -This family builds families dynamically. - -**Identifiers**:
- val1
- the value of the variable "var". - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **dyn*val1*.vardyn**
**dyn*val2*.vardyn**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | - diff --git a/tests/docs/no_namespace/60_9family_dynamic_calc_both.sh b/tests/docs/no_namespace/60_9family_dynamic_calc_both.sh deleted file mode 100644 index f6af6ca5f..000000000 --- a/tests/docs/no_namespace/60_9family_dynamic_calc_both.sh +++ /dev/null @@ -1,48 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: val2 # a suffix variable -dyn{{ identifier }}: - description: a dynamic family - dynamic: - - val1 - - variable: _.var - vardyn: # a dynamic variable -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - var - string standard mandatory A suffix variable. - Default: val2 - - - - a dynamic family - -basic - -This family builds families dynamically. - -Identifiers: - - โ€ข val1 - โ€ข the value of the variable "var". - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - dynval1.vardyn - dynval2.vardyn - string basic mandatory A dynamic variable. - diff --git a/tests/docs/no_namespace/68_0family_leadership_mode.adoc b/tests/docs/no_namespace/68_0family_leadership_mode.adoc deleted file mode 100644 index 7c30a744a..000000000 --- a/tests/docs/no_namespace/68_0family_leadership_mode.adoc +++ /dev/null @@ -1,48 +0,0 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.0' -leader: - description: A leadership - type: leadership - leader: - description: A leader - multi: true - mandatory: false - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mode: basic ----- -== Variables - -=== A leadership - -`basic` - -This family contains lists of variable blocks. - -[cols="1a,1a"] -|==== -| Variable | Description -| - -**leader.leader** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `unique` `multiple` | -A leader. -| - -**leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | -A follower1. -| - -**leader.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | -A follower2. -|==== - diff --git a/tests/docs/no_namespace/68_0family_leadership_mode.json b/tests/docs/no_namespace/68_0family_leadership_mode.json deleted file mode 100644 index 8491c6fcb..000000000 --- a/tests/docs/no_namespace/68_0family_leadership_mode.json +++ /dev/null @@ -1 +0,0 @@ -{"leader": {"type": "leadership", "informations": {"paths": ["leader"], "names": ["leader"], "description": "A leadership", "properties": [{"type": "mode", "name": "basic"}], "help": ["This family contains lists of variable blocks."]}, "children": {"leader": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "unique"}, {"type": "multiple", "name": "multiple"}], "paths": ["leader.leader"], "names": ["leader"], "descriptions": ["A leader."], "multiple": true}, "follower1": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "standard"}], "paths": ["leader.follower1"], "names": ["follower1"], "descriptions": ["A follower1."]}, "follower2": {"type": "variable", "properties": [{"type": "type", "name": "string"}, {"type": "mode", "name": "basic"}, {"type": "property", "name": "mandatory"}], "paths": ["leader.follower2"], "names": ["follower2"], "descriptions": ["A follower2."]}}}} \ No newline at end of file diff --git a/tests/docs/no_namespace/68_0family_leadership_mode.md b/tests/docs/no_namespace/68_0family_leadership_mode.md deleted file mode 100644 index 1484528b8..000000000 --- a/tests/docs/no_namespace/68_0family_leadership_mode.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: A leadership - type: leadership - leader: - description: A leader - multi: true - mandatory: false - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mode: basic -``` -# Variables - -## A leadership - -`basic` - -This family contains lists of variable blocks. - -| Variable                                                                                                        | Description                                                                                                     | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `unique` `multiple` | A leader. | -| **leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A follower1. | -| **leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A follower2. | - diff --git a/tests/docs/no_namespace/68_0family_leadership_mode.sh b/tests/docs/no_namespace/68_0family_leadership_mode.sh deleted file mode 100644 index b7dd1f5e1..000000000 --- a/tests/docs/no_namespace/68_0family_leadership_mode.sh +++ /dev/null @@ -1,43 +0,0 @@ -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.0' -leader: - description: A leadership - type: leadership - leader: - description: A leader - multi: true - mandatory: false - follower1: - description: a follower1 - mandatory: false - follower2: - description: a follower2 - mode: basic -``` -โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ -โ”ƒ Variables โ”ƒ -โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”› - - - A leadership - -basic - -This family contains lists of variable blocks. - - - - - -  Variableย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย    Descriptionย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย   - โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” - leader.leader - string basic unique multiple A leader. - leader.follower1 - string standard A follower1. - leader.follower2 - string basic mandatory A follower2. - diff --git a/tests/docs/no_namespace/00_6number.adoc b/tests/results/test/00_6integer.adoc similarity index 54% rename from tests/docs/no_namespace/00_6number.adoc rename to tests/results/test/00_6integer.adoc index a69b6c379..5d3e9aed1 100644 --- a/tests/docs/no_namespace/00_6number.adoc +++ b/tests/results/test/00_6integer.adoc @@ -1,65 +1,40 @@ -== dictionaries/rougail/00-base.yml - -[,yaml] ----- ---- -version: '1.1' -var1: 0 # the first variable -var2: - description: the second variable - default: 0 -var3: - description: the third variable - type: number - default: 0 -var4: 10 # this forth variable -var5: - description: the fifth variable - default: 10 -var6: - description: the sixth variable - type: number - default: 10 ----- -== Variables - [cols="1a,1a"] |==== | Variable | Description | **var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The first variable. + **Default**: 0 | **var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The second variable. + **Default**: 0 | **var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The third variable. + **Default**: 0 | **var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | This forth variable. + **Default**: 10 | **var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The fifth variable. + **Default**: 10 | **var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The sixth variable. + **Default**: 10 |==== diff --git a/tests/results/test/00_6integer.json b/tests/results/test/00_6integer.json new file mode 100644 index 000000000..33ea2d7c9 --- /dev/null +++ b/tests/results/test/00_6integer.json @@ -0,0 +1,182 @@ +{ + "var1": { + "type": "variable", + "default": { + "name": "Default", + "values": 0 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "var1" + ], + "names": [ + "var1" + ], + "descriptions": [ + "The first variable." + ] + }, + "var2": { + "type": "variable", + "default": { + "name": "Default", + "values": 0 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "var2" + ], + "names": [ + "var2" + ], + "descriptions": [ + "The second variable." + ] + }, + "var3": { + "type": "variable", + "default": { + "name": "Default", + "values": 0 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "var3" + ], + "names": [ + "var3" + ], + "descriptions": [ + "The third variable." + ] + }, + "var4": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "var4" + ], + "names": [ + "var4" + ], + "descriptions": [ + "This forth variable." + ] + }, + "var5": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "var5" + ], + "names": [ + "var5" + ], + "descriptions": [ + "The fifth variable." + ] + }, + "var6": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "var6" + ], + "names": [ + "var6" + ], + "descriptions": [ + "The sixth variable." + ] + } +} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6boolean.md b/tests/results/test/00_6integer.md similarity index 87% rename from tests/docs/no_namespace/00_6boolean.md rename to tests/results/test/00_6integer.md index d55652ff0..c4850e512 100644 --- a/tests/docs/no_namespace/00_6boolean.md +++ b/tests/results/test/00_6integer.md @@ -1,37 +1,9 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: true # the first variable -var2: - description: the second variable - default: true -var3: - description: the third variable - type: boolean - default: true -var4: false # the forth variable -var5: - description: the fifth variable - default: false -var6: - description: the sixth variable - type: boolean - default: false -``` -# Variables - | Variable                                                                                                    | Description                                                                                                 | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: true | -| **var2**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: true | -| **var3**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: true | -| **var4**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The forth variable.
**Default**: false | -| **var5**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: false | -| **var6**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: false | +| **var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0 | +| **var2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0 | +| **var3**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0 | +| **var4**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.
**Default**: 10 | +| **var5**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10 | +| **var6**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10 | diff --git a/tests/results/test/00_6integer.sh b/tests/results/test/00_6integer.sh new file mode 100644 index 000000000..9ee1ff95f --- /dev/null +++ b/tests/results/test/00_6integer.sh @@ -0,0 +1,21 @@ +โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ +โ”ƒ Variable  โ”ƒ Description  โ”ƒ +โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ +โ”‚ var1 โ”‚ The first variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ var2 โ”‚ The second variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ var3 โ”‚ The third variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ var4 โ”‚ This forth variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ var5 โ”‚ The fifth variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ var6 โ”‚ The sixth variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test/00_6number.adoc b/tests/results/test/00_6number.adoc index 15ca71628..5d3e9aed1 100644 --- a/tests/results/test/00_6number.adoc +++ b/tests/results/test/00_6number.adoc @@ -4,37 +4,37 @@ | **var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The first variable. + **Default**: 0 | **var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The second variable. + **Default**: 0 | **var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The third variable. + **Default**: 0 | **var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | This forth variable. + **Default**: 10 | **var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The fifth variable. + **Default**: 10 | **var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The sixth variable. + **Default**: 10 |==== diff --git a/tests/results/test/00_6number.json b/tests/results/test/00_6number.json index ffa96c9ee..33ea2d7c9 100644 --- a/tests/results/test/00_6number.json +++ b/tests/results/test/00_6number.json @@ -8,7 +8,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -38,7 +38,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -68,7 +68,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -98,7 +98,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -128,7 +128,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -158,7 +158,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test/00_6number.md b/tests/results/test/00_6number.md index 126c973db..c4850e512 100644 --- a/tests/results/test/00_6number.md +++ b/tests/results/test/00_6number.md @@ -1,9 +1,9 @@ -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0 | -| **var2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0 | -| **var3**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0 | -| **var4**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.
**Default**: 10 | -| **var5**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10 | -| **var6**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10 | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0 | +| **var2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0 | +| **var3**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0 | +| **var4**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.
**Default**: 10 | +| **var5**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10 | +| **var6**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10 | diff --git a/tests/results/test/00_6number.sh b/tests/results/test/00_6number.sh index dba0dd8bf..9ee1ff95f 100644 --- a/tests/results/test/00_6number.sh +++ b/tests/results/test/00_6number.sh @@ -2,20 +2,20 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ var1 โ”‚ The first variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var2 โ”‚ The second variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var3 โ”‚ The third variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var4 โ”‚ This forth variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var5 โ”‚ The fifth variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var6 โ”‚ The sixth variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test/00_9default_number.adoc b/tests/results/test/00_9default_number.adoc new file mode 100644 index 000000000..e652c5d6b --- /dev/null +++ b/tests/results/test/00_9default_number.adoc @@ -0,0 +1,12 @@ +[cols="1a,1a"] +|==== +| Variable | Description +| + +**var** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | +A variable. + +**Choices**: choice for 0 to 9. + +**Default**: 9 +|==== + diff --git a/tests/results/test/00_9default_number.json b/tests/results/test/00_9default_number.json new file mode 100644 index 000000000..8c8d2a6cc --- /dev/null +++ b/tests/results/test/00_9default_number.json @@ -0,0 +1,36 @@ +{ + "var": { + "type": "variable", + "default": { + "name": "Default", + "values": 9 + }, + "properties": [ + { + "type": "type", + "name": "choice" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "choices": { + "name": "Choices", + "values": "choice for 0 to 9." + }, + "paths": [ + "var" + ], + "names": [ + "var" + ], + "descriptions": [ + "A variable." + ] + } +} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_9default_integer.md b/tests/results/test/00_9default_number.md similarity index 91% rename from tests/docs/no_namespace/00_9default_integer.md rename to tests/results/test/00_9default_number.md index d8a970ceb..8d2b76a0b 100644 --- a/tests/docs/no_namespace/00_9default_integer.md +++ b/tests/results/test/00_9default_number.md @@ -1,25 +1,3 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var: - description: a variable - default: 9 - choices: - jinja: | - {% for item in trange(0, 10) %} - {{ item }} - {%- endfor %} - return_type: number - description: choice for 0 to 9 -``` -# Variables - | Variable                                                                                                   | Description                                                                                                | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **var**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**: choice for 0 to 9.
**Default**: 9 | diff --git a/tests/results/test/00_9default_number.sh b/tests/results/test/00_9default_number.sh new file mode 100644 index 000000000..db1d8706f --- /dev/null +++ b/tests/results/test/00_9default_number.sh @@ -0,0 +1,7 @@ +โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ +โ”ƒ Variable  โ”ƒ Description  โ”ƒ +โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ +โ”‚ var โ”‚ A variable. โ”‚ +โ”‚  choice   standard   mandatory  โ”‚ Choices: choice for 0 to 9. โ”‚ +โ”‚ โ”‚ Default: 9 โ”‚ +โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test/01_6number_multi.adoc b/tests/results/test/01_6integer_multi.adoc similarity index 64% rename from tests/results/test/01_6number_multi.adoc rename to tests/results/test/01_6integer_multi.adoc index 40c504ad1..1814a7616 100644 --- a/tests/results/test/01_6number_multi.adoc +++ b/tests/results/test/01_6integer_multi.adoc @@ -4,49 +4,49 @@ | **var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The first variable. + **Default**: 0 | **var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The second variable. + **Default**: 0 | **var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The third variable. + **Default**: 0 | **var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The forth variable. + **Default**: 10 | **var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The fifth variable. + **Default**: 10 | **var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The sixth variable. + **Default**: 10 | **var7** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The seventh variable. + **Default**: 0 | **var8** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The eighth variable. + **Default**: 0 |==== diff --git a/tests/results/test/01_6number_multi.json b/tests/results/test/01_6integer_multi.json similarity index 95% rename from tests/results/test/01_6number_multi.json rename to tests/results/test/01_6integer_multi.json index e569e39b0..dbfed1db2 100644 --- a/tests/results/test/01_6number_multi.json +++ b/tests/results/test/01_6integer_multi.json @@ -10,7 +10,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -50,7 +50,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -90,7 +90,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -130,7 +130,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -170,7 +170,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -210,7 +210,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -250,7 +250,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -290,7 +290,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/docs/no_namespace/01_6boolean_multi.md b/tests/results/test/01_6integer_multi.md similarity index 85% rename from tests/docs/no_namespace/01_6boolean_multi.md rename to tests/results/test/01_6integer_multi.md index de20e2cc5..499121504 100644 --- a/tests/docs/no_namespace/01_6boolean_multi.md +++ b/tests/results/test/01_6integer_multi.md @@ -1,57 +1,11 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -var1: # the first variable - - true -var2: - description: the second variable - default: - - true -var3: - description: the third variable - type: boolean - default: - - true -var4: # the forth variable - - false -var5: - description: the fifth variable - default: - - false -var6: - description: the sixth variable - type: boolean - default: - - false - -var7: - description: the seventh variable - multi: true - default: - - true -var8: - description: the eighth variable - type: boolean - multi: true - default: - - true -``` -# Variables - | Variable                                                                                                                        | Description                                                                                                                     | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**: true | -| **var2**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**: true | -| **var3**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.
**Default**: true | -| **var4**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: false | -| **var5**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: false | -| **var6**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: false | -| **var7**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: true | -| **var8**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: true | +| **var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**: 0 | +| **var2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**: 0 | +| **var3**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.
**Default**: 0 | +| **var4**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: 10 | +| **var5**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: 10 | +| **var6**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: 10 | +| **var7**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: 0 | +| **var8**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: 0 | diff --git a/tests/results/test/01_6number_multi.sh b/tests/results/test/01_6integer_multi.sh similarity index 80% rename from tests/results/test/01_6number_multi.sh rename to tests/results/test/01_6integer_multi.sh index 78dcc304e..7e645780d 100644 --- a/tests/results/test/01_6number_multi.sh +++ b/tests/results/test/01_6integer_multi.sh @@ -2,34 +2,34 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ var1 โ”‚ The first variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var2 โ”‚ The second variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var3 โ”‚ The third variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var4 โ”‚ The forth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 10 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var5 โ”‚ The fifth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 10 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var6 โ”‚ The sixth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 10 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var7 โ”‚ The seventh variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ var8 โ”‚ The eighth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test/01_6number_multi.md b/tests/results/test/01_6number_multi.md deleted file mode 100644 index 067933a6b..000000000 --- a/tests/results/test/01_6number_multi.md +++ /dev/null @@ -1,11 +0,0 @@ -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**: 0 | -| **var2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**: 0 | -| **var3**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.
**Default**: 0 | -| **var4**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: 10 | -| **var5**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: 10 | -| **var6**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: 10 | -| **var7**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: 0 | -| **var8**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: 0 | - diff --git a/tests/results/test/04_0type_param.adoc b/tests/results/test/04_0type_param.adoc index 6adeb0aab..29f048432 100644 --- a/tests/results/test/04_0type_param.adoc +++ b/tests/results/test/04_0type_param.adoc @@ -4,7 +4,7 @@ | **int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | A limited number. + **Validators**: diff --git a/tests/results/test/04_0type_param.json b/tests/results/test/04_0type_param.json index 392e0ddc5..3f633490e 100644 --- a/tests/results/test/04_0type_param.json +++ b/tests/results/test/04_0type_param.json @@ -8,7 +8,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test/04_0type_param.md b/tests/results/test/04_0type_param.md index 113b7736f..32ddb4993 100644 --- a/tests/results/test/04_0type_param.md +++ b/tests/results/test/04_0type_param.md @@ -1,4 +1,4 @@ -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A limited number.
**Validators**:
- the minimum value is 0
- the maximum value is 100
**Default**: 10 | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A limited number.
**Validators**:
- the minimum value is 0
- the maximum value is 100
**Default**: 10 | diff --git a/tests/results/test/04_0type_param.sh b/tests/results/test/04_0type_param.sh index 3f0b6eb9b..371200d7c 100644 --- a/tests/results/test/04_0type_param.sh +++ b/tests/results/test/04_0type_param.sh @@ -2,7 +2,7 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ int โ”‚ A limited number. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Validators: โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Validators: โ”‚ โ”‚ โ”‚ - the minimum value is 0 โ”‚ โ”‚ โ”‚ - the maximum value is 100 โ”‚ โ”‚ โ”‚ Default: 10 โ”‚ diff --git a/tests/results/test/04_0type_param_integer.adoc b/tests/results/test/04_0type_param_integer.adoc new file mode 100644 index 000000000..02c657a24 --- /dev/null +++ b/tests/results/test/04_0type_param_integer.adoc @@ -0,0 +1,16 @@ +[cols="1a,1a"] +|==== +| Variable | Description +| + +**int** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +A limited integer. + +**Validators**: + +* the minimum value is 0 +* the maximum value is 100 + +**Default**: 10 +|==== + diff --git a/tests/results/test/04_0type_param_integer.json b/tests/results/test/04_0type_param_integer.json new file mode 100644 index 000000000..578cc2ac5 --- /dev/null +++ b/tests/results/test/04_0type_param_integer.json @@ -0,0 +1,39 @@ +{ + "int": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "validators": { + "name": "Validators", + "values": [ + "the minimum value is 0", + "the maximum value is 100" + ] + }, + "paths": [ + "int" + ], + "names": [ + "int" + ], + "descriptions": [ + "A limited integer." + ] + } +} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_0version_underscore.md b/tests/results/test/04_0type_param_integer.md similarity index 81% rename from tests/docs/no_namespace/00_0version_underscore.md rename to tests/results/test/04_0type_param_integer.md index 71fe364db..82b3f155b 100644 --- a/tests/docs/no_namespace/00_0version_underscore.md +++ b/tests/results/test/04_0type_param_integer.md @@ -1,17 +1,4 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -_version: '1.1' -version: # a variable -``` -# Variables - -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **version**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A variable. | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A limited integer.
**Validators**:
- the minimum value is 0
- the maximum value is 100
**Default**: 10 | diff --git a/tests/results/test/04_0type_param_integer.sh b/tests/results/test/04_0type_param_integer.sh new file mode 100644 index 000000000..35a8cc944 --- /dev/null +++ b/tests/results/test/04_0type_param_integer.sh @@ -0,0 +1,9 @@ +โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ +โ”ƒ Variable  โ”ƒ Description  โ”ƒ +โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ +โ”‚ int โ”‚ A limited integer. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Validators: โ”‚ +โ”‚ โ”‚ - the minimum value is 0 โ”‚ +โ”‚ โ”‚ - the maximum value is 100 โ”‚ +โ”‚ โ”‚ Default: 10 โ”‚ +โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test/04_5validators.adoc b/tests/results/test/04_5validators.adoc index 9d53a490f..725ae9b9a 100644 --- a/tests/results/test/04_5validators.adoc +++ b/tests/results/test/04_5validators.adoc @@ -4,8 +4,8 @@ | **int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `basic` `mandatory` | -A number. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `basic` `mandatory` | +An integer. + **Validator**: the max value is 100. |==== diff --git a/tests/results/test/04_5validators.json b/tests/results/test/04_5validators.json index 5202783f1..fef21cb80 100644 --- a/tests/results/test/04_5validators.json +++ b/tests/results/test/04_5validators.json @@ -4,7 +4,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -26,7 +26,7 @@ "int" ], "descriptions": [ - "A number." + "An integer." ] } } \ No newline at end of file diff --git a/tests/results/test/04_5validators.md b/tests/results/test/04_5validators.md index da8319d6e..7c07524cb 100644 --- a/tests/results/test/04_5validators.md +++ b/tests/results/test/04_5validators.md @@ -1,4 +1,4 @@ -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A number.
**Validator**: the max value is 100. | +| Variable                                                                                                 | Description                                                                                              | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | An integer.
**Validator**: the max value is 100. | diff --git a/tests/results/test/04_5validators.sh b/tests/results/test/04_5validators.sh index af9219174..38da75cad 100644 --- a/tests/results/test/04_5validators.sh +++ b/tests/results/test/04_5validators.sh @@ -1,6 +1,6 @@ โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ -โ”‚ int โ”‚ A number. โ”‚ -โ”‚  number   basic   mandatory  โ”‚ Validator: the max value is 100. โ”‚ +โ”‚ int โ”‚ An integer. โ”‚ +โ”‚  integer   basic   mandatory  โ”‚ Validator: the max value is 100. โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test/04_5validators_multi3.adoc b/tests/results/test/04_5validators_multi3.adoc index 86af06237..155177742 100644 --- a/tests/results/test/04_5validators_multi3.adoc +++ b/tests/results/test/04_5validators_multi3.adoc @@ -4,7 +4,7 @@ | **var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | A second variable. + **Validator**: value must be equal to index. + **Default**: diff --git a/tests/results/test/04_5validators_multi3.json b/tests/results/test/04_5validators_multi3.json index 12094d4ce..575249750 100644 --- a/tests/results/test/04_5validators_multi3.json +++ b/tests/results/test/04_5validators_multi3.json @@ -12,7 +12,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test/04_5validators_multi3.md b/tests/results/test/04_5validators_multi3.md index cdc89b814..107f2aa60 100644 --- a/tests/results/test/04_5validators_multi3.md +++ b/tests/results/test/04_5validators_multi3.md @@ -1,4 +1,4 @@ -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Validator**: value must be equal to index.
**Default**:
- 0
- 1
- 2
**Example**: 0 | +| Variable                                                                                                                        | Description                                                                                                                     | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Validator**: value must be equal to index.
**Default**:
- 0
- 1
- 2
**Example**: 0 | diff --git a/tests/results/test/04_5validators_multi3.sh b/tests/results/test/04_5validators_multi3.sh index 4b3ff9a70..6b9fc0dfe 100644 --- a/tests/results/test/04_5validators_multi3.sh +++ b/tests/results/test/04_5validators_multi3.sh @@ -2,7 +2,7 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ var1 โ”‚ A second variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Validator: value must be equal to โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Validator: value must be equal to โ”‚ โ”‚ unique   multiple  โ”‚ index. โ”‚ โ”‚ โ”‚ Default: โ”‚ โ”‚ โ”‚ - 0 โ”‚ diff --git a/tests/results/test/24_7validators_variable_optional.adoc b/tests/results/test/24_7validators_variable_optional.adoc index 9c18c481c..eed4114f2 100644 --- a/tests/results/test/24_7validators_variable_optional.adoc +++ b/tests/results/test/24_7validators_variable_optional.adoc @@ -8,8 +8,8 @@ | **general.int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `basic` `mandatory` | -A first number. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `basic` `mandatory` | +A first integer. + **Validators**: * int and int2 must be different. @@ -19,8 +19,8 @@ A first number. + | **general.int2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | -A second number. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +A second integer. + **Default**: 1 |==== diff --git a/tests/results/test/24_7validators_variable_optional.json b/tests/results/test/24_7validators_variable_optional.json index d5f9b1617..51721be5a 100644 --- a/tests/results/test/24_7validators_variable_optional.json +++ b/tests/results/test/24_7validators_variable_optional.json @@ -22,7 +22,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -47,7 +47,7 @@ "int" ], "descriptions": [ - "A first number." + "A first integer." ], "examples": { "name": "Example", @@ -63,7 +63,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -81,7 +81,7 @@ "int2" ], "descriptions": [ - "A second number." + "A second integer." ] } } diff --git a/tests/results/test/24_7validators_variable_optional.md b/tests/results/test/24_7validators_variable_optional.md index 6666da1d2..70061a7c4 100644 --- a/tests/results/test/24_7validators_variable_optional.md +++ b/tests/results/test/24_7validators_variable_optional.md @@ -2,8 +2,8 @@ `basic` -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **general.int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first number.
**Validators**:
- int and int2 must be different.
- int and int3 must be different.
**Example**: 5 | -| **general.int2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second number.
**Default**: 1 | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **general.int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first integer.
**Validators**:
- int and int2 must be different.
- int and int3 must be different.
**Example**: 5 | +| **general.int2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second integer.
**Default**: 1 | diff --git a/tests/results/test/24_7validators_variable_optional.sh b/tests/results/test/24_7validators_variable_optional.sh index 244282fb0..36d2f67cc 100644 --- a/tests/results/test/24_7validators_variable_optional.sh +++ b/tests/results/test/24_7validators_variable_optional.sh @@ -9,12 +9,12 @@ โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ -โ”‚ general.int โ”‚ A first number. โ”‚ -โ”‚  number   basic   mandatory  โ”‚ Validators: โ”‚ +โ”‚ general.int โ”‚ A first integer. โ”‚ +โ”‚  integer   basic   mandatory  โ”‚ Validators: โ”‚ โ”‚ โ”‚ - int and int2 must be different. โ”‚ โ”‚ โ”‚ - int and int3 must be different. โ”‚ โ”‚ โ”‚ Example: 5 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค -โ”‚ general.int2 โ”‚ A second number. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 1 โ”‚ +โ”‚ general.int2 โ”‚ A second integer. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 1 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test/warnings_01_6number_multi b/tests/results/test/warnings_00_6integer similarity index 100% rename from tests/results/test/warnings_01_6number_multi rename to tests/results/test/warnings_00_6integer diff --git a/tests/results/test/warnings_00_6number b/tests/results/test/warnings_00_6number index 0637a088a..2c6d06b43 100644 --- a/tests/results/test/warnings_00_6number +++ b/tests/results/test/warnings_00_6number @@ -1 +1 @@ -[] \ No newline at end of file +["the variable \"var3\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\"", "the variable \"var6\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test/warnings_00_9default_number b/tests/results/test/warnings_00_9default_number new file mode 100644 index 000000000..a69fe7ab8 --- /dev/null +++ b/tests/results/test/warnings_00_9default_number @@ -0,0 +1 @@ +["the variable \"var\" has a depreciated return_type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_9default_number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_examples/warnings_01_6number_multi b/tests/results/test/warnings_01_6integer_multi similarity index 100% rename from tests/results/test_examples/warnings_01_6number_multi rename to tests/results/test/warnings_01_6integer_multi diff --git a/tests/results/test_namespace/warnings_01_6number_multi b/tests/results/test/warnings_04_0type_param_integer similarity index 100% rename from tests/results/test_namespace/warnings_01_6number_multi rename to tests/results/test/warnings_04_0type_param_integer diff --git a/tests/results/test_examples/00_6integer.md b/tests/results/test_examples/00_6integer.md new file mode 100644 index 000000000..25d11068f --- /dev/null +++ b/tests/results/test_examples/00_6integer.md @@ -0,0 +1,11 @@ +# Example with all variables modifiable + +```yaml +--- +var1: 0 +var2: 0 +var3: 0 +var4: 10 +var5: 10 +var6: 10 +``` diff --git a/tests/results/test_examples/00_9default_number.md b/tests/results/test_examples/00_9default_number.md new file mode 100644 index 000000000..fe161c01d --- /dev/null +++ b/tests/results/test_examples/00_9default_number.md @@ -0,0 +1,6 @@ +# Example with all variables modifiable + +```yaml +--- +var: 9 +``` diff --git a/tests/results/test_examples/01_6number_multi.md b/tests/results/test_examples/01_6integer_multi.md similarity index 100% rename from tests/results/test_examples/01_6number_multi.md rename to tests/results/test_examples/01_6integer_multi.md diff --git a/tests/results/test_examples/04_0type_param_integer.md b/tests/results/test_examples/04_0type_param_integer.md new file mode 100644 index 000000000..ced75d4d5 --- /dev/null +++ b/tests/results/test_examples/04_0type_param_integer.md @@ -0,0 +1,6 @@ +# Example with all variables modifiable + +```yaml +--- +int: 10 +``` diff --git a/tests/results/test_namespace/warnings_60_0family_dynamic_jinja_number_empty b/tests/results/test_examples/warnings_00_6integer similarity index 100% rename from tests/results/test_namespace/warnings_60_0family_dynamic_jinja_number_empty rename to tests/results/test_examples/warnings_00_6integer diff --git a/tests/results/test_examples/warnings_00_6number b/tests/results/test_examples/warnings_00_6number index 0637a088a..2c6d06b43 100644 --- a/tests/results/test_examples/warnings_00_6number +++ b/tests/results/test_examples/warnings_00_6number @@ -1 +1 @@ -[] \ No newline at end of file +["the variable \"var3\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\"", "the variable \"var6\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_examples/warnings_00_9default_number b/tests/results/test_examples/warnings_00_9default_number new file mode 100644 index 000000000..a69fe7ab8 --- /dev/null +++ b/tests/results/test_examples/warnings_00_9default_number @@ -0,0 +1 @@ +["the variable \"var\" has a depreciated return_type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_9default_number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_namespace_examples/warnings_01_6number_multi b/tests/results/test_examples/warnings_01_6integer_multi similarity index 100% rename from tests/results/test_namespace_examples/warnings_01_6number_multi rename to tests/results/test_examples/warnings_01_6integer_multi diff --git a/tests/results/test_namespace_examples/warnings_60_0family_dynamic_jinja_number_empty b/tests/results/test_examples/warnings_04_0type_param_integer similarity index 100% rename from tests/results/test_namespace_examples/warnings_60_0family_dynamic_jinja_number_empty rename to tests/results/test_examples/warnings_04_0type_param_integer diff --git a/tests/results/test_namespace/00_6integer.adoc b/tests/results/test_namespace/00_6integer.adoc new file mode 100644 index 000000000..bec668162 --- /dev/null +++ b/tests/results/test_namespace/00_6integer.adoc @@ -0,0 +1,43 @@ +== Variables for "Rougail" + +[cols="1a,1a"] +|==== +| Variable | Description +| + +**rougail.var1** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +The first variable. + +**Default**: 0 +| + +**rougail.var2** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +The second variable. + +**Default**: 0 +| + +**rougail.var3** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +The third variable. + +**Default**: 0 +| + +**rougail.var4** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +This forth variable. + +**Default**: 10 +| + +**rougail.var5** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +The fifth variable. + +**Default**: 10 +| + +**rougail.var6** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +The sixth variable. + +**Default**: 10 +|==== + diff --git a/tests/results/test_namespace/00_6integer.json b/tests/results/test_namespace/00_6integer.json new file mode 100644 index 000000000..53077874e --- /dev/null +++ b/tests/results/test_namespace/00_6integer.json @@ -0,0 +1,202 @@ +{ + "rougail": { + "type": "namespace", + "informations": { + "paths": [ + "rougail" + ], + "names": [ + "rougail" + ], + "description": "Rougail", + "properties": [ + { + "type": "mode", + "name": "standard" + } + ] + }, + "children": { + "rougail.var1": { + "type": "variable", + "default": { + "name": "Default", + "values": 0 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "rougail.var1" + ], + "names": [ + "var1" + ], + "descriptions": [ + "The first variable." + ] + }, + "rougail.var2": { + "type": "variable", + "default": { + "name": "Default", + "values": 0 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "rougail.var2" + ], + "names": [ + "var2" + ], + "descriptions": [ + "The second variable." + ] + }, + "rougail.var3": { + "type": "variable", + "default": { + "name": "Default", + "values": 0 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "rougail.var3" + ], + "names": [ + "var3" + ], + "descriptions": [ + "The third variable." + ] + }, + "rougail.var4": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "rougail.var4" + ], + "names": [ + "var4" + ], + "descriptions": [ + "This forth variable." + ] + }, + "rougail.var5": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "rougail.var5" + ], + "names": [ + "var5" + ], + "descriptions": [ + "The fifth variable." + ] + }, + "rougail.var6": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "paths": [ + "rougail.var6" + ], + "names": [ + "var6" + ], + "descriptions": [ + "The sixth variable." + ] + } + } + } +} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_6float.md b/tests/results/test_namespace/00_6integer.md similarity index 72% rename from tests/docs/no_namespace/00_6float.md rename to tests/results/test_namespace/00_6integer.md index 7919a2c76..1cf4f78dd 100644 --- a/tests/docs/no_namespace/00_6float.md +++ b/tests/results/test_namespace/00_6integer.md @@ -1,37 +1,11 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml +# Variables for "Rougail" -```yaml ---- -version: '1.1' -var1: 0.0 # the first variable -var2: - description: the second variable - default: 0.0 -var3: - description: the third variable - type: float - default: 0.0 -var4: 10.1 # the forth variable -var5: - description: the fifth variable - default: 10.1 -var6: - description: the sixth variable - type: float - default: 10.1 -``` -# Variables - -| Variable                                                                                                  | Description                                                                                               | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **var1**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0.0 | -| **var2**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0.0 | -| **var3**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0.0 | -| **var4**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The forth variable.
**Default**: 10.1 | -| **var5**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10.1 | -| **var6**
[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10.1 | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0 | +| **rougail.var2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0 | +| **rougail.var3**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0 | +| **rougail.var4**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.
**Default**: 10 | +| **rougail.var5**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10 | +| **rougail.var6**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10 | diff --git a/tests/results/test_namespace/00_6integer.sh b/tests/results/test_namespace/00_6integer.sh new file mode 100644 index 000000000..21728b9e9 --- /dev/null +++ b/tests/results/test_namespace/00_6integer.sh @@ -0,0 +1,26 @@ + + +Variables for "Rougail" + + +โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ +โ”ƒ Variable  โ”ƒ Description  โ”ƒ +โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ +โ”‚ rougail.var1 โ”‚ The first variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ rougail.var2 โ”‚ The second variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ rougail.var3 โ”‚ The third variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ rougail.var4 โ”‚ This forth variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ rougail.var5 โ”‚ The fifth variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค +โ”‚ rougail.var6 โ”‚ The sixth variable. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/00_6number.adoc b/tests/results/test_namespace/00_6number.adoc index f5a388062..bec668162 100644 --- a/tests/results/test_namespace/00_6number.adoc +++ b/tests/results/test_namespace/00_6number.adoc @@ -6,37 +6,37 @@ | **rougail.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The first variable. + **Default**: 0 | **rougail.var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The second variable. + **Default**: 0 | **rougail.var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The third variable. + **Default**: 0 | **rougail.var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | This forth variable. + **Default**: 10 | **rougail.var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The fifth variable. + **Default**: 10 | **rougail.var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | The sixth variable. + **Default**: 10 |==== diff --git a/tests/results/test_namespace/00_6number.json b/tests/results/test_namespace/00_6number.json index fc66bffcd..53077874e 100644 --- a/tests/results/test_namespace/00_6number.json +++ b/tests/results/test_namespace/00_6number.json @@ -26,7 +26,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -56,7 +56,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -86,7 +86,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -116,7 +116,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -146,7 +146,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -176,7 +176,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/00_6number.md b/tests/results/test_namespace/00_6number.md index 790f916e1..1cf4f78dd 100644 --- a/tests/results/test_namespace/00_6number.md +++ b/tests/results/test_namespace/00_6number.md @@ -1,11 +1,11 @@ # Variables for "Rougail" -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0 | -| **rougail.var2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0 | -| **rougail.var3**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0 | -| **rougail.var4**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.
**Default**: 10 | -| **rougail.var5**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10 | -| **rougail.var6**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10 | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The first variable.
**Default**: 0 | +| **rougail.var2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The second variable.
**Default**: 0 | +| **rougail.var3**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The third variable.
**Default**: 0 | +| **rougail.var4**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | This forth variable.
**Default**: 10 | +| **rougail.var5**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The fifth variable.
**Default**: 10 | +| **rougail.var6**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | The sixth variable.
**Default**: 10 | diff --git a/tests/results/test_namespace/00_6number.sh b/tests/results/test_namespace/00_6number.sh index 19e07e910..21728b9e9 100644 --- a/tests/results/test_namespace/00_6number.sh +++ b/tests/results/test_namespace/00_6number.sh @@ -7,20 +7,20 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ rougail.var1 โ”‚ The first variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var2 โ”‚ The second variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var3 โ”‚ The third variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 0 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var4 โ”‚ This forth variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var5 โ”‚ The fifth variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var6 โ”‚ The sixth variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 10 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/00_9default_number.adoc b/tests/results/test_namespace/00_9default_number.adoc new file mode 100644 index 000000000..308d3ee97 --- /dev/null +++ b/tests/results/test_namespace/00_9default_number.adoc @@ -0,0 +1,14 @@ +== Variables for "Rougail" + +[cols="1a,1a"] +|==== +| Variable | Description +| + +**rougail.var** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | +A variable. + +**Choices**: choice for 0 to 9. + +**Default**: 9 +|==== + diff --git a/tests/results/test_namespace/00_9default_number.json b/tests/results/test_namespace/00_9default_number.json new file mode 100644 index 000000000..188a97ba6 --- /dev/null +++ b/tests/results/test_namespace/00_9default_number.json @@ -0,0 +1,56 @@ +{ + "rougail": { + "type": "namespace", + "informations": { + "paths": [ + "rougail" + ], + "names": [ + "rougail" + ], + "description": "Rougail", + "properties": [ + { + "type": "mode", + "name": "standard" + } + ] + }, + "children": { + "rougail.var": { + "type": "variable", + "default": { + "name": "Default", + "values": 9 + }, + "properties": [ + { + "type": "type", + "name": "choice" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "choices": { + "name": "Choices", + "values": "choice for 0 to 9." + }, + "paths": [ + "rougail.var" + ], + "names": [ + "var" + ], + "descriptions": [ + "A variable." + ] + } + } + } +} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_7value_doublequote.md b/tests/results/test_namespace/00_9default_number.md similarity index 88% rename from tests/docs/no_namespace/00_7value_doublequote.md rename to tests/results/test_namespace/00_9default_number.md index 796caf0fa..96d9174fd 100644 --- a/tests/docs/no_namespace/00_7value_doublequote.md +++ b/tests/results/test_namespace/00_9default_number.md @@ -1,19 +1,6 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml - -```yaml ---- -version: '1.1' -variable: - description: a variable - default: quote" -``` -# Variables +# Variables for "Rougail" | Variable                                                                                                   | Description                                                                                                | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: quote" | +| **rougail.var**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Choices**: choice for 0 to 9.
**Default**: 9 | diff --git a/tests/results/test_namespace/00_9default_number.sh b/tests/results/test_namespace/00_9default_number.sh new file mode 100644 index 000000000..102ba1f43 --- /dev/null +++ b/tests/results/test_namespace/00_9default_number.sh @@ -0,0 +1,12 @@ + + +Variables for "Rougail" + + +โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ +โ”ƒ Variable  โ”ƒ Description  โ”ƒ +โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ +โ”‚ rougail.var โ”‚ A variable. โ”‚ +โ”‚  choice   standard   mandatory  โ”‚ Choices: choice for 0 to 9. โ”‚ +โ”‚ โ”‚ Default: 9 โ”‚ +โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/01_6number_multi.adoc b/tests/results/test_namespace/01_6integer_multi.adoc similarity index 66% rename from tests/results/test_namespace/01_6number_multi.adoc rename to tests/results/test_namespace/01_6integer_multi.adoc index 9413a7553..2c817bbd2 100644 --- a/tests/results/test_namespace/01_6number_multi.adoc +++ b/tests/results/test_namespace/01_6integer_multi.adoc @@ -6,49 +6,49 @@ | **rougail.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The first variable. + **Default**: 0 | **rougail.var2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The second variable. + **Default**: 0 | **rougail.var3** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The third variable. + **Default**: 0 | **rougail.var4** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The forth variable. + **Default**: 10 | **rougail.var5** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The fifth variable. + **Default**: 10 | **rougail.var6** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The sixth variable. + **Default**: 10 | **rougail.var7** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The seventh variable. + **Default**: 0 | **rougail.var8** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | The eighth variable. + **Default**: 0 |==== diff --git a/tests/results/test_namespace/01_6number_multi.json b/tests/results/test_namespace/01_6integer_multi.json similarity index 96% rename from tests/results/test_namespace/01_6number_multi.json rename to tests/results/test_namespace/01_6integer_multi.json index 1bd6dd056..68219d498 100644 --- a/tests/results/test_namespace/01_6number_multi.json +++ b/tests/results/test_namespace/01_6integer_multi.json @@ -28,7 +28,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -68,7 +68,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -108,7 +108,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -148,7 +148,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -188,7 +188,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -228,7 +228,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -268,7 +268,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -308,7 +308,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/01_6number_multi.md b/tests/results/test_namespace/01_6integer_multi.md similarity index 82% rename from tests/results/test_namespace/01_6number_multi.md rename to tests/results/test_namespace/01_6integer_multi.md index 6620c2803..6075dbaf8 100644 --- a/tests/results/test_namespace/01_6number_multi.md +++ b/tests/results/test_namespace/01_6integer_multi.md @@ -1,13 +1,13 @@ # Variables for "Rougail" -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**: 0 | -| **rougail.var2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**: 0 | -| **rougail.var3**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.
**Default**: 0 | -| **rougail.var4**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: 10 | -| **rougail.var5**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: 10 | -| **rougail.var6**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: 10 | -| **rougail.var7**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: 0 | -| **rougail.var8**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: 0 | +| Variable                                                                                                                        | Description                                                                                                                     | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.
**Default**: 0 | +| **rougail.var2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.
**Default**: 0 | +| **rougail.var3**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.
**Default**: 0 | +| **rougail.var4**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.
**Default**: 10 | +| **rougail.var5**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.
**Default**: 10 | +| **rougail.var6**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.
**Default**: 10 | +| **rougail.var7**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.
**Default**: 0 | +| **rougail.var8**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.
**Default**: 0 | diff --git a/tests/results/test_namespace/01_6number_multi.sh b/tests/results/test_namespace/01_6integer_multi.sh similarity index 80% rename from tests/results/test_namespace/01_6number_multi.sh rename to tests/results/test_namespace/01_6integer_multi.sh index b35197db6..c273f107c 100644 --- a/tests/results/test_namespace/01_6number_multi.sh +++ b/tests/results/test_namespace/01_6integer_multi.sh @@ -7,34 +7,34 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ rougail.var1 โ”‚ The first variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var2 โ”‚ The second variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var3 โ”‚ The third variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var4 โ”‚ The forth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 10 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var5 โ”‚ The fifth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 10 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var6 โ”‚ The sixth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 10 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 10 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var7 โ”‚ The seventh variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.var8 โ”‚ The eighth variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: 0 โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: 0 โ”‚ โ”‚ unique   multiple  โ”‚ โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/04_0type_param.adoc b/tests/results/test_namespace/04_0type_param.adoc index c56ee0668..6bda9cf61 100644 --- a/tests/results/test_namespace/04_0type_param.adoc +++ b/tests/results/test_namespace/04_0type_param.adoc @@ -6,7 +6,7 @@ | **rougail.int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | A limited number. + **Validators**: diff --git a/tests/results/test_namespace/04_0type_param.json b/tests/results/test_namespace/04_0type_param.json index add799033..f10a6ef4c 100644 --- a/tests/results/test_namespace/04_0type_param.json +++ b/tests/results/test_namespace/04_0type_param.json @@ -26,7 +26,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/04_0type_param.md b/tests/results/test_namespace/04_0type_param.md index 7198930c0..71891909f 100644 --- a/tests/results/test_namespace/04_0type_param.md +++ b/tests/results/test_namespace/04_0type_param.md @@ -1,6 +1,6 @@ # Variables for "Rougail" -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A limited number.
**Validators**:
- the minimum value is 0
- the maximum value is 100
**Default**: 10 | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A limited number.
**Validators**:
- the minimum value is 0
- the maximum value is 100
**Default**: 10 | diff --git a/tests/results/test_namespace/04_0type_param.sh b/tests/results/test_namespace/04_0type_param.sh index c81015216..6997b829c 100644 --- a/tests/results/test_namespace/04_0type_param.sh +++ b/tests/results/test_namespace/04_0type_param.sh @@ -7,7 +7,7 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ rougail.int โ”‚ A limited number. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Validators: โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Validators: โ”‚ โ”‚ โ”‚ - the minimum value is 0 โ”‚ โ”‚ โ”‚ - the maximum value is 100 โ”‚ โ”‚ โ”‚ Default: 10 โ”‚ diff --git a/tests/results/test_namespace/04_0type_param_integer.adoc b/tests/results/test_namespace/04_0type_param_integer.adoc new file mode 100644 index 000000000..27ee9887f --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer.adoc @@ -0,0 +1,18 @@ +== Variables for "Rougail" + +[cols="1a,1a"] +|==== +| Variable | Description +| + +**rougail.int** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +A limited integer. + +**Validators**: + +* the minimum value is 0 +* the maximum value is 100 + +**Default**: 10 +|==== + diff --git a/tests/results/test_namespace/04_0type_param_integer.json b/tests/results/test_namespace/04_0type_param_integer.json new file mode 100644 index 000000000..aabc930b4 --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer.json @@ -0,0 +1,59 @@ +{ + "rougail": { + "type": "namespace", + "informations": { + "paths": [ + "rougail" + ], + "names": [ + "rougail" + ], + "description": "Rougail", + "properties": [ + { + "type": "mode", + "name": "standard" + } + ] + }, + "children": { + "rougail.int": { + "type": "variable", + "default": { + "name": "Default", + "values": 10 + }, + "properties": [ + { + "type": "type", + "name": "integer" + }, + { + "type": "mode", + "name": "standard" + }, + { + "type": "property", + "name": "mandatory" + } + ], + "validators": { + "name": "Validators", + "values": [ + "the minimum value is 0", + "the maximum value is 100" + ] + }, + "paths": [ + "rougail.int" + ], + "names": [ + "int" + ], + "descriptions": [ + "A limited integer." + ] + } + } + } +} \ No newline at end of file diff --git a/tests/docs/no_namespace/00_5load_notype.md b/tests/results/test_namespace/04_0type_param_integer.md similarity index 82% rename from tests/docs/no_namespace/00_5load_notype.md rename to tests/results/test_namespace/04_0type_param_integer.md index 6437e94f1..20c65a077 100644 --- a/tests/docs/no_namespace/00_5load_notype.md +++ b/tests/results/test_namespace/04_0type_param_integer.md @@ -1,19 +1,6 @@ ---- -gitea: none -include_toc: true ---- -# dictionaries/rougail/00-base.yml +# Variables for "Rougail" -```yaml ---- -version: '1.0' -without_type: - description: a variable - default: non -``` -# Variables - -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **without_type**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: non | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A limited integer.
**Validators**:
- the minimum value is 0
- the maximum value is 100
**Default**: 10 | diff --git a/tests/results/test_namespace/04_0type_param_integer.sh b/tests/results/test_namespace/04_0type_param_integer.sh new file mode 100644 index 000000000..4c7288d0a --- /dev/null +++ b/tests/results/test_namespace/04_0type_param_integer.sh @@ -0,0 +1,14 @@ + + +Variables for "Rougail" + + +โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ +โ”ƒ Variable  โ”ƒ Description  โ”ƒ +โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ +โ”‚ rougail.int โ”‚ A limited integer. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Validators: โ”‚ +โ”‚ โ”‚ - the minimum value is 0 โ”‚ +โ”‚ โ”‚ - the maximum value is 100 โ”‚ +โ”‚ โ”‚ Default: 10 โ”‚ +โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/04_5validators.adoc b/tests/results/test_namespace/04_5validators.adoc index e7f8fb2a7..7e2b9c756 100644 --- a/tests/results/test_namespace/04_5validators.adoc +++ b/tests/results/test_namespace/04_5validators.adoc @@ -6,8 +6,8 @@ | **rougail.int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `basic` `mandatory` | -A number. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `basic` `mandatory` | +An integer. + **Validator**: the max value is 100. |==== diff --git a/tests/results/test_namespace/04_5validators.json b/tests/results/test_namespace/04_5validators.json index 2b38d6de8..b07c450f7 100644 --- a/tests/results/test_namespace/04_5validators.json +++ b/tests/results/test_namespace/04_5validators.json @@ -22,7 +22,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -44,7 +44,7 @@ "int" ], "descriptions": [ - "A number." + "An integer." ] } } diff --git a/tests/results/test_namespace/04_5validators.md b/tests/results/test_namespace/04_5validators.md index 151671df8..995634fec 100644 --- a/tests/results/test_namespace/04_5validators.md +++ b/tests/results/test_namespace/04_5validators.md @@ -1,6 +1,6 @@ # Variables for "Rougail" -| Variable                                                                                                | Description                                                                                             | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A number.
**Validator**: the max value is 100. | +| Variable                                                                                                 | Description                                                                                              | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | An integer.
**Validator**: the max value is 100. | diff --git a/tests/results/test_namespace/04_5validators.sh b/tests/results/test_namespace/04_5validators.sh index 698f05844..9486310cb 100644 --- a/tests/results/test_namespace/04_5validators.sh +++ b/tests/results/test_namespace/04_5validators.sh @@ -6,6 +6,6 @@ โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ -โ”‚ rougail.int โ”‚ A number. โ”‚ -โ”‚  number   basic   mandatory  โ”‚ Validator: the max value is 100. โ”‚ +โ”‚ rougail.int โ”‚ An integer. โ”‚ +โ”‚  integer   basic   mandatory  โ”‚ Validator: the max value is 100. โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/04_5validators_multi3.adoc b/tests/results/test_namespace/04_5validators_multi3.adoc index 4f7919fcd..c29497ac7 100644 --- a/tests/results/test_namespace/04_5validators_multi3.adoc +++ b/tests/results/test_namespace/04_5validators_multi3.adoc @@ -6,7 +6,7 @@ | **rougail.var1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | A second variable. + **Validator**: value must be equal to index. + **Default**: diff --git a/tests/results/test_namespace/04_5validators_multi3.json b/tests/results/test_namespace/04_5validators_multi3.json index cdae6e0f5..83c33ab1d 100644 --- a/tests/results/test_namespace/04_5validators_multi3.json +++ b/tests/results/test_namespace/04_5validators_multi3.json @@ -30,7 +30,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/04_5validators_multi3.md b/tests/results/test_namespace/04_5validators_multi3.md index 0c4dd29a3..51305dea2 100644 --- a/tests/results/test_namespace/04_5validators_multi3.md +++ b/tests/results/test_namespace/04_5validators_multi3.md @@ -1,6 +1,6 @@ # Variables for "Rougail" -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Validator**: value must be equal to index.
**Default**:
- 0
- 1
- 2
**Example**: 0 | +| Variable                                                                                                                        | Description                                                                                                                     | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.
**Validator**: value must be equal to index.
**Default**:
- 0
- 1
- 2
**Example**: 0 | diff --git a/tests/results/test_namespace/04_5validators_multi3.sh b/tests/results/test_namespace/04_5validators_multi3.sh index b1b9e8026..c9d3f78da 100644 --- a/tests/results/test_namespace/04_5validators_multi3.sh +++ b/tests/results/test_namespace/04_5validators_multi3.sh @@ -7,7 +7,7 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ rougail.var1 โ”‚ A second variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Validator: value must be equal to โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Validator: value must be equal to โ”‚ โ”‚ unique   multiple  โ”‚ index. โ”‚ โ”‚ โ”‚ Default: โ”‚ โ”‚ โ”‚ - 0 โ”‚ diff --git a/tests/results/test_namespace/24_7validators_variable_optional.adoc b/tests/results/test_namespace/24_7validators_variable_optional.adoc index aee5c7a3a..8799e19f2 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.adoc +++ b/tests/results/test_namespace/24_7validators_variable_optional.adoc @@ -10,8 +10,8 @@ | **rougail.general.int** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `basic` `mandatory` | -A first number. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `basic` `mandatory` | +A first integer. + **Validators**: * int and int2 must be different. @@ -21,8 +21,8 @@ A first number. + | **rougail.general.int2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | -A second number. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | +A second integer. + **Default**: 1 |==== diff --git a/tests/results/test_namespace/24_7validators_variable_optional.json b/tests/results/test_namespace/24_7validators_variable_optional.json index 79b0859ed..788722ffa 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.json +++ b/tests/results/test_namespace/24_7validators_variable_optional.json @@ -40,7 +40,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -65,7 +65,7 @@ "int" ], "descriptions": [ - "A first number." + "A first integer." ], "examples": { "name": "Example", @@ -81,7 +81,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -99,7 +99,7 @@ "int2" ], "descriptions": [ - "A second number." + "A second integer." ] } } diff --git a/tests/results/test_namespace/24_7validators_variable_optional.md b/tests/results/test_namespace/24_7validators_variable_optional.md index fc15c765f..2c90b9261 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.md +++ b/tests/results/test_namespace/24_7validators_variable_optional.md @@ -4,8 +4,8 @@ `basic` -| Variable                                                                                                   | Description                                                                                                | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.general.int**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first number.
**Validators**:
- int and int2 must be different.
- int and int3 must be different.
**Example**: 5 | -| **rougail.general.int2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second number.
**Default**: 1 | +| Variable                                                                                                    | Description                                                                                                 | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.general.int**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A first integer.
**Validators**:
- int and int2 must be different.
- int and int3 must be different.
**Example**: 5 | +| **rougail.general.int2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second integer.
**Default**: 1 | diff --git a/tests/results/test_namespace/24_7validators_variable_optional.sh b/tests/results/test_namespace/24_7validators_variable_optional.sh index ef2f8bd9b..e99bc925e 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace/24_7validators_variable_optional.sh @@ -14,12 +14,12 @@ โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ -โ”‚ rougail.general.int โ”‚ A first number. โ”‚ -โ”‚  number   basic   mandatory  โ”‚ Validators: โ”‚ +โ”‚ rougail.general.int โ”‚ A first integer. โ”‚ +โ”‚  integer   basic   mandatory  โ”‚ Validators: โ”‚ โ”‚ โ”‚ - int and int2 must be different. โ”‚ โ”‚ โ”‚ - int and int3 must be different. โ”‚ โ”‚ โ”‚ Example: 5 โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค -โ”‚ rougail.general.int2 โ”‚ A second number. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: 1 โ”‚ +โ”‚ rougail.general.int2 โ”‚ A second integer. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: 1 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.adoc b/tests/results/test_namespace/40_2leadership_calculation_index.adoc index 64107f717..4534ca67e 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.adoc +++ b/tests/results/test_namespace/40_2leadership_calculation_index.adoc @@ -22,7 +22,7 @@ A leader. + | **rougail.leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | A follower. + **Default**: the value of the index. |==== diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.json b/tests/results/test_namespace/40_2leadership_calculation_index.json index f9b5dbf6f..5cb6f1ea0 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.json +++ b/tests/results/test_namespace/40_2leadership_calculation_index.json @@ -89,7 +89,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.md b/tests/results/test_namespace/40_2leadership_calculation_index.md index 24b6312ef..c613ec4be 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.md +++ b/tests/results/test_namespace/40_2leadership_calculation_index.md @@ -9,5 +9,5 @@ This family contains lists of variable blocks. | Variable                                                                                                                       | Description                                                                                                                    | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A leader.
**Default**:
- a
- b
- c | -| **rougail.leader.follower1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A follower.
**Default**: the value of the index. | +| **rougail.leader.follower1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A follower.
**Default**: the value of the index. | diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.sh b/tests/results/test_namespace/40_2leadership_calculation_index.sh index 10c7d18a9..3c654a093 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace/40_2leadership_calculation_index.sh @@ -24,5 +24,5 @@ This family contains lists of variable blocks. โ”‚ โ”‚ - c โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.leader.follower1 โ”‚ A follower. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: the value of the index. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: the value of the index. โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc b/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc index e93d347fb..ab4e8d745 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc @@ -22,7 +22,7 @@ A leader. + | **rougail.leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | A follower. + **Default**: returns index. |==== diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.json b/tests/results/test_namespace/40_2leadership_calculation_param_index.json index 06711b42b..5e04d6f92 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.json +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.json @@ -89,7 +89,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.md b/tests/results/test_namespace/40_2leadership_calculation_param_index.md index 791dad598..58bd6afb9 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.md +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.md @@ -9,5 +9,5 @@ This family contains lists of variable blocks. | Variable                                                                                                                       | Description                                                                                                                    | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A leader.
**Default**:
- a
- b
- c | -| **rougail.leader.follower1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A follower.
**Default**: returns index. | +| **rougail.leader.follower1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A follower.
**Default**: returns index. | diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace/40_2leadership_calculation_param_index.sh index c1558321c..9e6e2b77b 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.sh @@ -24,5 +24,5 @@ This family contains lists of variable blocks. โ”‚ โ”‚ - c โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.leader.follower1 โ”‚ A follower. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: returns index. โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: returns index. โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/40_8calculation_integer.adoc b/tests/results/test_namespace/40_8calculation_integer.adoc index 4e39fc4b5..7595b8240 100644 --- a/tests/results/test_namespace/40_8calculation_integer.adoc +++ b/tests/results/test_namespace/40_8calculation_integer.adoc @@ -12,13 +12,13 @@ A boolean variable. + | **rougail.int1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | First integer variable. + **Default**: if bool returns 1 otherwise return 2. | **rougail.int2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` | Second integer variable. + **Default**: if bool returns 3 otherwise return 4. |==== diff --git a/tests/results/test_namespace/40_8calculation_integer.json b/tests/results/test_namespace/40_8calculation_integer.json index b121071bb..1634f9684 100644 --- a/tests/results/test_namespace/40_8calculation_integer.json +++ b/tests/results/test_namespace/40_8calculation_integer.json @@ -56,7 +56,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", @@ -86,7 +86,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/40_8calculation_integer.md b/tests/results/test_namespace/40_8calculation_integer.md index 979123bc6..53c1fc69f 100644 --- a/tests/results/test_namespace/40_8calculation_integer.md +++ b/tests/results/test_namespace/40_8calculation_integer.md @@ -3,6 +3,6 @@ | Variable                                                                                                    | Description                                                                                                 | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **rougail.bool**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A boolean variable.
**Default**: false | -| **rougail.int1**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First integer variable.
**Default**: if bool returns 1 otherwise return 2. | -| **rougail.int2**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Second integer variable.
**Default**: if bool returns 3 otherwise return 4. | +| **rougail.int1**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First integer variable.
**Default**: if bool returns 1 otherwise return 2. | +| **rougail.int2**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Second integer variable.
**Default**: if bool returns 3 otherwise return 4. | diff --git a/tests/results/test_namespace/40_8calculation_integer.sh b/tests/results/test_namespace/40_8calculation_integer.sh index f9e4d43d5..763ad08ad 100644 --- a/tests/results/test_namespace/40_8calculation_integer.sh +++ b/tests/results/test_namespace/40_8calculation_integer.sh @@ -10,10 +10,10 @@ โ”‚  boolean   standard   mandatory  โ”‚ Default: false โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.int1 โ”‚ First integer variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: if bool returns 1 otherwise โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: if bool returns 1 otherwise โ”‚ โ”‚ โ”‚ return 2. โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ rougail.int2 โ”‚ Second integer variable. โ”‚ -โ”‚  number   standard   mandatory  โ”‚ Default: if bool returns 3 otherwise โ”‚ +โ”‚  integer   standard   mandatory  โ”‚ Default: if bool returns 3 otherwise โ”‚ โ”‚ โ”‚ return 4. โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.adoc similarity index 93% rename from tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.adoc rename to tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.adoc index 4156b328e..d7fee9774 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.adoc @@ -6,7 +6,7 @@ | **rougail.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `unique` `multiple` | A suffix variable. + **Examples**: diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.json b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.json similarity index 99% rename from tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.json rename to tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.json index bc63b612f..2ff672631 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.json @@ -22,7 +22,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.md b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md similarity index 90% rename from tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.md rename to tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md index 2a4420d80..ff7aa4ba2 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md @@ -1,8 +1,8 @@ # Variables for "Rougail" -| Variable                                                                                                           | Description                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A suffix variable.
**Examples**:
- 1
- 2 | +| Variable                                                                                                            | Description                                                                                                         | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `unique` `multiple` | A suffix variable.
**Examples**:
- 1
- 2 | ## a dynamic family @@ -12,11 +12,11 @@ This family builds families dynamically. **Identifiers**: the value of the variable "rougail.var". -| Variable                                                                                                           | Description                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.dyn*1*.var**
**rougail.dyn*2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: val | +| Variable                                                                                                            | Description                                                                                                         | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.dyn*1*.var**
**rougail.dyn*2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: val | -| Variable                                                                                                           | Description                                                                                                        | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: get the value of rougail.dyn1.var. | +| Variable                                                                                                            | Description                                                                                                         | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: get the value of rougail.dyn1.var. | diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.sh b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.sh similarity index 96% rename from tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.sh rename to tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.sh index 1e80d75bf..311b3e594 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.sh @@ -7,7 +7,7 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ rougail.var โ”‚ A suffix variable. โ”‚ -โ”‚  number   standard   unique    โ”‚ Examples: โ”‚ +โ”‚  integer   standard   unique    โ”‚ Examples: โ”‚ โ”‚ multiple  โ”‚ - 1 โ”‚ โ”‚ โ”‚ - 2 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc b/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc index b9ebd0730..7e6fdbf88 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc @@ -6,7 +6,7 @@ | **rougail.var** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` `unique` `multiple` | +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` `unique` `multiple` | A suffix variable. + **Default**: diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number.json index fb6de3d53..cef6fb098 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.json +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.json @@ -29,7 +29,7 @@ "properties": [ { "type": "type", - "name": "number" + "name": "integer" }, { "type": "mode", diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace/60_0family_dynamic_jinja_number.md index 95eeb9978..96206c693 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.md +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.md @@ -1,8 +1,8 @@ # Variables for "Rougail" -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var**
[`number`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- 1
- 2 | +| Variable                                                                                                                        | Description                                                                                                                     | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var**
[`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.
**Default**:
- 1
- 2 | ## a dynamic family @@ -12,11 +12,11 @@ This family builds families dynamically. **Identifiers**: the value of the variable "rougail.var". -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.dyn*1*.var**
**rougail.dyn*2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: val | +| Variable                                                                                                                        | Description                                                                                                                     | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.dyn*1*.var**
**rougail.dyn*2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: val | -| Variable                                                                                                                       | Description                                                                                                                    | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: get the value of rougail.dyn1.var. | +| Variable                                                                                                                        | Description                                                                                                                     | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: get the value of rougail.dyn1.var. | diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh index 4d9dfecf0..e7ac667dd 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh @@ -7,7 +7,7 @@ โ”ƒ Variable  โ”ƒ Description  โ”ƒ โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ โ”‚ rougail.var โ”‚ A suffix variable. โ”‚ -โ”‚  number   standard   mandatory    โ”‚ Default: โ”‚ +โ”‚  integer   standard   mandatory    โ”‚ Default: โ”‚ โ”‚ unique   multiple  โ”‚ - 1 โ”‚ โ”‚ โ”‚ - 2 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ diff --git a/tests/results/test_namespace/warnings_00_6integer b/tests/results/test_namespace/warnings_00_6integer new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace/warnings_00_6integer @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/warnings_00_6number b/tests/results/test_namespace/warnings_00_6number index 0637a088a..81d3022b4 100644 --- a/tests/results/test_namespace/warnings_00_6number +++ b/tests/results/test_namespace/warnings_00_6number @@ -1 +1 @@ -[] \ No newline at end of file +["the variable \"rougail.var3\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\"", "the variable \"rougail.var6\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_namespace/warnings_00_9default_number b/tests/results/test_namespace/warnings_00_9default_number new file mode 100644 index 000000000..5cc3a8168 --- /dev/null +++ b/tests/results/test_namespace/warnings_00_9default_number @@ -0,0 +1 @@ +["the variable \"rougail.var\" has a depreciated return_type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_9default_number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_namespace/warnings_01_6integer_multi b/tests/results/test_namespace/warnings_01_6integer_multi new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace/warnings_01_6integer_multi @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/warnings_04_0type_param_integer b/tests/results/test_namespace/warnings_04_0type_param_integer new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace/warnings_04_0type_param_integer @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace/warnings_60_0family_dynamic_jinja_integer_empty b/tests/results/test_namespace/warnings_60_0family_dynamic_jinja_integer_empty new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace/warnings_60_0family_dynamic_jinja_integer_empty @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace_examples/00_6integer.md b/tests/results/test_namespace_examples/00_6integer.md new file mode 100644 index 000000000..38765ca52 --- /dev/null +++ b/tests/results/test_namespace_examples/00_6integer.md @@ -0,0 +1,12 @@ +# Example with all variables modifiable + +```yaml +--- +rougail: + var1: 0 + var2: 0 + var3: 0 + var4: 10 + var5: 10 + var6: 10 +``` diff --git a/tests/results/test_namespace_examples/00_9default_number.md b/tests/results/test_namespace_examples/00_9default_number.md new file mode 100644 index 000000000..7fa1542dd --- /dev/null +++ b/tests/results/test_namespace_examples/00_9default_number.md @@ -0,0 +1,7 @@ +# Example with all variables modifiable + +```yaml +--- +rougail: + var: 9 +``` diff --git a/tests/results/test_namespace_examples/01_6number_multi.md b/tests/results/test_namespace_examples/01_6integer_multi.md similarity index 100% rename from tests/results/test_namespace_examples/01_6number_multi.md rename to tests/results/test_namespace_examples/01_6integer_multi.md diff --git a/tests/results/test_namespace_examples/04_0type_param_integer.md b/tests/results/test_namespace_examples/04_0type_param_integer.md new file mode 100644 index 000000000..9a0c055f5 --- /dev/null +++ b/tests/results/test_namespace_examples/04_0type_param_integer.md @@ -0,0 +1,7 @@ +# Example with all variables modifiable + +```yaml +--- +rougail: + int: 10 +``` diff --git a/tests/results/test_namespace_examples/60_0family_dynamic_jinja_number_empty.md b/tests/results/test_namespace_examples/60_0family_dynamic_jinja_integer_empty.md similarity index 100% rename from tests/results/test_namespace_examples/60_0family_dynamic_jinja_number_empty.md rename to tests/results/test_namespace_examples/60_0family_dynamic_jinja_integer_empty.md diff --git a/tests/results/test_namespace_examples/warnings_00_6integer b/tests/results/test_namespace_examples/warnings_00_6integer new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace_examples/warnings_00_6integer @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace_examples/warnings_00_6number b/tests/results/test_namespace_examples/warnings_00_6number index 0637a088a..81d3022b4 100644 --- a/tests/results/test_namespace_examples/warnings_00_6number +++ b/tests/results/test_namespace_examples/warnings_00_6number @@ -1 +1 @@ -[] \ No newline at end of file +["the variable \"rougail.var3\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\"", "the variable \"rougail.var6\" has a depreciated type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_6number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_namespace_examples/warnings_00_9default_number b/tests/results/test_namespace_examples/warnings_00_9default_number new file mode 100644 index 000000000..5cc3a8168 --- /dev/null +++ b/tests/results/test_namespace_examples/warnings_00_9default_number @@ -0,0 +1 @@ +["the variable \"rougail.var\" has a depreciated return_type \"number\", please use \"integer\" instead in \"../../rougail-tests/structures/00_9default_number/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_namespace_examples/warnings_01_6integer_multi b/tests/results/test_namespace_examples/warnings_01_6integer_multi new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace_examples/warnings_01_6integer_multi @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace_examples/warnings_04_0type_param_integer b/tests/results/test_namespace_examples/warnings_04_0type_param_integer new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace_examples/warnings_04_0type_param_integer @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/results/test_namespace_examples/warnings_60_0family_dynamic_jinja_integer_empty b/tests/results/test_namespace_examples/warnings_60_0family_dynamic_jinja_integer_empty new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/tests/results/test_namespace_examples/warnings_60_0family_dynamic_jinja_integer_empty @@ -0,0 +1 @@ +[] \ No newline at end of file