diff options
author | emkael <emkael@tlen.pl> | 2017-04-12 22:17:20 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-04-12 22:17:20 +0200 |
commit | d8e79a2c9e400d7da18a4e8812e60d259c80c04c (patch) | |
tree | b001796ecc744e1a66403c27ad4aad9b76e9b745 /docs | |
parent | 1f007fd0f6458ab739447e9e37b5a52db44a8a61 (diff) |
Documentation updated
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md index 32de2d4..1d12302 100644 --- a/docs/building.md +++ b/docs/building.md @@ -10,6 +10,12 @@ To build subsequent rankings: python ranking.py DATE PREVIOUS_DATE > http/FILENAME.html ``` +To compile edition list header into ranking: + +``` +python editions.py DATE_CONFIG http/FILENAME.html +``` + To build players' pages: ``` python players.py http/players/ [DATES_CONFIG] |