Kaynağa Gözat

Make labours.py runnable

Vadim Markovtsev 9 yıl önce
ebeveyn
işleme
3c44f04c8a
3 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 1 1
      README.md
  2. 0 0
      fix_yaml_unicode.py
  3. 1 0
      labours.py

+ 1 - 1
README.md

@@ -208,7 +208,7 @@ python3 labours.py [--text-size] [--relative]
 
 
 `--text-size` changes the font size, `--relative` activate the stretched burndown layout.
 `--text-size` changes the font size, `--relative` activate the stretched burndown layout.
 
 
-### custom plotting backend
+### Custom plotting backend
 
 
 It is possible to output all the information needed to draw the plots in JSON format.
 It is possible to output all the information needed to draw the plots in JSON format.
 Simply append `.json` to the output (`-o`) and you are done. The data format is not fully
 Simply append `.json` to the output (`-o`) and you are done. The data format is not fully

+ 0 - 0
fix_yaml_unicode.py


+ 1 - 0
labours.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 import argparse
 import argparse
 from datetime import datetime, timedelta
 from datetime import datetime, timedelta
 import io
 import io