summaryrefslogtreecommitdiffstats
path: root/docs/speakers/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/speakers/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/speakers/index.rst')
-rw-r--r--docs/speakers/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/speakers/index.rst b/docs/speakers/index.rst
index f98dbdb..8add74e 100644
--- a/docs/speakers/index.rst
+++ b/docs/speakers/index.rst
@@ -63,11 +63,11 @@ Generate HTML from Markdown
~~~~~~~~~~~~~~~~~~~~~~~~~~~
::
- $ lps_gen -sp path/to/lp-speakers.jinja2 path/to/lp-speakers.md > path/to/speakers-content.html
+ $ lps_gen -sp path/to/lp-speakers.md > path/to/speakers-content.html
or::
- $ lps_gen --speakers path/to/lp-speakers.jinja2 path/to/lp-speakers.md > path/to/speakers-content.html
+ $ lps_gen --speakers path/to/lp-speakers.md > path/to/speakers-content.html
If you run into issues, ask for :ref:`help <lps-doc-sec-help>`.