summaryrefslogtreecommitdiffstats
path: root/docs/schedule/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/schedule/index.rst')
-rw-r--r--docs/schedule/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/schedule/index.rst b/docs/schedule/index.rst
index 0e0d2ff..691abf0 100644
--- a/docs/schedule/index.rst
+++ b/docs/schedule/index.rst
@@ -188,11 +188,11 @@ Generate HTML from Markdown
~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
- $ lps_gen -s path/to/lp-sch.jinja2 path/to/lp-sch.md > path/to/program-schedule.html
+ $ lps_gen -s path/to/lp-sch.md > path/to/program-schedule.html
or::
- $ lps_gen --schedule path/to/lp-schedule.jinja2 path/to/lp-sch.md > path/to/program-schedule.html
+ $ lps_gen --schedule path/to/lp-sch.md > path/to/program-schedule.html
iCal export
@@ -201,7 +201,7 @@ iCal export
The ``--ical`` switch enables iCal export while generating LP
schedule::
- $ lps_gen -s --ical 2016 path/to/lp-schedule.jinja2 path/to/lp-schedule.md > path/to/program-schedule.html
+ $ lps_gen -s --ical 2016 path/to/lp-schedule.md > path/to/program-schedule.html
The year of the conference must be given as an argument to the
``--ical`` switch.