Remove etc and source folder from yardstick documentation 15/3915/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 3 Dec 2015 13:13:16 +0000 (14:13 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 3 Dec 2015 13:18:00 +0000 (14:18 +0100)
conf.py and logo will come from releng which is common for all projects.
The directory structure in docs folder has not been decided yet so this
change does not require you to change your current way of working.

Once this directory structure is decided by opnfvdocs and releng, the changes
need to be reflected back to all projects, including yardstick.

Change-Id: If0558474a819f4a44e34f790d26c5486751b8266
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
docs/etc/conf.py [deleted file]
docs/etc/opnfv-logo.png [deleted file]
docs/index.rst [moved from docs/source/index.rst with 92% similarity]
docs/templates/Yardstick_task_templates.rst [moved from docs/source/templates/Yardstick_task_templates.rst with 100% similarity]
docs/templates/testcase_description_template.rst [moved from docs/source/templates/testcase_description_template.rst with 100% similarity]
docs/templates/testcase_description_v2_template.rst [moved from docs/source/templates/testcase_description_v2_template.rst with 100% similarity]
docs/user_guides/framework/03-installation.rst [moved from docs/source/user_guides/framework/03-installation.rst with 100% similarity]
docs/vTC/README.rst [moved from docs/source/vTC/README.rst with 100% similarity]
docs/vTC/abbreviations.rst [moved from docs/source/vTC/abbreviations.rst with 100% similarity]

diff --git a/docs/etc/conf.py b/docs/etc/conf.py
deleted file mode 100644 (file)
index d433d1d..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-import datetime
-import sys
-import os
-
-try:
-    __import__('imp').find_module('sphinx.ext.numfig')
-    extensions = ['sphinx.ext.numfig']
-except ImportError:
-    # 'pip install sphinx_numfig'
-    extensions = ['sphinx_numfig']
-
-# numfig:
-number_figures = True
-figure_caption_prefix = "Fig."
-
-source_suffix = '.rst'
-master_doc = 'index'
-pygments_style = 'sphinx'
-html_use_index = False
-
-pdf_documents = [('index', u'OPNFV', u'OPNFV Yardstick', u'OPNFV')]
-pdf_fit_mode = "shrink"
-pdf_stylesheets = ['sphinx','kerning','a4']
-#latex_domain_indices = False
-#latex_use_modindex = False
-
-latex_elements = {
-    'printindex': '',
-}
-
-project = u'OPNFV Yardstick: NFV Infrastructure Verification'
-copyright = u'%s, OPNFV' % datetime.date.today().year
-version = u'1.0.0'
-release = u'1.0.0'
diff --git a/docs/etc/opnfv-logo.png b/docs/etc/opnfv-logo.png
deleted file mode 100644 (file)
index 1519503..0000000
Binary files a/docs/etc/opnfv-logo.png and /dev/null differ
similarity index 92%
rename from docs/source/index.rst
rename to docs/index.rst
index 0a77ac0..36a7832 100644 (file)
@@ -2,12 +2,6 @@
    Add chapters and user guides using the
    root `toctree` directive.
 
-.. image:: ../etc/opnfv-logo.png
-  :height: 40
-  :width: 200
-  :alt: OPNFV
-  :align: left
-
 =================
 Yardstick Project
 =================