configurationengine/doc/conf.py
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 # -*- coding: utf-8 -*-
       
     2 #
       
     3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description: 
       
    16 
       
    17 #
       
    18 # Cone documentation build configuration file, created by
       
    19 # sphinx-quickstart on Tue Dec 30 13:51:34 2008.
       
    20 #
       
    21 # This file is execfile()d with the current directory set to its containing dir.
       
    22 #
       
    23 # The contents of this file are pickled, so don't put values in the namespace
       
    24 # that aren't pickleable (module imports are okay, they're removed automatically).
       
    25 #
       
    26 # All configuration values have a default value; values that are commented out
       
    27 # serve to show the default value.
       
    28 
       
    29 import sys, os
       
    30 
       
    31 # If your extensions are in another directory, add it here. If the directory
       
    32 # is relative to the documentation root, use os.path.abspath to make it
       
    33 # absolute, like shown here.
       
    34 #sys.path.append(os.path.abspath('some/directory'))
       
    35 
       
    36 # General configuration
       
    37 # ---------------------
       
    38 
       
    39 # Add any Sphinx extension module names here, as strings. They can be extensions
       
    40 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
       
    41 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
       
    42 
       
    43 # Add any paths that contain templates here, relative to this directory.
       
    44 templates_path = ['_templates']
       
    45 
       
    46 # The suffix of source filenames.
       
    47 source_suffix = '.rst'
       
    48 
       
    49 # The master toctree document.
       
    50 master_doc = 'index'
       
    51 
       
    52 # General substitutions.
       
    53 project = u'ConE'
       
    54 copyright = u'2008, Nokia Corporation and/or its subsidiary(-ies)'
       
    55 
       
    56 # The default replacements for |version| and |release|, also used in various
       
    57 # other places throughout the built documents.
       
    58 #
       
    59 # The short X.Y version.
       
    60 version = '1.1'
       
    61 # The full version, including alpha/beta/rc tags.
       
    62 release = '1.1.5'
       
    63 
       
    64 # There are two options for replacing |today|: either, you set today to some
       
    65 # non-false value, then it is used:
       
    66 #today = ''
       
    67 # Else, today_fmt is used as the format for a strftime call.
       
    68 today_fmt = '%B %d, %Y'
       
    69 
       
    70 # List of documents that shouldn't be included in the build.
       
    71 #unused_docs = []
       
    72 
       
    73 # List of directories, relative to source directories, that shouldn't be searched
       
    74 # for source files.
       
    75 exclude_trees = []
       
    76 
       
    77 # The reST default role (used for this markup: `text`) to use for all documents.
       
    78 #default_role = None
       
    79 
       
    80 # If true, '()' will be appended to :func: etc. cross-reference text.
       
    81 #add_function_parentheses = True
       
    82 
       
    83 # If true, the current module name will be prepended to all description
       
    84 # unit titles (such as .. function::).
       
    85 #add_module_names = True
       
    86 
       
    87 # If true, sectionauthor and moduleauthor directives will be shown in the
       
    88 # output. They are ignored by default.
       
    89 #show_authors = False
       
    90 
       
    91 # The name of the Pygments (syntax highlighting) style to use.
       
    92 pygments_style = 'sphinx'
       
    93 
       
    94 
       
    95 # Options for HTML output
       
    96 # -----------------------
       
    97 
       
    98 # The style sheet to use for HTML and HTML Help pages. A file of that name
       
    99 # must exist either in Sphinx' static/ path, or in one of the custom paths
       
   100 # given in html_static_path.
       
   101 html_style = 'default.css'
       
   102 
       
   103 # The name for this set of Sphinx documents.  If None, it defaults to
       
   104 # "<project> v<release> documentation".
       
   105 #html_title = None
       
   106 
       
   107 # A shorter title for the navigation bar.  Default is the same as html_title.
       
   108 #html_short_title = None
       
   109 
       
   110 # The name of an image file (relative to this directory) to place at the top
       
   111 # of the sidebar.
       
   112 #html_logo = None
       
   113 
       
   114 # The name of an image file (within the static path) to use as favicon of the
       
   115 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
       
   116 # pixels large.
       
   117 #html_favicon = None
       
   118 
       
   119 # Add any paths that contain custom static files (such as style sheets) here,
       
   120 # relative to this directory. They are copied after the builtin static files,
       
   121 # so a file named "default.css" will overwrite the builtin "default.css".
       
   122 html_static_path = ['_static']
       
   123 
       
   124 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
       
   125 # using the given strftime format.
       
   126 html_last_updated_fmt = '%b %d, %Y'
       
   127 
       
   128 # If true, SmartyPants will be used to convert quotes and dashes to
       
   129 # typographically correct entities.
       
   130 #html_use_smartypants = True
       
   131 
       
   132 # Custom sidebar templates, maps document names to template names.
       
   133 #html_sidebars = {}
       
   134 
       
   135 # Additional templates that should be rendered to pages, maps page names to
       
   136 # template names.
       
   137 #html_additional_pages = {}
       
   138 
       
   139 # If false, no module index is generated.
       
   140 #html_use_modindex = True
       
   141 
       
   142 # If false, no index is generated.
       
   143 #html_use_index = True
       
   144 
       
   145 # If true, the index is split into individual pages for each letter.
       
   146 #html_split_index = False
       
   147 
       
   148 # If true, the reST sources are included in the HTML build as _sources/<name>.
       
   149 #html_copy_source = True
       
   150 
       
   151 # If true, an OpenSearch description file will be output, and all pages will
       
   152 # contain a <link> tag referring to it.  The value of this option must be the
       
   153 # base URL from which the finished HTML is served.
       
   154 #html_use_opensearch = ''
       
   155 
       
   156 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
       
   157 #html_file_suffix = ''
       
   158 
       
   159 # Output file base name for HTML help builder.
       
   160 htmlhelp_basename = 'Conedoc'
       
   161 
       
   162 
       
   163 # Options for LaTeX output
       
   164 # ------------------------
       
   165 
       
   166 # The paper size ('letter' or 'a4').
       
   167 #latex_paper_size = 'letter'
       
   168 
       
   169 # The font size ('10pt', '11pt' or '12pt').
       
   170 #latex_font_size = '10pt'
       
   171 
       
   172 # Grouping the document tree into LaTeX files. List of tuples
       
   173 # (source start file, target name, title, author, document class [howto/manual]).
       
   174 latex_documents = [
       
   175   ('index', 'Cone.tex', u'ConE Documentation',
       
   176    u'Teemu Rytkönen', 'manual'),
       
   177 ]
       
   178 
       
   179 # The name of an image file (relative to this directory) to place at the top of
       
   180 # the title page.
       
   181 #latex_logo = None
       
   182 
       
   183 # For "manual" documents, if this is true, then toplevel headings are parts,
       
   184 # not chapters.
       
   185 #latex_use_parts = False
       
   186 
       
   187 # Additional stuff for the LaTeX preamble.
       
   188 #latex_preamble = ''
       
   189 
       
   190 # Documents to append as an appendix to all manuals.
       
   191 #latex_appendices = []
       
   192 
       
   193 # If false, no module index is generated.
       
   194 #latex_use_modindex = True