summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Python/mallard-Python-namespace.tmpl
blob: 97bd7132065eeed26954990aa368de33415ae813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<page id="index"
      type="guide"
      style="${page_style}"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
  </info>
  <title>${formatter.format_page_name(node)}</title>
  <links type="topic" ui:expanded="yes" groups="class">
    <title>Classes</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="function">
    <title>Functions</title>
  </links>
  <links type="topic" ui:expanded="yes" groups="#first #default #last">
    <title>Other</title>
  </links>
</page>