summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* New upstream version 1.3.2Simon McVittie2022-09-06
|
* Add a Meson build systemSimon McVittie2022-09-05
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add licensing information in REUSE formatSimon McVittie2022-09-05
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Replace doc/HACKING.txt with a Gitlab-style CONTRIBUTING.mdSimon McVittie2019-07-29
| | | | | | | | As with dbus-glib and dbus-gmain, much of the text here was taken from Wayland's contributing guide (thanks to Ander Conselvan de Oliveira, Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone). Signed-off-by: Simon McVittie <smcv@collabora.com>
* doc: Include inherited members when documenting objectsSimon McVittie2019-07-29
| | | | | | epydoc did this by default, but sphinx apparently doesn't. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-15
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* HACKING: Update git URLsSimon McVittie2018-08-23
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add redirection from the old epydoc documentation to the new versionsSimon McVittie2018-05-02
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* doc: Be more clear about bytes vs. unicodeSimon McVittie2018-05-02
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Convert documentation from epydoc to SphinxSimon McVittie2018-05-02
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add a note on how to update dbus-gmainSimon McVittie2018-01-29
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Drop support for Python 2.6, along with several workaroundsSimon McVittie2016-08-11
| | | | | | It hasn't had security support for about 3 years. Signed-off-by: Simon McVittie <smcv@debian.org>
* Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie2016-01-20
|
* Move PY3PORT into doc, use the same extension as other rst, and render itSimon McVittie2012-01-24
|
* doc/tutorial.txt: Briefly describe how to use the Qt event loop.Simon McVittie2007-12-19
| | | | Based on a patch from Phil Thompson, riverbankcomputing.co.uk
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-27
| | | | removing all references to the LGPL as a result
* Stop using interactive-Python syntax in tutorial to reduce user confusion.Simon McVittie2007-06-20
| | | | Closes bugs.fd.o #11209.
* doc/tutorial.txt: @service and @method take dbus_interface=..., not ↵Simon McVittie2007-06-14
| | | | interface=...
* doc/tutorial.txt: Don't claim we have a tutorial for p2p connections yetSimon McVittie2007-05-07
|
* Update tutorial to describe add_signal_receiver before connect_to_signal.Simon McVittie2007-05-07
| | | | Also remove old ./configure substitutions and update to avoid deprecated API.
* Stop tutorial.txt being generated by ./configure - not worthwhile just for a ↵Simon McVittie2007-05-07
| | | | version number
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-07
|
* doc/tutorial.txt.in: Add copyright and license (GPL2/AFL2.1, like the code)Simon McVittie2007-01-25
|
* Add Makefile target maintainer-update-website to update d.fd.o/doc/dbus-pythonSimon McVittie2007-01-24
| | | | | | | (to use this target, configure your fd.o username, if not the same as your local username, in ~/.ssh/config). Move API_CHANGES.txt, HACKING.txt to doc/ directory. Tweak documentation generation so deprecated stuff isn't documented.
* Write some more of the tutorialSimon McVittie2007-01-16
|
* Add half-written tutorial. Fix reStructuredText syntax in documentation, and ↵Simon McVittie2007-01-10
build HTML if we have rst2html or rst2html.py. Distribution packagers may want to build-depend on docutils, and configure with --docdir=... if their distribution would usually use a location other than PREFIX/share/doc/dbus-python - for instance Debian/Ubuntu should use --docdir=/usr/share/doc/python-dbus.