summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Cocozzello <tjcocozz@us.ibm.com>2016-03-08 13:46:17 -0600
committerTom Cocozzello <tjcocozz@us.ibm.com>2016-03-14 18:12:44 -0500
commit5c6c6e6f4cf62248915b13f99a4153c6d00fb3d2 (patch)
tree7d6f2259bb5b6f4dd48a6228413dc6ba36a176b6 /doc
parente62cf423f7b259516d43ece1468444f0996df520 (diff)
downloadglance_store-5c6c6e6f4cf62248915b13f99a4153c6d00fb3d2.tar.gz
Module docs are not generated
since the pbr section setup.cfg is not defined the module docs are not being output. This is also causing dead links in the driver [0]. Since there is an empty section in the docs [1] also show the module docs there for ease of use. [0] http://docs.openstack.org/developer/glance_store/drivers/index.html#indices-and-tables [1] http://docs.openstack.org/developer/glance_store/index.html#contents Closes-Bug: #1554689 Change-Id: Ia0a81bf9514be1cdd2310c3ec0385470e8f33d51
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/index.rst6
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0b05441..650ea80 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -49,6 +49,8 @@ html_static_path = ['static']
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
+modindex_common_prefix = ['glance_store.']
+
git_cmd = ["git", "log", "--pretty=format:'%ad, commit %h'", "--date=local",
"-n1"]
html_last_updated_fmt = subprocess.Popen(git_cmd,
diff --git a/doc/source/index.rst b/doc/source/index.rst
index b4e9a90..e77f69c 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -4,12 +4,14 @@ glance_store
The glance_store library supports the creation, deletion and gather of data
assets from/to a set of several, different, storage technologies.
-Contents
-========
+glance_store Manual Pages
+=========================
.. toctree::
:maxdepth: 1
+* :ref:`modindex`
+
Store Drivers
=============