@@ -12,15 +12,15 @@ Kafka Python client
1212 :target: http://kafka-python.readthedocs.org/en/latest/
1313 :alt: Full documentation available on ReadTheDocs
1414
15- [Full documentation available on ReadTheDocs](https://kafka-python.readthedocs.org/en/latest/)
16-
1715This module provides low-level protocol support for Apache Kafka as well as
1816high-level consumer and producer classes. Request batching is supported by the
1917protocol as well as broker-aware request routing. Gzip and Snappy compression
2018is also supported for message sets.
2119
2220Coordinated Consumer Group support is under development - see Issue #38.
2321
22+ Full documentation available on `Read the Docs <https://kafka-python.readthedocs.org/en/latest/ >`_
23+
2424On Freenode IRC at #kafka-python, as well as #apache-kafka
2525
2626For general discussion of kafka-client design and implementation (not python specific),
@@ -30,14 +30,14 @@ For information about Apache Kafka generally, see https://kafka.apache.org/
3030
3131License
3232----------
33- Apache License, v2.0. See [ LICENSE]( https://github.com/dpkp/kafka-python/blob/master/LICENSE)
33+ Apache License, v2.0. See ` LICENSE < https://github.com/dpkp/kafka-python/blob/master/LICENSE >`_
3434Copyright 2015, David Arthur, Dana Powers, and Contributors
35- (See [ AUTHORS]( https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md))
35+ (See ` AUTHORS < https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md >`_
3636
3737Status
3838----------
3939The current stable version of this package is
40- [ 0.9.5]( https://github.com/dpkp/kafka-python/releases/tag/v0.9.5)
40+ ` 0.9.5 < https://github.com/dpkp/kafka-python/releases/tag/v0.9.5 >`_
4141and is compatible with:
4242
4343Kafka broker versions
@@ -57,4 +57,3 @@ Python versions
5757- 2.7 (tested on 2.7.9)
5858- 2.6 (tested on 2.6.9)
5959- pypy (tested on pypy 2.5.0 / python 2.7.8)
60-
0 commit comments