File: libgwymodule-docs.sgml

package info (click to toggle)
gwyddion 2.62-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 51,952 kB
  • sloc: ansic: 398,486; python: 7,877; sh: 5,492; makefile: 4,723; xml: 3,883; cpp: 1,969; pascal: 418; perl: 154; ruby: 130
file content (96 lines) | stat: -rw-r--r-- 3,878 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
  <bookinfo>
    <title>Gwyddion Module Library Reference Manual</title>
    <xi:include href="releaseinfo.xml"/>
  </bookinfo>

  <chapter id="ModuleLibrary">
    <title>Gwyddion Module Library</title>
    <xi:include href="xml/gwymoduleenums.xml"/>
    <xi:include href="xml/gwymoduleloader.xml"/>
    <xi:include href="xml/gwymodule-file.xml"/>
    <xi:include href="xml/gwymodule-process.xml"/>
    <xi:include href="xml/gwymodule-tool.xml"/>
    <xi:include href="xml/gwymodule-graph.xml"/>
    <xi:include href="xml/gwymodule-layer.xml"/>
    <xi:include href="xml/gwymodule-volume.xml"/>
    <xi:include href="xml/gwymodule-xyz.xml"/>
    <xi:include href="xml/gwymodulebrowser.xml"/>
  </chapter>

  <chapter id="ModuleTutorial">
    <title>Gwyddion Module Tutorial</title>
    <xi:include href="xml/module-tutorial-overview.xml"/>
    <xi:include href="xml/module-tutorial-minimal.xml"/>
    <xi:include href="xml/module-tutorial-beyond.xml"/>
    <xi:include href="xml/module-tutorial-process.xml"/>
    <xi:include href="xml/module-tutorial-file.xml"/>
    <xi:include href="xml/module-tutorial-graph.xml"/>
    <xi:include href="xml/module-tutorial-tool.xml"/>
    <xi:include href="xml/module-tutorial-layer.xml"/>
    <xi:include href="module-tutorial-install.xml"/>
  </chapter>

  <chapter id="PluginProxyReference">
    <title>Plug-in Proxy Reference</title>
    <xi:include href="plugin-proxy-overview.xml"/>
    <xi:include href="plugin-proxy-process.xml"/>
    <xi:include href="plugin-proxy-file.xml"/>
    <xi:include href="plugin-proxy-dump.xml"/>
    <xi:include href="plugin-proxy-rgi.xml"/>
  </chapter>

  <!-- API INDICES BEGIN -->
  <index id="api-index-all">
    <title>Index of all symbols</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-deprec">
    <title>Index of deprecated symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-1">
    <title>Index of new symbols in 2.1</title>
    <xi:include href="xml/api-index-2.1.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-18">
    <title>Index of new symbols in 2.18</title>
    <xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-25">
    <title>Index of new symbols in 2.25</title>
    <xi:include href="xml/api-index-2.25.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-32">
    <title>Index of new symbols in 2.32</title>
    <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-36">
    <title>Index of new symbols in 2.36</title>
    <xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-38">
    <title>Index of new symbols in 2.38</title>
    <xi:include href="xml/api-index-2.38.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-45">
    <title>Index of new symbols in 2.45</title>
    <xi:include href="xml/api-index-2.45.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-48">
    <title>Index of new symbols in 2.48</title>
    <xi:include href="xml/api-index-2.48.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-49">
    <title>Index of new symbols in 2.49</title>
    <xi:include href="xml/api-index-2.49.xml"><xi:fallback /></xi:include>
  </index>
  <index id="api-index-2-60">
    <title>Index of new symbols in 2.60</title>
    <xi:include href="xml/api-index-2.60.xml"><xi:fallback /></xi:include>
  </index>
  <!-- API INDICES END -->
</book>