~ubuntu-branches/ubuntu/wily/nautilus-python/wily

1.1.6 by Michael Terry
Import upstream version 1.0
1
<?xml version='1.0'?>
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" 
3
[
4
<!ENTITY % entities SYSTEM "entities.docbook">
5
%entities;
6
<!ENTITY builddate SYSTEM "builddate.xml">
7
<!ENTITY version SYSTEM "version.xml">
8
]>
9
<book id="nautilus-python-reference" xmlns:xi="http://www.w3.org/2001/XInclude">
10
  <bookinfo>
11
    <pubdate>&builddate;</pubdate>
12
    <title>nautilus-python Reference Manual</title>
13
    <edition>Reference Manual for nautilus-python &version;</edition>
14
    <releaseinfo>For nautilus-python version &version;</releaseinfo>
15
    <authorgroup>
16
      <author>
17
        <firstname>Adam</firstname>
18
        <surname>Plumb</surname>
19
      </author>
20
    </authorgroup>
21
    <abstract>
22
      <para>This reference describes the classes of the nautilus-python module.</para>
23
    </abstract>
24
  </bookinfo>
25
  <toc>
26
  </toc>
27
28
<!-- the reference page chapters for the nautilus-python classes -->
29
30
    <xi:include href="nautilus-python-overview.xml"/>
31
    <xi:include href="nautilus-python-class-reference.xml"/>
32
    <xi:include href="nautilus-python-provider-reference.xml"/>
33
    <xi:include href="nautilus-python-enum-reference.xml"/>
34
</book>
35