2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 "http://www.w3.org/TR/html4/strict.dtd">
7 Piston generated documentation
9 <style type="text/css">
12 font: 1em "Helvetica Neue", Verdana;
18 <h1>API Documentation</h1>
22 <h3>{{ doc.name|cut:"Handler" }}:</h3>
25 {{ doc.get_doc|default:""|restructuredtext }}
29 URL: <b>{{ doc.get_resource_uri_template }}</b>
33 Accepted methods: {% for meth in doc.allowed_methods %}<b>{{ meth }}</b>{% if not forloop.last %}, {% endif %}{% endfor %}
37 {% for method in doc.get_all_methods %}
40 method <i>{{ method.name }}</i>({{ method.signature }}){% if method.stale %} <i>- inherited</i>{% else %}:{% endif %}
44 {% if method.get_doc %}
46 {{ method.get_doc|default:""|restructuredtext }}