Branched from 2.0alpha and pushed for 2.0
[profile/ivi/dbus-python.git] / README
1 =======================================
2 dbus-python_: Python bindings for D-Bus
3 =======================================
4
5 .. _dbus-python: http://www.freedesktop.org/wiki/Software/DBusBindings#python
6
7 Usage
8 =====
9
10 Online documentation can be found at
11 <http://dbus.freedesktop.org/doc/dbus-python/>.
12
13 There is an incomplete tutorial in `doc/tutorial.txt`__
14 (if you compile dbus-python with `docutils`_' ``rst2html`` tool installed or
15 you're reading this document on the D-Bus website, there's also an
16 `HTML version`__).
17
18 __ doc/tutorial.txt
19 __ doc/tutorial.html
20
21 `API documentation`_ is generated if you compile dbus-python with `epydoc`_
22 version 3 and `docutils`_ installed. An `online copy of the API documentation`_
23 is also available.
24
25 .. _API documentation: api/index.html
26 .. _epydoc: http://epydoc.sourceforge.net/
27 .. _docutils: http://docutils.sourceforge.net/
28 .. _online copy of the API documentation:
29    http://dbus.freedesktop.org/doc/dbus-python/api/
30
31 To develop on dbus-python, see `doc/HACKING.txt`__ or the `HTML version`__.
32
33 __ doc/HACKING.txt
34 __ doc/HACKING.html