]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs: the master doc is the glossary file
authorAlfredo Deza <adeza@redhat.com>
Thu, 6 Apr 2017 17:10:54 +0000 (13:10 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 6 Apr 2017 17:17:54 +0000 (13:17 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
docs/source/conf.py
docs/source/testing.rst [deleted file]
docs/source/testing/index.rst [new file with mode: 0644]

index 5615f851f23a6f0193fdc64271ecf0f4a9fd9cc7..ffefed11564431bab5afbd79f120aee5fbd17c2a 100644 (file)
@@ -42,7 +42,7 @@ templates_path = ['_templates']
 source_suffix = '.rst'
 
 # The master toctree document.
-master_doc = 'index'
+master_doc = 'glossary'
 
 # General information about the project.
 project = u'ceph-ansible'
diff --git a/docs/source/testing.rst b/docs/source/testing.rst
deleted file mode 100644 (file)
index 93ddfc3..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-
-.. _testing:
-
-Testing
-=======
-ceph-ansible has the ability to test different scenarios (collocated journals
-or dmcrypt OSDs for example) in an isolated, repeatable, and easy way.
-
-These tests can run locally with VirtualBox or via libvirt if available, which
-removes the need to solely rely on a CI system like Jenkins to verify
-a behavior.
-
-* **Getting started:**
-  :doc:`Running a Test Scenario <running>` |
-  :ref:`dependencies`
-
-* **Configuration and structure:**
-  :ref:`layout` |
-  :ref:`test_files` |
-  :ref:`scenario_files` |
-  :ref:`scenario_wiring`
-
-* **Adding or modifying tests:**
-  :ref:`test_conventions` |
-  :ref:`testinfra` |
-
-* **Adding or modifying a scenario:**
-  :ref:`scenario_conventions` |
-  :ref:`scenario_environment_configuration` |
-  :ref:`scneario_ansible_configuration` |
-
-* **Custom/development repositories and packages:**
-  :ref:`tox_environment_variables` |
diff --git a/docs/source/testing/index.rst b/docs/source/testing/index.rst
new file mode 100644 (file)
index 0000000..93ddfc3
--- /dev/null
@@ -0,0 +1,33 @@
+
+.. _testing:
+
+Testing
+=======
+ceph-ansible has the ability to test different scenarios (collocated journals
+or dmcrypt OSDs for example) in an isolated, repeatable, and easy way.
+
+These tests can run locally with VirtualBox or via libvirt if available, which
+removes the need to solely rely on a CI system like Jenkins to verify
+a behavior.
+
+* **Getting started:**
+  :doc:`Running a Test Scenario <running>` |
+  :ref:`dependencies`
+
+* **Configuration and structure:**
+  :ref:`layout` |
+  :ref:`test_files` |
+  :ref:`scenario_files` |
+  :ref:`scenario_wiring`
+
+* **Adding or modifying tests:**
+  :ref:`test_conventions` |
+  :ref:`testinfra` |
+
+* **Adding or modifying a scenario:**
+  :ref:`scenario_conventions` |
+  :ref:`scenario_environment_configuration` |
+  :ref:`scneario_ansible_configuration` |
+
+* **Custom/development repositories and packages:**
+  :ref:`tox_environment_variables` |