From 07e0e07a8b14a457f5c3acc269bd37cc7f760545 Mon Sep 17 00:00:00 2001 From: Steve Baskauf Date: Thu, 20 Aug 2020 14:15:12 -0500 Subject: [PATCH] change build-termlist description from Jupyter notebook to Python script --- build/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/README.md b/build/README.md index 14ae951..ea6235a 100644 --- a/build/README.md +++ b/build/README.md @@ -62,6 +62,7 @@ It outputs the file `term_versions.csv`, which is used as the input for the `bui ## Generating the "list of terms" document -The Jupyter notebook `build-termlist.ipynb` inputs the header information from `termlist-header.md`, then builds the list of terms and their metadata from data in the [rs.tdwg.org](http://github.com/tdwg/rs.tdwg.org) repository. The script also inputs `termlist-footer.md` and appends it to the end of the generated document, but currently it has no content. The constructed Markdown document is saved as `/docs/list/index.md`. +The Python script `build-termlist.py` inputs the header information from `termlist-header.md`, then builds the list of terms and their metadata from data in the [rs.tdwg.org](http://github.com/tdwg/rs.tdwg.org) repository. The script also inputs `termlist-footer.md` and appends it to the end of the generated document, but currently it has no content. The constructed Markdown document is saved as `/docs/list/index.md`. -Note: when this is all working, the code can be pulled from the Jupyter notebook cells and just be saved as a `.py` Python script. +------ +Last edited: 2020-08-20 \ No newline at end of file