From: Zack Cerza Date: Thu, 9 Jun 2016 19:47:25 +0000 (-0600) Subject: Rename 'contents' to 'index' X-Git-Tag: 1.1.0~598^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c0c8f9e046ca75dc9128f1cd9773788732564329;p=teuthology.git Rename 'contents' to 'index' Signed-off-by: Zack Cerza --- diff --git a/docs/conf.py b/docs/conf.py index 1dc067577..b486160d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ source_suffix = '.rst' #source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'contents' +master_doc = 'index' # General information about the project. project = u'teuthology' diff --git a/docs/contents.rst b/docs/contents.rst deleted file mode 100644 index d01f6be13..000000000 --- a/docs/contents.rst +++ /dev/null @@ -1,19 +0,0 @@ -Content Index -============= - -.. toctree:: - :maxdepth: 2 - - README.rst - siteconfig.rst - openstack_backend.rst - INSTALL.rst - LAB_SETUP.rst - ChangeLog.rst - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..d01f6be13 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,19 @@ +Content Index +============= + +.. toctree:: + :maxdepth: 2 + + README.rst + siteconfig.rst + openstack_backend.rst + INSTALL.rst + LAB_SETUP.rst + ChangeLog.rst + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search`