summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Python/mallard-Python-default.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/Python/mallard-Python-default.tmpl')
-rw-r--r--giscanner/doctemplates/Python/mallard-Python-default.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/giscanner/doctemplates/Python/mallard-Python-default.tmpl b/giscanner/doctemplates/Python/mallard-Python-default.tmpl
new file mode 100644
index 00000000..87791059
--- /dev/null
+++ b/giscanner/doctemplates/Python/mallard-Python-default.tmpl
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<page id="${page_id}"
+ type="topic"
+ style=""
+ xmlns="http://projectmallard.org/1.0/"
+ xmlns:ui="http://projectmallard.org/experimental/ui/">
+ <info>
+ </info>
+ <title>${namespace.name}.${node.name}</title>
+${formatter.format(node, node.doc)}
+</page>