blob: 372cd33ff6cc1636ec32cb847a1845a0e5e815d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<%! page_type="guide" %>\
<%inherit file="mallard-base.tmpl"/>
<%block name="content">
<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>
|