Various fixes for the module documentation auto-generator

This commit is contained in:
Michael DeHaan 2012-09-27 21:30:32 -04:00
parent 83f277cfe6
commit 405c097c43
4 changed files with 64 additions and 55 deletions

View file

@ -41,4 +41,13 @@
</table>
{% endif %}
FIXME: include the examples here!
.. raw:: html
{% for example in examples %}
<p>@{ example['description'] }@</p>
<p><pre>
@{ example['code'] }@</pre></p>
{% endfor %}
<br/>