more api implementation, some templates

This commit is contained in:
j 2010-01-29 16:33:45 +05:30
commit 21f8710b38
6 changed files with 107 additions and 112 deletions

View file

@ -11,7 +11,7 @@
<div>
{% for f in api %}
<div>
<h2><a name="{{f.name}}">function: {{f.name}}</a></h2>
<h2><a name="{{f.name}}">action: {{f.name}}</a></h2>
<pre style="padding-left: 24px">
{{f.doc|safe}}
</pre>