|
|
|
@ -21,7 +21,7 @@
|
|
|
|
{% if options -%}
|
|
|
|
{% if options -%}
|
|
|
|
.. raw:: html
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<table border=1 cellpadding=4>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th class="head">parameter</th>
|
|
|
|
<th class="head">parameter</th>
|
|
|
|
<th class="head">required</th>
|
|
|
|
<th class="head">required</th>
|
|
|
|
@ -58,6 +58,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if not plainexamples %}
|
|
|
|
.. raw:: html
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
|
|
|
|
{% for example in examples %}
|
|
|
|
{% for example in examples %}
|
|
|
|
@ -69,22 +70,19 @@
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
{% if plainexamples %}
|
|
|
|
{% if plainexamples %}
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
Examples::
|
|
|
|
|
|
|
|
|
|
|
|
@{ plainexamples | escape | indent(4, True) }@
|
|
|
|
@{ plainexamples | escape | indent(4, True) }@
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if notes %}
|
|
|
|
{% if notes %}
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h4>Notes</h4>
|
|
|
|
|
|
|
|
{% for note in notes %}
|
|
|
|
{% for note in notes %}
|
|
|
|
<p>@{ note | html_ify }@</p>
|
|
|
|
.. note:: @{ note | html_ify }@</p>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|