aboutsummaryrefslogtreecommitdiffstats
path: root/legacy/docs/annex.rst
blob: e8bf55555e9ab48e9b7dec12011166aad26e411b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) 2016 ZTE Corp.


*****
Annex
*****

.. toctree::
   :maxdepth: 2

   _testcase_description.rst

Downloads
=========

- :download:`Sample configuration <../download/sample_config.yaml>`
he License. # # What this is: Configuration file for OPNFV Copper project documentation # generation via Sphinx. # # Status: Tested and used in production of Copper project documentation. # 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 html_theme = 'sphinx_rtd_theme' pdf_documents = [('index', u'OPNFV', u'OPNFV Copper Project', u'OPNFV')] pdf_fit_mode = "shrink" pdf_stylesheets = ['sphinx','kerning','a4'] #latex_domain_indices = False #latex_use_modindex = False latex_elements = { 'printindex': '', }