Move terms.tmpl to build

This commit is contained in:
Peter Desmet 2018-10-29 19:50:13 +01:00
parent fd11274f9d
commit 6c467788fd
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
The build script `build.py` uses as input:
* [vocabulary/term_versions.csv](../vocabulary/term_versions.csv): the list of terms
* [docs/_layouts/terms.tmpl](../docs/_layouts/terms.tmpl): a Jinja2 template for the quick reference guide
* [terms.tmpl](terms.tmpl): a Jinja2 template for the quick reference guide
To create:

View File

@ -227,7 +227,7 @@ class DwcDigester(object):
template_data.append(class_group)
return template_data
def create_html(self, html_template="../docs/_layouts/terms.tmpl",
def create_html(self, html_template="terms.tmpl",
html_output="../docs/terms/index.md"):
"""build html with the processed term info, by filling in the
tmpl-template