From cba1f0db7f33a62846e152638f45579a49cb0ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Mon, 16 Nov 2020 17:11:24 +0100 Subject: [PATCH 1/2] Update gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 196d5f2e..5da618aa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ public *.DS_Store *.swp *.out -public +static/data/database.json __pycache__ \ No newline at end of file From 869e104e15baacc8ea81dc8d6acfeac2bf77863f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Wed, 18 Nov 2020 10:07:46 +0100 Subject: [PATCH 2/2] Update README to taking to account the Toto modifications --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a76d654..c8b58d96 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To clone this website and use it locally please run the following commands. ```bash git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/ cd QUESTDB_website -hugo serve +make serve ``` Now you can use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally http://localhost:1313) @@ -46,3 +46,6 @@ So you can remove a data file to regenerate it from a LaTeX input file with `dat The `ADC25generator` is used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files. +### generate_data + +The `generate_data` script is used to wrap all data file into one `database.json` file.