blob: 28cd4708179cbce1fcc3b3ae1b5985fd4490c5ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<%! page_type="guide" %>\
<%inherit file="mallard-base.tmpl"/>
<%block name="doc">
</%block>
<%block name="links">
<links type="topic" ui:expanded="yes" groups="class" style="linklist">
<title>Classes</title>
</links>
<links type="topic" ui:expanded="yes" groups="function" style="linklist">
<title>Functions</title>
</links>
<links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist">
<title>Other</title>
</links>
</%block>
<%block name="since_version">
</%block>
|