mirror of https://github.com/tdwg/dwc.git
Move terms.tmpl to build
This commit is contained in:
parent
fd11274f9d
commit
6c467788fd
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue