summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-15 20:23:48 +0000
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2007-01-16 14:43:01 +0000
commita9575bf47b9ba5bc02ad5280fe35652758c0d00e (patch)
tree6ecbbcb5129151d97841dde4f29d44421d84c76f
parentcd5719adbf6cafb53fb3dd19c141ad312729c83c (diff)
reStructuredText syntax corrections
-rw-r--r--API_CHANGES.txt2
-rw-r--r--HACKING.txt6
-rw-r--r--NEWS6
-rw-r--r--README6
4 files changed, 10 insertions, 10 deletions
diff --git a/API_CHANGES.txt b/API_CHANGES.txt
index 1a4b1e6..9962aa0 100644
--- a/API_CHANGES.txt
+++ b/API_CHANGES.txt
@@ -7,7 +7,7 @@ API changes in dbus-python 0.80
:Organization: `Collabora Ltd`_
:Date: 2006-11-23
-.. _ Collabora Ltd: http://www.collabora.co.uk/
+.. _Collabora Ltd: http://www.collabora.co.uk/
Type changes
============
diff --git a/HACKING.txt b/HACKING.txt
index 711e958..16bbffd 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -5,15 +5,15 @@ D-Bus Python bindings - notes for hackers
:Author: Simon McVittie, `Collabora`_
:Date: 2006-12-18
-.. Collabora: http://www.collabora.co.uk/
+.. _Collabora: http://www.collabora.co.uk/
Upstream development
====================
dbus-python is developed at freedesktop.org using ``git``.
-See `UsingGit`_ for some details.
+See UsingGit_ for some details.
-.. UsingGit: http://www.freedesktop.org/wiki/UsingGit
+.. _UsingGit: http://www.freedesktop.org/wiki/UsingGit
Anonymous access
``git clone git://anongit.freedesktop.org/git/dbus/dbus-python``
diff --git a/NEWS b/NEWS
index 41f2c79..8ef8ec7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
D-Bus Python Bindings 0.80rc3 (aka 0.79.93) (19 December 2006)
-==
+==============================================================
- The "break the world" release
- Rewrite dbus_bindings (Pyrex) as _dbus_bindings (C) - API changes!
- Define what's public API
@@ -26,12 +26,12 @@ D-Bus Python Bindings 0.80rc3 (aka 0.79.93) (19 December 2006)
- Add copyright notices!
D-Bus Python Bindings 0.71 (24 July 2006)
-==
+==============================================================
- Binary modules are now installed in the correct directory
- Distutils exports the dbus and dbus-glib cflags
D-Bus Python Bindings 0.70 (17 July 2006)
-==
+==============================================================
- First release of bindings split
- Move to a distutils build enviornment
- It is possible to now specify sender_keyword="foo", path_keyword="bar" when
diff --git a/README b/README
index 8f7e8f7..f24cdc5 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ dbus-python: Python bindings for D-Bus
:Date: 2006-12-18
:Version: 0.80rc3 (internally, 0.79.93)
-.. Collabora: http://www.collabora.co.uk/
+.. _Collabora: http://www.collabora.co.uk/
Usage
=====
@@ -25,8 +25,8 @@ epydoc, it's not currently built by default. To do so, install
`epydoc`_ 3 alpha and `docutils`_, and run ``./configure`` with the
``--enable-api-docs`` option. Documentation starts from ``api/index.html``.
-.. epydoc: http://epydoc.sourceforge.net/
-.. python-docutils: http://docutils.sourceforge.net/
+.. _epydoc: http://epydoc.sourceforge.net/
+.. _docutils: http://docutils.sourceforge.net/
For now, a copy of the documentation (updated for each release candidate)
can be found here: `dbus-python API documentation on people.freedesktop.org`__