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
|
==============================
Kupfer Technical Documentation
==============================
.. topic:: `Kupfer Plugin API <PluginAPI.html>`_
..
.. topic:: `GTK+ Theme Support <GTKTheming.html>`_
..
.. topic:: `Contributing <Contributing.html>`_
..
.. topic:: `Localization <Localization.html>`_
..
.. topic:: `Man Page <Manpage.html>`_
..
.. topic:: `Version History <VersionHistory.html>`_
..
.. topic:: `Copyright <Copyright.html>`_
..
There is also `User Documentation`__
__ http://kaizer.se/wiki/kupfer/help/
.. How to Generate HTML or PDF from this documentation.
This is a RestructuredText_ document and it can be rendered
by installing ``python-docutils`` (``docutils`` module).
This package should also provide the utilities ``rst2html`` and
``rst2pdf`` as well as ``rst2man``.
.. _RestructuredText: http://docutils.sourceforge.net/rst.html
.. vim: ft=rst tw=72 et sts=4 sw=4
.. this document best viewed with rst2html
|