diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-03 14:13:16 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-03 14:18:00 +0100 |
commit | bd3d1c0ebdc2ed8e9918b7e462a6994468a46d0a (patch) | |
tree | e56edd70b285383bf107316663f669cc2a570a12 /docs | |
parent | 2f7f80ef210977f4ca30056fc9852b8ea4242cca (diff) |
Remove etc and source folder from yardstick documentation
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/etc/conf.py | 34 | ||||
-rw-r--r-- | docs/etc/opnfv-logo.png | bin | 2829 -> 0 bytes | |||
-rw-r--r-- | docs/index.rst (renamed from docs/source/index.rst) | 6 | ||||
-rwxr-xr-x | docs/templates/Yardstick_task_templates.rst (renamed from docs/source/templates/Yardstick_task_templates.rst) | 0 | ||||
-rw-r--r-- | docs/templates/testcase_description_template.rst (renamed from docs/source/templates/testcase_description_template.rst) | 0 | ||||
-rw-r--r-- | docs/templates/testcase_description_v2_template.rst (renamed from docs/source/templates/testcase_description_v2_template.rst) | 0 | ||||
-rw-r--r-- | docs/user_guides/framework/03-installation.rst (renamed from docs/source/user_guides/framework/03-installation.rst) | 0 | ||||
-rw-r--r-- | docs/vTC/README.rst (renamed from docs/source/vTC/README.rst) | 0 | ||||
-rw-r--r-- | docs/vTC/abbreviations.rst (renamed from docs/source/vTC/abbreviations.rst) | 0 |
9 files changed, 0 insertions, 40 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py deleted file mode 100644 index d433d1d96..000000000 --- a/docs/etc/conf.py +++ /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 Binary files differdeleted file mode 100644 index 1519503eb..000000000 --- a/docs/etc/opnfv-logo.png +++ /dev/null diff --git a/docs/source/index.rst b/docs/index.rst index 0a77ac03d..36a78321a 100644 --- a/docs/source/index.rst +++ b/docs/index.rst @@ -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 ================= diff --git a/docs/source/templates/Yardstick_task_templates.rst b/docs/templates/Yardstick_task_templates.rst index 538937fd7..538937fd7 100755 --- a/docs/source/templates/Yardstick_task_templates.rst +++ b/docs/templates/Yardstick_task_templates.rst diff --git a/docs/source/templates/testcase_description_template.rst b/docs/templates/testcase_description_template.rst index 1651d360c..1651d360c 100644 --- a/docs/source/templates/testcase_description_template.rst +++ b/docs/templates/testcase_description_template.rst diff --git a/docs/source/templates/testcase_description_v2_template.rst b/docs/templates/testcase_description_v2_template.rst index 0fa2359e9..0fa2359e9 100644 --- a/docs/source/templates/testcase_description_v2_template.rst +++ b/docs/templates/testcase_description_v2_template.rst diff --git a/docs/source/user_guides/framework/03-installation.rst b/docs/user_guides/framework/03-installation.rst index d2cae36b8..d2cae36b8 100644 --- a/docs/source/user_guides/framework/03-installation.rst +++ b/docs/user_guides/framework/03-installation.rst diff --git a/docs/source/vTC/README.rst b/docs/vTC/README.rst index 018573541..018573541 100644 --- a/docs/source/vTC/README.rst +++ b/docs/vTC/README.rst diff --git a/docs/source/vTC/abbreviations.rst b/docs/vTC/abbreviations.rst index 61475415a..61475415a 100644 --- a/docs/source/vTC/abbreviations.rst +++ b/docs/vTC/abbreviations.rst |