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

« back to all changes in this revision

Viewing changes to docs/reference/nautilus-python-ref.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-07-06 13:17:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110706131739-ardhj06fem65n3l3
Tags: 1.0-0ubuntu1
* New upstream release that works with nautilus 3.0
* debian/control.in:
  - Update dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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