10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Fix some things in the dafafileBuilder.md documentation file

This commit is contained in:
Mickaël Véril 2020-02-27 10:03:17 +01:00
parent ad2238c664
commit 75458eca9a

View File

@ -25,7 +25,7 @@ optional arguments:
The default type is `ABS` (for absorbtion). The default type is `ABS` (for absorbtion).
The default format is LINE described [below](#the-line-format) The default format is `LINE ` described [below](#the-line-format)
## Disclaimer ## Disclaimer
@ -139,7 +139,7 @@ $\sim$ 42 % unsafe=true
42 % unsafe=false 42 % unsafe=false
``` ```
that set the unsafe boolean value to true in the output data file that set the unsafe boolean value to `true ` in the output data file
#### Formats #### Formats
@ -196,7 +196,7 @@ This format is very powerfull because it can be used with multiple molecules.
##### The TBE format ##### The TBE format
The `TBE` format is a variant of the `COLUMN` but made for theoretical best estimate tabular The `TBE` format is a variant of the `COLUMN` format but made for theoretical best estimate tabular.
> Warning: > Warning:
> >
@ -255,4 +255,6 @@ When the debug flag is used instead of `data/` the root of output directory is `
When each value are number spin value are integer symmetry and excitation type are standard LaTeX When each value are number spin value are integer symmetry and excitation type are standard LaTeX
isSupporting and isUnsafe are boolean corrresponded to 'JavaScript' boolean values `true` or `false` isSupporting and isUnsafe are boolean corrresponded to `JavaScript` boolean values `true` or `false`