dwc/build
tucotuco 58058a245c First step to reorganize terms management to combine normative definitions (old term_versions.csv) with non-normative commentaries on recommended terms (terms.csv) and prepare to manage translations. 2018-08-29 10:30:19 +12:00
..
README.md Move build code inside build folder 2017-09-30 18:27:11 +02:00
build.py Convert to jinja2 API 2017-12-06 20:20:31 +01:00
requirements.txt Update requirements 2017-12-06 20:29:13 +01:00

README.md

The build folder contains a python script to rebuild the terms index page.

It will use the vocabulary/term_versions.csv and the ./config/terms_config.csv to populate the html-template file (./config/index.tmpl)

Run the build script

Install the required libraries for this script with pip once:

pip install -r requirements.txt

To run the script, run the build script from command line:

python build.py