+++ /dev/null
-# Eclipse Paho MQTT Python client
-
-
-This repository contains the source code for the [Eclipse Paho](http://eclipse.org/paho/) MQTT Python client library.
-
-This code builds libraries which enable applications to connect to an [MQTT](http://mqtt.org/) broker to publish messages, and to subscribe to topics and receive published messages.
-
-## Usage and API
-
-Detailed API documentation is available through ``pydoc``.
-
-Samples are available in ``examples`` directory.
-
-## Reporting bugs
-
-Please report bugs under the "MQTT-Python" Component in [Eclipse Bugzilla](http://bugs.eclipse.org/bugs/) for the Paho Technology project.
-
-## More information
-
-Discussion of the Paho clients takes place on the [Eclipse paho-dev mailing list](https://dev.eclipse.org/mailman/listinfo/paho-dev).
-
-General questions about the MQTT protocol are discussed in the [MQTT Google Group](https://groups.google.com/forum/?fromgroups#!forum/mqtt).
-
-There is much more information available via the [MQTT community site](http://mqtt.org/).
--- /dev/null
+Eclipse Paho MQTT Python Client
+###############################
+
+This repository contains the source code for the `Eclipse Paho <http://eclipse.org/paho/>`_ MQTT Python client library.
+
+This code builds libraries which enable applications to connect to an `MQTT <http://mqtt.org/>`_ broker to publish messages, and to subscribe to topics and receive published messages.
+
+Paho is an `Eclipse Foundation <https://www.eclipse.org/org/foundation/>`_ project currently in the `incubation phase <http://www.eclipse.org/projects/what-is-incubation.php>`_.
+
+Usage and API
+*************
+
+Detailed API documentation is available through **pydoc**.
+
+Samples are available in the **examples** directory.
+
+Reporting bugs
+**************
+
+Please report bugs under the "MQTT-Python" Component in `Eclipse Bugzilla <http://bugs.eclipse.org/bugs/>`_ for the Paho Technology project.
+
+More information
+****************
+
+Discussion of the Paho clients takes place on the `Eclipse paho-dev mailing list <https://dev.eclipse.org/mailman/listinfo/paho-dev>`_.
+
+General questions about the MQTT protocol are discussed in the `MQTT Google Group <https://groups.google.com/forum/?fromgroups#!forum/mqtt>`_.
+
+There is much more information available via the `MQTT community site <http://mqtt.org/>`_.
+