]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Rename 'contents' to 'index'
authorZack Cerza <zack@redhat.com>
Thu, 9 Jun 2016 19:47:25 +0000 (13:47 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 16 Jun 2016 14:48:36 +0000 (08:48 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/conf.py
docs/contents.rst [deleted file]
docs/index.rst [new file with mode: 0644]

index 1dc067577034080e9275e505a6023fc838b17cd2..b486160d2b3707afb536687fcf03356849b40642 100644 (file)
@@ -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 (file)
index d01f6be..0000000
+++ /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 (file)
index 0000000..d01f6be
--- /dev/null
@@ -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`