summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorKenneth Giusti <kgiusti@gmail.com>2016-11-07 15:57:45 -0500
committerKenneth Giusti <kgiusti@gmail.com>2016-11-22 08:11:22 -0500
commitadf4cd9d058e6eb269aa3a6706b93cff42409206 (patch)
tree333616d5e71c06a4c9aac82f856e5fb1c2b2be0c /doc/source/index.rst
parent3f393e521c9b5b23dc7e23f620570a21955b680b (diff)
downloadoslo-messaging-adf4cd9d058e6eb269aa3a6706b93cff42409206.tar.gz
Document the transport backend driver interface
Add detailed documentation to the driver API to help driver developers create drivers that behave consistently. Specifically prescribes a set of operational characteristics that a driver must conform to in order to provide consistent behavior across different implementations. Change-Id: Icb251ee724f9a0ac4fede702a367910de4ba95e3
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index b497820..8125127 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -27,6 +27,7 @@ Contents
AMQP1.0
pika_driver
zmq_driver
+ driver-dev-guide
FAQ
contributing