Module DOCUMENTATION: assemble, authorized_key, command, copy

plus a small fix in rst.j2 template
  manpages generated & checked
  modules.html generated & checked
This commit is contained in:
Jan-Piet Mens 2012-09-28 21:55:49 +02:00
commit e0fb264a89
5 changed files with 154 additions and 1 deletions

View file

@ -44,7 +44,7 @@
.. raw:: html
{% for example in examples %}
<p>@{ example['description'] }@</p>
{% if example['description'] %}<p>@{ example['description'] | html_ify }@</p>{% endif %}
<p><pre>
@{ example['code'] }@</pre></p>
{% endfor %}