summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Move PY3PORT into doc, use the same extension as other rst, and render itSimon McVittie2012-01-241-0/+224
|
* doc/tutorial.txt: Briefly describe how to use the Qt event loop.Simon McVittie2007-12-191-1/+5
| | | | 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-271-15/+19
| | | | removing all references to the LGPL as a result
* Stop using interactive-Python syntax in tutorial to reduce user confusion.Simon McVittie2007-06-201-26/+19
| | | | Closes bugs.fd.o #11209.
* doc/tutorial.txt: @service and @method take dbus_interface=..., not ↵Simon McVittie2007-06-141-4/+4
| | | | interface=...
* doc/tutorial.txt: Don't claim we have a tutorial for p2p connections yetSimon McVittie2007-05-071-1/+2
|
* Update tutorial to describe add_signal_receiver before connect_to_signal.Simon McVittie2007-05-071-44/+56
| | | | 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-071-0/+0
| | | | version number
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-4/+4
|
* doc/tutorial.txt.in: Add copyright and license (GPL2/AFL2.1, like the code)Simon McVittie2007-01-251-0/+23
|
* Add Makefile target maintainer-update-website to update d.fd.o/doc/dbus-pythonSimon McVittie2007-01-242-0/+192
| | | | | | | (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-161-22/+267
|
* Add half-written tutorial. Fix reStructuredText syntax in documentation, and ↵Simon McVittie2007-01-101-0/+399
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.