diff options
author | Ana C <ana.cunha@ericsson.com> | 2015-09-29 09:41:53 +0200 |
---|---|---|
committer | Ana Cunha <ana.cunha@ericsson.com> | 2015-10-15 13:42:03 +0000 |
commit | 4f92a322148f939ef38faac87e241f8a4060d128 (patch) | |
tree | 37505c3c0cef9498a051e2b2713eb8953e81490f /docs/etc | |
parent | c967d7365e1256a257ceb9880caa02d6942dfad7 (diff) |
Reorganize documentation in new structure
Remove the to-be-reorganized folder and reorganize
documentation in properly named subfolders.
Modified conf.py to reflect yardstick project name.
Modified index.rst with introduction about yardstick.
Templates were moved to new subfolder, no changes in
the content.
Jira:YARDSTICK-133
Change-Id: Iea5948733c57ff57eb946f44739b69d0e7291356
Signed-off-by: Ana C <ana.cunha@ericsson.com>
Diffstat (limited to 'docs/etc')
-rw-r--r-- | docs/etc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 006603516..d433d1d96 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -18,7 +18,7 @@ master_doc = 'index' pygments_style = 'sphinx' html_use_index = False -pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] +pdf_documents = [('index', u'OPNFV', u'OPNFV Yardstick', u'OPNFV')] pdf_fit_mode = "shrink" pdf_stylesheets = ['sphinx','kerning','a4'] #latex_domain_indices = False @@ -28,7 +28,7 @@ latex_elements = { 'printindex': '', } -project = u'OPNFV: Template documentation config' +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' |