diff options
author | emkael <emkael@tlen.pl> | 2017-04-14 01:56:17 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-04-14 01:56:17 +0200 |
commit | da4e3a5b6670e5116c95d7c6db8d7155d66968e6 (patch) | |
tree | 8365620dd0eab4a6b48f5d8d68417e9c19e475cc /docs | |
parent | 8dda3f31a20df59d6748ba78b8bf2683341bcf07 (diff) |
Dates config expanded, standard path included in uniform build scripts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building.md b/docs/building.md index 1d12302..272a7fd 100644 --- a/docs/building.md +++ b/docs/building.md @@ -13,12 +13,12 @@ python ranking.py DATE PREVIOUS_DATE > http/FILENAME.html To compile edition list header into ranking: ``` -python editions.py DATE_CONFIG http/FILENAME.html +python editions.py http/FILENAME.html ``` To build players' pages: ``` -python players.py http/players/ [DATES_CONFIG] +python players.py http/players/ ``` Name, surname and club are always used from the current `players` table. Regions, genders and age categories are read per-ranking. |