summaryrefslogtreecommitdiffstats
path: root/docs/install/index.rst
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2019-07-13 19:27:18 -0400
committerrsiddharth <rsd@gnu.org>2019-07-13 19:27:18 -0400
commit73ccb20703f86d968cbcf617eb0eafa3e89c6b92 (patch)
tree2a35c08ef1a7c41e6878c9562ddbad817491d5ec /docs/install/index.rst
parentb202aa341ff1427c668985754e5f87e76aab8591 (diff)
lps_gen: Remove `lp_t` command line argument.
* docs/install/index.rst: Update usage command output. * docs/schedule/index.rst: Update lps_gen command example. * docs/speakers/index.rst: Update lps_gen command example. * lps_gen.py (RenderHTML): Change argument template -> template_name. Read template from package. (main): Remove `lp_t` command line argument. * tests/test_lps_gen.py (TestLPS.test_RenderHTML) (TestLPS.test_RenderHTML_sessions_only) (TestLPS.test_RenderHTML_nonexistent_template) (TestLPSTBA.setup, TestLPSpeakers.test_RenderHTML): Update RenderHTML call; pass template name instead of template path.
Diffstat (limited to 'docs/install/index.rst')
-rw-r--r--docs/install/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/install/index.rst b/docs/install/index.rst
index 577febb..b3e3e55 100644
--- a/docs/install/index.rst
+++ b/docs/install/index.rst
@@ -67,10 +67,9 @@ Do::
You must get::
- usage: lps_gen [-h] [-s | -sp] [--ical ICAL] [--version] lp_t lp_md
+ usage: lps_gen [-h] [-s | -sp] [--ical ICAL] [--version] lp_md
positional arguments:
- lp_t Path to the LP template.
lp_md Path to the LP markdown.
optional arguments: