summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-01-28 08:39:17 -0500
committerrsiddharth <rsd@gnu.org>2016-01-28 08:39:17 -0500
commit77aa5dad923f4efad2e271ca3f38a7585ab2680b (patch)
treedac4286016de8bc5a3a53cc546aa3b2feadca300 /README.rst
parent7ca74c9b9470b8773358f22b011136e5579237f6 (diff)
lps_gen accepts template as arg.
As per Zak's request, the script now requires the user to pass the template as (the first) argument to the script. The script does not use the template that is part of the lpschedule-generator module; indeed the internal template will be deleted later.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 3a743ba..0936add 100644
--- a/README.rst
+++ b/README.rst
@@ -47,12 +47,7 @@ Usage
::
- $ lps_gen YEAR path/to/lp-sch.md > path/to/program-schedule.html
-
-Replace ``YEAR`` with LP year; for example, for generating LP 2016
-schedule, the command will be::
-
- $ lps_gen 2016 path/to/lp-sch.md > path/to/program-schedule.html
+ $ lps_gen path/to/lp-sch.jinja2 path/to/lp-sch.md > path/to/program-schedule.html
LP schedule markdown structure