فهرست منبع

Make labours.py runnable

Vadim Markovtsev 7 سال پیش
والد
کامیت
3c44f04c8a
3فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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.
 
-### custom plotting backend
+### Custom plotting backend
 
 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

+ 0 - 0
fix_yaml_unicode.py


+ 1 - 0
labours.py

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