From 3fca529ea399c8bfc755e442bd8b746e82718468 Mon Sep 17 00:00:00 2001 From: Jay Clark Date: Mon, 24 Aug 2015 21:20:30 -0400 Subject: [PATCH] Changes to add driver list to the documentation. Change-Id: Ic3c8273813c5147ca9203e761d4ade43d3c2ad31 --- doc/source/conf.py | 1 + doc/source/drivers.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9fa2fee3..9efb5c91 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,6 +33,7 @@ extensions = [ 'oslosphinx', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.viewcode', + 'stevedore.sphinxext', ] # Add any paths that contain templates here, relative to this directory. diff --git a/doc/source/drivers.rst b/doc/source/drivers.rst index 75404bd1..64f3d449 100644 --- a/doc/source/drivers.rst +++ b/doc/source/drivers.rst @@ -43,3 +43,9 @@ API, some of them have different properties: .. _redis: http://redis.io .. _postgresql: http://postgresql.org .. _mysql: http://mysql.org + +Backends +======== +.. list-plugins:: tooz.backends + :detailed: +