From e8f0c4c53ee104cf6cbf0e1aa265e97233be6b2e Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 11 Nov 2016 16:06:55 +0900 Subject: [PATCH] [config-ref] remove unnecessary template files We don't generate DocBook files any more. Change-Id: I7020ef33e7a6d58123d4c25fba04917f3c5e531d --- .../templates/autohelp.docbook.j2 | 58 --------------- .../templates/changes.docbook.j2 | 70 ------------------- .../templates/swift.docbook.j2 | 27 ------- 3 files changed, 155 deletions(-) delete mode 100644 autogenerate_config_docs/templates/autohelp.docbook.j2 delete mode 100644 autogenerate_config_docs/templates/changes.docbook.j2 delete mode 100644 autogenerate_config_docs/templates/swift.docbook.j2 diff --git a/autogenerate_config_docs/templates/autohelp.docbook.j2 b/autogenerate_config_docs/templates/autohelp.docbook.j2 deleted file mode 100644 index 6a0f09a6..00000000 --- a/autogenerate_config_docs/templates/autohelp.docbook.j2 +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - -{% for group in groups %} - - - -{% for item in items[loop.index0] %} - - - - -{% endfor %} -{% endfor %} - -
Description of {{ nice_cat }} configuration options
Configuration option = Default valueDescription
[{{ group }}]
= {{ item[1] }} -

{{ item[2] | replace('<', '<') | replace('>', '>') }}

-{% if len(item) >= 4 %} -
-{% for flagname, flagdesc in item[3] %} -
{{ flagname }}
{{ flagdesc }}
-{% endfor %} -
-{% endif %} -
-
- diff --git a/autogenerate_config_docs/templates/changes.docbook.j2 b/autogenerate_config_docs/templates/changes.docbook.j2 deleted file mode 100644 index b4ee05bd..00000000 --- a/autogenerate_config_docs/templates/changes.docbook.j2 +++ /dev/null @@ -1,70 +0,0 @@ - -
- - New, updated, and deprecated options in {{ release }} for {{ codename }} -{% if new_opts %} - - - - - - - - - - -{% for cells in new_opts %} - -{% for cell in cells %} - -{% endfor %} - -{% endfor %} -
New options
Option = default value(Type) Help string
{{ cell }}
-{% endif %} -{% if new_defaults %} - - - - - - - - - - - - -{% for cells in new_defaults %} - -{% for cell in cells %} - -{% endfor %} - -{% endfor %} -
New default values
OptionPrevious default valueNew default value
{{ cell }}
-{% endif %} -{% if deprecated_opts %} - - - - - - - - - - -{% for cells in deprecated_opts %} - -{% for cell in cells %} - -{% endfor %} - -{% endfor %} -
Deprecated options
Deprecated optionNew Option
{{ cell }}
-{% endif %} -{% if not new_opts and not new_defaults and not deprecated_opts %} -There are no new, updated, and deprecated options in {{ release }} for {{ codename }}. -{% endif %} -
diff --git a/autogenerate_config_docs/templates/swift.docbook.j2 b/autogenerate_config_docs/templates/swift.docbook.j2 deleted file mode 100644 index fa0c3e2b..00000000 --- a/autogenerate_config_docs/templates/swift.docbook.j2 +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - -{% for option in options %} - - - - -{% endfor %} - -
Description of configuration options for - [{{ section }}] in {{ filename }}.conf -
Configuration option = Default valueDescription
= {{ option[1] }}{{ option[2] }}
-