10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Merge branch 'master' of github.com:scemama/QUESTDB_website

This commit is contained in:
Anthony Scemama 2020-11-16 15:46:47 +01:00
commit ca253f8a8d

View File

@ -31,7 +31,7 @@ All the data are stored in the [data](static/data) directory.
### The tools. ### The tools.
The second part is the [tools](tools/) a series of python and bash scripts used to generate data. The second part is the [tools](tools/) a series of python scripts used to generate data.
#### datafileBuilder #### datafileBuilder
@ -39,10 +39,10 @@ A python script to generate data from custom LaTeX input file see [examples](do
#### metarecover #### metarecover
The `metarecover` bash script is used to regenerate the metadata from the previous git history state. The `metarecover` python script is used to regenerate the metadata from the previous git history state.
So you can remove a data file to regenerate it from a LaTeX input file with `datafileBuilder` and recover the metadata from the previous version using `metarecover`. So you can remove a data file to regenerate it from a LaTeX input file with `datafileBuilder` and recover the metadata from the previous version using `metarecover`.
### ADC25generator #### ADC25generator
The `ADC25generator` is used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files. The `ADC25generator` is used to build `ADC(2.5)` data files from `ADC(2)` and `ADC(3)` data files.