]> Pileus Git - grits/blob - docs/api/libgis-docs.sgml
Only delete sections on maintainer-clean
[grits] / docs / api / libgis-docs.sgml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4 <book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
5         <bookinfo>
6                 <title>libgis Reference Manual</title>
7         </bookinfo>
8
9         <chapter>
10                 <title>Core API</title>
11                 <xi:include href="xml/gis-viewer.xml"/>
12                 <xi:include href="xml/gis-opengl.xml"/>
13                 <xi:include href="xml/gis-prefs.xml"/>
14                 <xi:include href="xml/gis-util.xml"/>
15         </chapter>
16
17         <chapter>
18                 <title>Data Access</title>
19                 <xi:include href="xml/gis-data.xml"/>
20                 <xi:include href="xml/gis-http.xml"/>
21                 <xi:include href="xml/gis-wms.xml"/>
22         </chapter>
23
24         <chapter>
25                 <title>Drawing Objects</title>
26                 <xi:include href="xml/gis-object.xml"/>
27                 <xi:include href="xml/gis-tile.xml"/>
28                 <xi:include href="xml/gis-marker.xml"/>
29                 <xi:include href="xml/gis-callback.xml"/>
30         </chapter>
31
32         <chapter>
33                 <title>Plugins</title>
34                 <xi:include href="xml/gis-plugin.xml"/>
35                 <xi:include href="xml/elev.xml"/>
36                 <xi:include href="xml/env.xml"/>
37                 <xi:include href="xml/map.xml"/>
38                 <xi:include href="xml/sat.xml"/>
39                 <xi:include href="xml/test.xml"/>
40         </chapter>
41
42         <chapter>
43                 <title>Utilities</title>
44                 <xi:include href="xml/gpqueue.xml"/>
45                 <xi:include href="xml/roam.xml"/>
46         </chapter>
47
48         <chapter>
49                 <title>Miscellaneous</title>
50                 <xi:include href="gis-demo.xml"/>
51         </chapter>
52
53         <index>
54                 <title>Index</title>
55         </index>
56
57 </book>