File: thunarx-python-docs.xml

package info (click to toggle)
thunarx-python 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: xml: 1,500; ansic: 678; python: 136; makefile: 106; sh: 11
file content (28 lines) | stat: -rw-r--r-- 1,067 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
  %gtkdocentities;
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>thunarx-python Reference Manual</title>
    <edition>Reference Manual for thunarx-python</edition>
    <releaseinfo>For thunarx-python version <xi:include href="version.xml" parse="text"/></releaseinfo>
    <authorgroup>
      <author>
        <firstname>Adam</firstname>
        <surname>Plumb</surname>
      </author>
    </authorgroup>
    <abstract>
      <para>This reference describes the classes of the thunarx-python module.</para>
    </abstract>
  </bookinfo>

  <xi:include href="thunarx-python-overview.xml"/>
  <xi:include href="thunarx-python-class-reference.xml"/>
  <xi:include href="thunarx-python-provider-reference.xml"/>
</book>