1*4dc78e53SAndroid Build Coastguard Worker# -*- coding: utf-8 -*- 2*4dc78e53SAndroid Build Coastguard Worker# 3*4dc78e53SAndroid Build Coastguard Worker# libnl-python documentation build configuration file, created by 4*4dc78e53SAndroid Build Coastguard Worker# sphinx-quickstart on Mon May 9 10:58:58 2011. 5*4dc78e53SAndroid Build Coastguard Worker# 6*4dc78e53SAndroid Build Coastguard Worker# This file is execfile()d with the current directory set to its containing dir. 7*4dc78e53SAndroid Build Coastguard Worker# 8*4dc78e53SAndroid Build Coastguard Worker# Note that not all possible configuration values are present in this 9*4dc78e53SAndroid Build Coastguard Worker# autogenerated file. 10*4dc78e53SAndroid Build Coastguard Worker# 11*4dc78e53SAndroid Build Coastguard Worker# All configuration values have a default; values that are commented out 12*4dc78e53SAndroid Build Coastguard Worker# serve to show the default. 13*4dc78e53SAndroid Build Coastguard Worker 14*4dc78e53SAndroid Build Coastguard Worker# If extensions (or modules to document with autodoc) are in another directory, 15*4dc78e53SAndroid Build Coastguard Worker# add these directories to sys.path here. If the directory is relative to the 16*4dc78e53SAndroid Build Coastguard Worker# documentation root, use os.path.abspath to make it absolute, like shown here. 17*4dc78e53SAndroid Build Coastguard Worker# sys.path.insert(0, os.path.abspath('.')) 18*4dc78e53SAndroid Build Coastguard Worker 19*4dc78e53SAndroid Build Coastguard Worker# -- General configuration ----------------------------------------------------- 20*4dc78e53SAndroid Build Coastguard Worker 21*4dc78e53SAndroid Build Coastguard Worker# If your documentation needs a minimal Sphinx version, state it here. 22*4dc78e53SAndroid Build Coastguard Worker# needs_sphinx = '1.0' 23*4dc78e53SAndroid Build Coastguard Worker 24*4dc78e53SAndroid Build Coastguard Worker# Add any Sphinx extension module names here, as strings. They can be extensions 25*4dc78e53SAndroid Build Coastguard Worker# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 26*4dc78e53SAndroid Build Coastguard Workerextensions = ["sphinx.ext.todo", "sphinx.ext.ifconfig", "sphinx.ext.viewcode"] 27*4dc78e53SAndroid Build Coastguard Worker 28*4dc78e53SAndroid Build Coastguard Worker# Add any paths that contain templates here, relative to this directory. 29*4dc78e53SAndroid Build Coastguard Workertemplates_path = ["_templates"] 30*4dc78e53SAndroid Build Coastguard Worker 31*4dc78e53SAndroid Build Coastguard Worker# The suffix of source filenames. 32*4dc78e53SAndroid Build Coastguard Workersource_suffix = ".rst" 33*4dc78e53SAndroid Build Coastguard Worker 34*4dc78e53SAndroid Build Coastguard Worker# The encoding of source files. 35*4dc78e53SAndroid Build Coastguard Worker# source_encoding = 'utf-8-sig' 36*4dc78e53SAndroid Build Coastguard Worker 37*4dc78e53SAndroid Build Coastguard Worker# The master toctree document. 38*4dc78e53SAndroid Build Coastguard Workermaster_doc = "index" 39*4dc78e53SAndroid Build Coastguard Worker 40*4dc78e53SAndroid Build Coastguard Worker# General information about the project. 41*4dc78e53SAndroid Build Coastguard Workerproject = "libnl-python" 42*4dc78e53SAndroid Build Coastguard Workercopyright = "2011, Thomas Graf <[email protected]>" 43*4dc78e53SAndroid Build Coastguard Worker 44*4dc78e53SAndroid Build Coastguard Worker# The version info for the project you're documenting, acts as replacement for 45*4dc78e53SAndroid Build Coastguard Worker# |version| and |release|, also used in various other places throughout the 46*4dc78e53SAndroid Build Coastguard Worker# built documents. 47*4dc78e53SAndroid Build Coastguard Worker# 48*4dc78e53SAndroid Build Coastguard Worker# The short X.Y version. 49*4dc78e53SAndroid Build Coastguard Workerversion = "1.0" 50*4dc78e53SAndroid Build Coastguard Worker# The full version, including alpha/beta/rc tags. 51*4dc78e53SAndroid Build Coastguard Workerrelease = "1.0" 52*4dc78e53SAndroid Build Coastguard Worker 53*4dc78e53SAndroid Build Coastguard Worker# The language for content autogenerated by Sphinx. Refer to documentation 54*4dc78e53SAndroid Build Coastguard Worker# for a list of supported languages. 55*4dc78e53SAndroid Build Coastguard Worker# language = None 56*4dc78e53SAndroid Build Coastguard Worker 57*4dc78e53SAndroid Build Coastguard Worker# There are two options for replacing |today|: either, you set today to some 58*4dc78e53SAndroid Build Coastguard Worker# non-false value, then it is used: 59*4dc78e53SAndroid Build Coastguard Worker# today = '' 60*4dc78e53SAndroid Build Coastguard Worker# Else, today_fmt is used as the format for a strftime call. 61*4dc78e53SAndroid Build Coastguard Worker# today_fmt = '%B %d, %Y' 62*4dc78e53SAndroid Build Coastguard Worker 63*4dc78e53SAndroid Build Coastguard Worker# List of patterns, relative to source directory, that match files and 64*4dc78e53SAndroid Build Coastguard Worker# directories to ignore when looking for source files. 65*4dc78e53SAndroid Build Coastguard Workerexclude_patterns = ["_build"] 66*4dc78e53SAndroid Build Coastguard Worker 67*4dc78e53SAndroid Build Coastguard Worker# The reST default role (used for this markup: `text`) to use for all documents. 68*4dc78e53SAndroid Build Coastguard Worker# default_role = None 69*4dc78e53SAndroid Build Coastguard Worker 70*4dc78e53SAndroid Build Coastguard Worker# If true, '()' will be appended to :func: etc. cross-reference text. 71*4dc78e53SAndroid Build Coastguard Worker# add_function_parentheses = True 72*4dc78e53SAndroid Build Coastguard Worker 73*4dc78e53SAndroid Build Coastguard Worker# If true, the current module name will be prepended to all description 74*4dc78e53SAndroid Build Coastguard Worker# unit titles (such as .. function::). 75*4dc78e53SAndroid Build Coastguard Worker# add_module_names = True 76*4dc78e53SAndroid Build Coastguard Worker 77*4dc78e53SAndroid Build Coastguard Worker# If true, sectionauthor and moduleauthor directives will be shown in the 78*4dc78e53SAndroid Build Coastguard Worker# output. They are ignored by default. 79*4dc78e53SAndroid Build Coastguard Worker# show_authors = False 80*4dc78e53SAndroid Build Coastguard Worker 81*4dc78e53SAndroid Build Coastguard Worker# The name of the Pygments (syntax highlighting) style to use. 82*4dc78e53SAndroid Build Coastguard Workerpygments_style = "sphinx" 83*4dc78e53SAndroid Build Coastguard Worker 84*4dc78e53SAndroid Build Coastguard Worker# A list of ignored prefixes for module index sorting. 85*4dc78e53SAndroid Build Coastguard Worker# modindex_common_prefix = [] 86*4dc78e53SAndroid Build Coastguard Worker 87*4dc78e53SAndroid Build Coastguard Worker 88*4dc78e53SAndroid Build Coastguard Worker# -- Options for HTML output --------------------------------------------------- 89*4dc78e53SAndroid Build Coastguard Worker 90*4dc78e53SAndroid Build Coastguard Worker# The theme to use for HTML and HTML Help pages. See the documentation for 91*4dc78e53SAndroid Build Coastguard Worker# a list of builtin themes. 92*4dc78e53SAndroid Build Coastguard Workerhtml_theme = "default" 93*4dc78e53SAndroid Build Coastguard Worker 94*4dc78e53SAndroid Build Coastguard Worker# Theme options are theme-specific and customize the look and feel of a theme 95*4dc78e53SAndroid Build Coastguard Worker# further. For a list of options available for each theme, see the 96*4dc78e53SAndroid Build Coastguard Worker# documentation. 97*4dc78e53SAndroid Build Coastguard Worker# html_theme_options = {} 98*4dc78e53SAndroid Build Coastguard Worker 99*4dc78e53SAndroid Build Coastguard Worker# Add any paths that contain custom themes here, relative to this directory. 100*4dc78e53SAndroid Build Coastguard Worker# html_theme_path = [] 101*4dc78e53SAndroid Build Coastguard Worker 102*4dc78e53SAndroid Build Coastguard Worker# The name for this set of Sphinx documents. If None, it defaults to 103*4dc78e53SAndroid Build Coastguard Worker# "<project> v<release> documentation". 104*4dc78e53SAndroid Build Coastguard Worker# html_title = None 105*4dc78e53SAndroid Build Coastguard Worker 106*4dc78e53SAndroid Build Coastguard Worker# A shorter title for the navigation bar. Default is the same as html_title. 107*4dc78e53SAndroid Build Coastguard Worker# html_short_title = None 108*4dc78e53SAndroid Build Coastguard Worker 109*4dc78e53SAndroid Build Coastguard Worker# The name of an image file (relative to this directory) to place at the top 110*4dc78e53SAndroid Build Coastguard Worker# of the sidebar. 111*4dc78e53SAndroid Build Coastguard Worker# html_logo = None 112*4dc78e53SAndroid Build Coastguard Worker 113*4dc78e53SAndroid Build Coastguard Worker# The name of an image file (within the static path) to use as favicon of the 114*4dc78e53SAndroid Build Coastguard Worker# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 115*4dc78e53SAndroid Build Coastguard Worker# pixels large. 116*4dc78e53SAndroid Build Coastguard Worker# html_favicon = None 117*4dc78e53SAndroid Build Coastguard Worker 118*4dc78e53SAndroid Build Coastguard Worker# Add any paths that contain custom static files (such as style sheets) here, 119*4dc78e53SAndroid Build Coastguard Worker# relative to this directory. They are copied after the builtin static files, 120*4dc78e53SAndroid Build Coastguard Worker# so a file named "default.css" will overwrite the builtin "default.css". 121*4dc78e53SAndroid Build Coastguard Workerhtml_static_path = ["_static"] 122*4dc78e53SAndroid Build Coastguard Worker 123*4dc78e53SAndroid Build Coastguard Worker# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, 124*4dc78e53SAndroid Build Coastguard Worker# using the given strftime format. 125*4dc78e53SAndroid Build Coastguard Worker# html_last_updated_fmt = '%b %d, %Y' 126*4dc78e53SAndroid Build Coastguard Worker 127*4dc78e53SAndroid Build Coastguard Worker# If true, SmartyPants will be used to convert quotes and dashes to 128*4dc78e53SAndroid Build Coastguard Worker# typographically correct entities. 129*4dc78e53SAndroid Build Coastguard Worker# html_use_smartypants = True 130*4dc78e53SAndroid Build Coastguard Worker 131*4dc78e53SAndroid Build Coastguard Worker# Custom sidebar templates, maps document names to template names. 132*4dc78e53SAndroid Build Coastguard Worker# html_sidebars = {} 133*4dc78e53SAndroid Build Coastguard Worker 134*4dc78e53SAndroid Build Coastguard Worker# Additional templates that should be rendered to pages, maps page names to 135*4dc78e53SAndroid Build Coastguard Worker# template names. 136*4dc78e53SAndroid Build Coastguard Worker# html_additional_pages = {} 137*4dc78e53SAndroid Build Coastguard Worker 138*4dc78e53SAndroid Build Coastguard Worker# If false, no module index is generated. 139*4dc78e53SAndroid Build Coastguard Worker# html_domain_indices = True 140*4dc78e53SAndroid Build Coastguard Worker 141*4dc78e53SAndroid Build Coastguard Worker# If false, no index is generated. 142*4dc78e53SAndroid Build Coastguard Worker# html_use_index = True 143*4dc78e53SAndroid Build Coastguard Worker 144*4dc78e53SAndroid Build Coastguard Worker# If true, the index is split into individual pages for each letter. 145*4dc78e53SAndroid Build Coastguard Worker# html_split_index = False 146*4dc78e53SAndroid Build Coastguard Worker 147*4dc78e53SAndroid Build Coastguard Worker# If true, links to the reST sources are added to the pages. 148*4dc78e53SAndroid Build Coastguard Worker# html_show_sourcelink = True 149*4dc78e53SAndroid Build Coastguard Worker 150*4dc78e53SAndroid Build Coastguard Worker# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. 151*4dc78e53SAndroid Build Coastguard Worker# html_show_sphinx = True 152*4dc78e53SAndroid Build Coastguard Worker 153*4dc78e53SAndroid Build Coastguard Worker# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. 154*4dc78e53SAndroid Build Coastguard Worker# html_show_copyright = True 155*4dc78e53SAndroid Build Coastguard Worker 156*4dc78e53SAndroid Build Coastguard Worker# If true, an OpenSearch description file will be output, and all pages will 157*4dc78e53SAndroid Build Coastguard Worker# contain a <link> tag referring to it. The value of this option must be the 158*4dc78e53SAndroid Build Coastguard Worker# base URL from which the finished HTML is served. 159*4dc78e53SAndroid Build Coastguard Worker# html_use_opensearch = '' 160*4dc78e53SAndroid Build Coastguard Worker 161*4dc78e53SAndroid Build Coastguard Worker# This is the file name suffix for HTML files (e.g. ".xhtml"). 162*4dc78e53SAndroid Build Coastguard Worker# html_file_suffix = None 163*4dc78e53SAndroid Build Coastguard Worker 164*4dc78e53SAndroid Build Coastguard Worker# Output file base name for HTML help builder. 165*4dc78e53SAndroid Build Coastguard Workerhtmlhelp_basename = "libnl-pythondoc" 166*4dc78e53SAndroid Build Coastguard Worker 167*4dc78e53SAndroid Build Coastguard Worker 168*4dc78e53SAndroid Build Coastguard Worker# -- Options for LaTeX output -------------------------------------------------- 169*4dc78e53SAndroid Build Coastguard Worker 170*4dc78e53SAndroid Build Coastguard Worker# The paper size ('letter' or 'a4'). 171*4dc78e53SAndroid Build Coastguard Worker# latex_paper_size = 'letter' 172*4dc78e53SAndroid Build Coastguard Worker 173*4dc78e53SAndroid Build Coastguard Worker# The font size ('10pt', '11pt' or '12pt'). 174*4dc78e53SAndroid Build Coastguard Worker# latex_font_size = '10pt' 175*4dc78e53SAndroid Build Coastguard Worker 176*4dc78e53SAndroid Build Coastguard Worker# Grouping the document tree into LaTeX files. List of tuples 177*4dc78e53SAndroid Build Coastguard Worker# (source start file, target name, title, author, documentclass [howto/manual]). 178*4dc78e53SAndroid Build Coastguard Workerlatex_documents = [ 179*4dc78e53SAndroid Build Coastguard Worker ( 180*4dc78e53SAndroid Build Coastguard Worker "index", 181*4dc78e53SAndroid Build Coastguard Worker "libnl-python.tex", 182*4dc78e53SAndroid Build Coastguard Worker "libnl-python Documentation", 183*4dc78e53SAndroid Build Coastguard Worker "Thomas Graf \\textless{}[email protected]\\textgreater{}", 184*4dc78e53SAndroid Build Coastguard Worker "manual", 185*4dc78e53SAndroid Build Coastguard Worker ), 186*4dc78e53SAndroid Build Coastguard Worker] 187*4dc78e53SAndroid Build Coastguard Worker 188*4dc78e53SAndroid Build Coastguard Worker# The name of an image file (relative to this directory) to place at the top of 189*4dc78e53SAndroid Build Coastguard Worker# the title page. 190*4dc78e53SAndroid Build Coastguard Worker# latex_logo = None 191*4dc78e53SAndroid Build Coastguard Worker 192*4dc78e53SAndroid Build Coastguard Worker# For "manual" documents, if this is true, then toplevel headings are parts, 193*4dc78e53SAndroid Build Coastguard Worker# not chapters. 194*4dc78e53SAndroid Build Coastguard Worker# latex_use_parts = False 195*4dc78e53SAndroid Build Coastguard Worker 196*4dc78e53SAndroid Build Coastguard Worker# If true, show page references after internal links. 197*4dc78e53SAndroid Build Coastguard Worker# latex_show_pagerefs = False 198*4dc78e53SAndroid Build Coastguard Worker 199*4dc78e53SAndroid Build Coastguard Worker# If true, show URL addresses after external links. 200*4dc78e53SAndroid Build Coastguard Worker# latex_show_urls = False 201*4dc78e53SAndroid Build Coastguard Worker 202*4dc78e53SAndroid Build Coastguard Worker# Additional stuff for the LaTeX preamble. 203*4dc78e53SAndroid Build Coastguard Worker# latex_preamble = '' 204*4dc78e53SAndroid Build Coastguard Worker 205*4dc78e53SAndroid Build Coastguard Worker# Documents to append as an appendix to all manuals. 206*4dc78e53SAndroid Build Coastguard Worker# latex_appendices = [] 207*4dc78e53SAndroid Build Coastguard Worker 208*4dc78e53SAndroid Build Coastguard Worker# If false, no module index is generated. 209*4dc78e53SAndroid Build Coastguard Worker# latex_domain_indices = True 210*4dc78e53SAndroid Build Coastguard Worker 211*4dc78e53SAndroid Build Coastguard Worker 212*4dc78e53SAndroid Build Coastguard Worker# -- Options for manual page output -------------------------------------------- 213*4dc78e53SAndroid Build Coastguard Worker 214*4dc78e53SAndroid Build Coastguard Worker# One entry per manual page. List of tuples 215*4dc78e53SAndroid Build Coastguard Worker# (source start file, name, description, authors, manual section). 216*4dc78e53SAndroid Build Coastguard Workerman_pages = [ 217*4dc78e53SAndroid Build Coastguard Worker ( 218*4dc78e53SAndroid Build Coastguard Worker "index", 219*4dc78e53SAndroid Build Coastguard Worker "libnl-python", 220*4dc78e53SAndroid Build Coastguard Worker "libnl-python Documentation", 221*4dc78e53SAndroid Build Coastguard Worker ["Thomas Graf <[email protected]>"], 222*4dc78e53SAndroid Build Coastguard Worker 1, 223*4dc78e53SAndroid Build Coastguard Worker ) 224*4dc78e53SAndroid Build Coastguard Worker] 225