summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
committeremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
commit4060fa99c23bca17895029ae1ffad24d0d024269 (patch)
treecf4f322e236d913e238366a2de30727d0d2561cb /docs
parent26f2934bcdfec9b32131ec01bbdd493146b3ad57 (diff)
Moving *.py scripts to separate directory, cleaning things up
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/building.md b/docs/building.md
index 572764b..d45f7a0 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -1,24 +1,24 @@
To build initial ranking:
```
-python ranking.py RANKING_NAME RANKING_INDEX DATE > http/FILENAME.html
+python scripts/ranking.py RANKING_NAME RANKING_INDEX DATE > http/FILENAME.html
```
To build subsequent rankings:
```
-python ranking.py RANKING_NAME RANKING_INDEX DATE PREVIOUS_DATE > http/FILENAME.html
+python scripts/ranking.py RANKING_NAME RANKING_INDEX DATE PREVIOUS_DATE > http/FILENAME.html
```
To compile edition list header into ranking:
```
-python editions.py http/FILENAME.html
+python scripts/editions.py http/FILENAME.html
```
To build players' pages:
```
-python players.py http/players/
+python scripts/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.