capitalization
This commit is contained in:
parent
f3ea297570
commit
0001cf0398
@ -152,7 +152,7 @@ After that, add the GeoIP-data into your database:
|
||||
Depending on how many countries you specified, this might take a long time. You can delete the `csv` afterwards.
|
||||
|
||||
|
||||
# CUSTOMIZATION
|
||||
# Customization
|
||||
## Generated html
|
||||
The generated file does not need to be an html. The template can be any text file.
|
||||
`regina` will only replace certain words starting with a `%`.
|
||||
@ -161,14 +161,14 @@ You can see all supported variables and their values by running `--visualize` wi
|
||||
## Data export
|
||||
If you want to further process the data generated by regina, you can export the data by setting the `data_out_dir` in the `data-export` section.
|
||||
The data can be exported as `csv` or `pkl`.
|
||||
If you choose `pkl` as filetype, all rankings will be exported as python type `list[tuple[int, str]]`.
|
||||
If you choose `pkl` as file type, all rankings will be exported as python type `list[tuple[int, str]]`.
|
||||
|
||||
## Database
|
||||
You can of course work directly with the database, as long as it is not altered.
|
||||
Editing, adding or deleting entries might make the database incompatible with regina, so only do that if you know what you are doing.
|
||||
Just querying entries will be fine though.
|
||||
|
||||
# TROUBLESHOOTING
|
||||
# Troubleshooting
|
||||
## General
|
||||
If you are having problems, try setting the `debug_level` in section `debug` of the configuration file to a non-zero value.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user