00001 # -*- coding: utf-8 -*- 00002 # 00003 # Python OPC-UA documentation build configuration file, created by 00004 # sphinx-quickstart on Sun May 3 22:03:49 2015. 00005 # 00006 # This file is execfile()d with the current directory set to its 00007 # containing dir. 00008 # 00009 # Note that not all possible configuration values are present in this 00010 # autogenerated file. 00011 # 00012 # All configuration values have a default; values that are commented out 00013 # serve to show the default. 00014 00015 import sys 00016 import os 00017 import shlex 00018 00019 # If extensions (or modules to document with autodoc) are in another directory, 00020 # add these directories to sys.path here. If the directory is relative to the 00021 # documentation root, use os.path.abspath to make it absolute, like shown here. 00022 sys.path.insert(0, os.path.abspath('..')) 00023 00024 # -- General configuration ------------------------------------------------ 00025 00026 # If your documentation needs a minimal Sphinx version, state it here. 00027 #needs_sphinx = '1.0' 00028 00029 # Add any Sphinx extension module names here, as strings. They can be 00030 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 00031 # ones. 00032 extensions = [ 00033 'sphinx.ext.autodoc', 00034 'sphinx.ext.coverage', 00035 'sphinx.ext.viewcode', 00036 ] 00037 00038 # Add any paths that contain templates here, relative to this directory. 00039 templates_path = ['_templates'] 00040 00041 # The suffix(es) of source filenames. 00042 # You can specify multiple suffix as a list of string: 00043 # source_suffix = ['.rst', '.md'] 00044 source_suffix = '.rst' 00045 00046 # The encoding of source files. 00047 #source_encoding = 'utf-8-sig' 00048 00049 # The master toctree document. 00050 master_doc = 'index' 00051 00052 # General information about the project. 00053 project = u'Python OPC-UA' 00054 copyright = u'2015, Olivier Roulet-Dubonnet' 00055 author = u'Olivier Roulet-Dubonnet' 00056 00057 # The version info for the project you're documenting, acts as replacement for 00058 # |version| and |release|, also used in various other places throughout the 00059 # built documents. 00060 # 00061 # The short X.Y version. 00062 version = '1.0' 00063 # The full version, including alpha/beta/rc tags. 00064 release = '1.0' 00065 00066 # The language for content autogenerated by Sphinx. Refer to documentation 00067 # for a list of supported languages. 00068 # 00069 # This is also used if you do content translation via gettext catalogs. 00070 # Usually you set "language" from the command line for these cases. 00071 language = None 00072 00073 # There are two options for replacing |today|: either, you set today to some 00074 # non-false value, then it is used: 00075 #today = '' 00076 # Else, today_fmt is used as the format for a strftime call. 00077 #today_fmt = '%B %d, %Y' 00078 00079 # List of patterns, relative to source directory, that match files and 00080 # directories to ignore when looking for source files. 00081 exclude_patterns = ['_build'] 00082 00083 # The reST default role (used for this markup: `text`) to use for all 00084 # documents. 00085 #default_role = None 00086 00087 # If true, '()' will be appended to :func: etc. cross-reference text. 00088 #add_function_parentheses = True 00089 00090 # If true, the current module name will be prepended to all description 00091 # unit titles (such as .. function::). 00092 #add_module_names = True 00093 00094 # If true, sectionauthor and moduleauthor directives will be shown in the 00095 # output. They are ignored by default. 00096 #show_authors = False 00097 00098 # The name of the Pygments (syntax highlighting) style to use. 00099 pygments_style = 'sphinx' 00100 00101 # A list of ignored prefixes for module index sorting. 00102 #modindex_common_prefix = [] 00103 00104 # If true, keep warnings as "system message" paragraphs in the built documents. 00105 #keep_warnings = False 00106 00107 # If true, `todo` and `todoList` produce output, else they produce nothing. 00108 todo_include_todos = False 00109 00110 00111 # -- Options for HTML output ---------------------------------------------- 00112 00113 # The theme to use for HTML and HTML Help pages. See the documentation for 00114 # a list of builtin themes. 00115 #html_theme = 'alabaster' 00116 00117 # Theme options are theme-specific and customize the look and feel of a theme 00118 # further. For a list of options available for each theme, see the 00119 # documentation. 00120 #html_theme_options = {} 00121 00122 # Add any paths that contain custom themes here, relative to this directory. 00123 #html_theme_path = [] 00124 00125 # The name for this set of Sphinx documents. If None, it defaults to 00126 # "<project> v<release> documentation". 00127 #html_title = None 00128 00129 # A shorter title for the navigation bar. Default is the same as html_title. 00130 #html_short_title = None 00131 00132 # The name of an image file (relative to this directory) to place at the top 00133 # of the sidebar. 00134 #html_logo = None 00135 00136 # The name of an image file (within the static path) to use as favicon of the 00137 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 00138 # pixels large. 00139 #html_favicon = None 00140 00141 # Add any paths that contain custom static files (such as style sheets) here, 00142 # relative to this directory. They are copied after the builtin static files, 00143 # so a file named "default.css" will overwrite the builtin "default.css". 00144 html_static_path = ['_static'] 00145 00146 # Add any extra paths that contain custom files (such as robots.txt or 00147 # .htaccess) here, relative to this directory. These files are copied 00148 # directly to the root of the documentation. 00149 #html_extra_path = [] 00150 00151 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, 00152 # using the given strftime format. 00153 #html_last_updated_fmt = '%b %d, %Y' 00154 00155 # If true, SmartyPants will be used to convert quotes and dashes to 00156 # typographically correct entities. 00157 #html_use_smartypants = True 00158 00159 # Custom sidebar templates, maps document names to template names. 00160 #html_sidebars = {} 00161 00162 # Additional templates that should be rendered to pages, maps page names to 00163 # template names. 00164 #html_additional_pages = {} 00165 00166 # If false, no module index is generated. 00167 #html_domain_indices = True 00168 00169 # If false, no index is generated. 00170 #html_use_index = True 00171 00172 # If true, the index is split into individual pages for each letter. 00173 #html_split_index = False 00174 00175 # If true, links to the reST sources are added to the pages. 00176 #html_show_sourcelink = True 00177 00178 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. 00179 #html_show_sphinx = True 00180 00181 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. 00182 #html_show_copyright = True 00183 00184 # If true, an OpenSearch description file will be output, and all pages will 00185 # contain a <link> tag referring to it. The value of this option must be the 00186 # base URL from which the finished HTML is served. 00187 #html_use_opensearch = '' 00188 00189 # This is the file name suffix for HTML files (e.g. ".xhtml"). 00190 #html_file_suffix = None 00191 00192 # Language to be used for generating the HTML full-text search index. 00193 # Sphinx supports the following languages: 00194 # 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja' 00195 # 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr' 00196 #html_search_language = 'en' 00197 00198 # A dictionary with options for the search language support, empty by default. 00199 # Now only 'ja' uses this config value 00200 #html_search_options = {'type': 'default'} 00201 00202 # The name of a javascript file (relative to the configuration directory) that 00203 # implements a search results scorer. If empty, the default will be used. 00204 #html_search_scorer = 'scorer.js' 00205 00206 # Output file base name for HTML help builder. 00207 htmlhelp_basename = 'PythonOPC-UAdoc' 00208 00209 # -- Options for LaTeX output --------------------------------------------- 00210 00211 latex_elements = { 00212 # The paper size ('letterpaper' or 'a4paper'). 00213 #'papersize': 'letterpaper', 00214 00215 # The font size ('10pt', '11pt' or '12pt'). 00216 #'pointsize': '10pt', 00217 00218 # Additional stuff for the LaTeX preamble. 00219 #'preamble': '', 00220 00221 # Latex figure (float) alignment 00222 #'figure_align': 'htbp', 00223 } 00224 00225 # Grouping the document tree into LaTeX files. List of tuples 00226 # (source start file, target name, title, 00227 # author, documentclass [howto, manual, or own class]). 00228 latex_documents = [ 00229 (master_doc, 'PythonOPC-UA.tex', u'Python OPC-UA Documentation', 00230 u'Olivier Roulet-Dubonnet', 'manual'), 00231 ] 00232 00233 # The name of an image file (relative to this directory) to place at the top of 00234 # the title page. 00235 #latex_logo = None 00236 00237 # For "manual" documents, if this is true, then toplevel headings are parts, 00238 # not chapters. 00239 #latex_use_parts = False 00240 00241 # If true, show page references after internal links. 00242 #latex_show_pagerefs = False 00243 00244 # If true, show URL addresses after external links. 00245 #latex_show_urls = False 00246 00247 # Documents to append as an appendix to all manuals. 00248 #latex_appendices = [] 00249 00250 # If false, no module index is generated. 00251 #latex_domain_indices = True 00252 00253 00254 # -- Options for manual page output --------------------------------------- 00255 00256 # One entry per manual page. List of tuples 00257 # (source start file, name, description, authors, manual section). 00258 man_pages = [ 00259 (master_doc, 'pythonopc-ua', u'Python OPC-UA Documentation', 00260 [author], 1) 00261 ] 00262 00263 # If true, show URL addresses after external links. 00264 #man_show_urls = False 00265 00266 00267 # -- Options for Texinfo output ------------------------------------------- 00268 00269 # Grouping the document tree into Texinfo files. List of tuples 00270 # (source start file, target name, title, author, 00271 # dir menu entry, description, category) 00272 texinfo_documents = [ 00273 (master_doc, 'PythonOPC-UA', u'Python OPC-UA Documentation', 00274 author, 'PythonOPC-UA', 'One line description of project.', 00275 'Miscellaneous'), 00276 ] 00277 00278 # Documents to append as an appendix to all manuals. 00279 #texinfo_appendices = [] 00280 00281 # If false, no module index is generated. 00282 #texinfo_domain_indices = True 00283 00284 # How to display URL addresses: 'footnote', 'no', or 'inline'. 00285 #texinfo_show_urls = 'footnote' 00286 00287 # If true, do not generate a @detailmenu in the "Top" node's menu. 00288 #texinfo_no_detailmenu = False