From 77aa5dad923f4efad2e271ca3f38a7585ab2680b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 28 Jan 2016 08:39:17 -0500 Subject: 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. --- README.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.3