dwc/build
Peter Desmet 82807f9e78 Add explanation about UseWithIRI
Close https://github.com/tdwg/dwc/issues/212
2019-10-21 16:37:12 +02:00
..
README.md Move terms.tmpl to build 2018-10-29 19:50:13 +01:00
build.py Move terms.tmpl to build 2018-10-29 19:50:13 +01:00
requirements.txt Update requirements 2017-12-06 20:29:13 +01:00
terms.tmpl Add explanation about UseWithIRI 2019-10-21 16:37:12 +02:00

README.md

Build script

The build script build.py uses as input:

To create:

  • The quick reference guide as a Markdown file at docs/terms/index.md. The guide is build as Markdown (with a lot of included html) rather than html, so it can incorporated by Jekyll in the Darwin Core website (including a header, footer and table of content).
  • Two simple Darwin Core CSV files in dist/

Run the build script

  1. Install the required libraries (once):

    pip install -r requirements.txt
    
  2. Run the script from the command line:

    python build.py