docs/conf.py

Fri, 11 May 2012 13:25:05 +0200

author
ulalume3@yahoo.com
date
Fri, 11 May 2012 13:25:05 +0200
changeset 11
79fea4145278
parent 0
conf.py@58ac47f4bbea
child 18
05bf8226da0b
permissions
-rw-r--r--

Restructuring the repository.

binietoglou@0 1 # -*- coding: utf-8 -*-
binietoglou@0 2 #
binietoglou@0 3 # Single Calculus Chain documentation build configuration file, created by
binietoglou@0 4 # sphinx-quickstart on Thu Mar 15 10:35:01 2012.
binietoglou@0 5 #
binietoglou@0 6 # This file is execfile()d with the current directory set to its containing dir.
binietoglou@0 7 #
binietoglou@0 8 # Note that not all possible configuration values are present in this
binietoglou@0 9 # autogenerated file.
binietoglou@0 10 #
binietoglou@0 11 # All configuration values have a default; values that are commented out
binietoglou@0 12 # serve to show the default.
binietoglou@0 13
binietoglou@0 14 import sys, os
binietoglou@0 15
binietoglou@0 16 # If extensions (or modules to document with autodoc) are in another directory,
binietoglou@0 17 # add these directories to sys.path here. If the directory is relative to the
binietoglou@0 18 # documentation root, use os.path.abspath to make it absolute, like shown here.
binietoglou@0 19 #sys.path.insert(0, os.path.abspath('.'))
binietoglou@0 20
binietoglou@0 21 # -- General configuration -----------------------------------------------------
binietoglou@0 22
binietoglou@0 23 # If your documentation needs a minimal Sphinx version, state it here.
binietoglou@0 24 #needs_sphinx = '1.0'
binietoglou@0 25
binietoglou@0 26 # Add any Sphinx extension module names here, as strings. They can be extensions
binietoglou@0 27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
binietoglou@0 28 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.mathjax']
binietoglou@0 29
binietoglou@0 30 # Add any paths that contain templates here, relative to this directory.
binietoglou@0 31 templates_path = ['aux_templates']
binietoglou@0 32
binietoglou@0 33 # The suffix of source filenames.
binietoglou@0 34 source_suffix = '.rst'
binietoglou@0 35
binietoglou@0 36 # The encoding of source files.
binietoglou@0 37 #source_encoding = 'utf-8-sig'
binietoglou@0 38
binietoglou@0 39 # The master toctree document.
binietoglou@0 40 master_doc = 'index'
binietoglou@0 41
binietoglou@0 42 # General information about the project.
binietoglou@0 43 project = u'Single Calculus Chain'
binietoglou@0 44 copyright = u'2012, SCC team'
binietoglou@0 45
binietoglou@0 46 # The version info for the project you're documenting, acts as replacement for
binietoglou@0 47 # |version| and |release|, also used in various other places throughout the
binietoglou@0 48 # built documents.
binietoglou@0 49 #
binietoglou@0 50 # The short X.Y version.
binietoglou@0 51 version = '0.2'
binietoglou@0 52 # The full version, including alpha/beta/rc tags.
binietoglou@0 53 release = '0.2'
binietoglou@0 54
binietoglou@0 55 # The language for content autogenerated by Sphinx. Refer to documentation
binietoglou@0 56 # for a list of supported languages.
binietoglou@0 57 #language = None
binietoglou@0 58
binietoglou@0 59 # There are two options for replacing |today|: either, you set today to some
binietoglou@0 60 # non-false value, then it is used:
binietoglou@0 61 #today = ''
binietoglou@0 62 # Else, today_fmt is used as the format for a strftime call.
binietoglou@0 63 #today_fmt = '%B %d, %Y'
binietoglou@0 64
binietoglou@0 65 # List of patterns, relative to source directory, that match files and
binietoglou@0 66 # directories to ignore when looking for source files.
binietoglou@0 67 exclude_patterns = ['aux_build']
binietoglou@0 68
binietoglou@0 69 # The reST default role (used for this markup: `text`) to use for all documents.
binietoglou@0 70 #default_role = None
binietoglou@0 71
binietoglou@0 72 # If true, '()' will be appended to :func: etc. cross-reference text.
binietoglou@0 73 #add_function_parentheses = True
binietoglou@0 74
binietoglou@0 75 # If true, the current module name will be prepended to all description
binietoglou@0 76 # unit titles (such as .. function::).
binietoglou@0 77 #add_module_names = True
binietoglou@0 78
binietoglou@0 79 # If true, sectionauthor and moduleauthor directives will be shown in the
binietoglou@0 80 # output. They are ignored by default.
binietoglou@0 81 #show_authors = False
binietoglou@0 82
binietoglou@0 83 # The name of the Pygments (syntax highlighting) style to use.
binietoglou@0 84 pygments_style = 'sphinx'
binietoglou@0 85
binietoglou@0 86 # A list of ignored prefixes for module index sorting.
binietoglou@0 87 #modindex_common_prefix = []
binietoglou@0 88
binietoglou@0 89
binietoglou@0 90 # -- Options for HTML output ---------------------------------------------------
binietoglou@0 91
binietoglou@0 92 # The theme to use for HTML and HTML Help pages. See the documentation for
binietoglou@0 93 # a list of builtin themes.
binietoglou@0 94 html_theme = 'nature'
binietoglou@0 95
binietoglou@0 96 # Theme options are theme-specific and customize the look and feel of a theme
binietoglou@0 97 # further. For a list of options available for each theme, see the
binietoglou@0 98 # documentation.
binietoglou@0 99 #html_theme_options = {}
binietoglou@0 100
binietoglou@0 101 # Add any paths that contain custom themes here, relative to this directory.
binietoglou@0 102 #html_theme_path = []
binietoglou@0 103
binietoglou@0 104 # The name for this set of Sphinx documents. If None, it defaults to
binietoglou@0 105 # "<project> v<release> documentation".
binietoglou@0 106 #html_title = None
binietoglou@0 107
binietoglou@0 108 # A shorter title for the navigation bar. Default is the same as html_title.
binietoglou@0 109 #html_short_title = None
binietoglou@0 110
binietoglou@0 111 # The name of an image file (relative to this directory) to place at the top
binietoglou@0 112 # of the sidebar.
binietoglou@0 113 #html_logo = None
binietoglou@0 114
binietoglou@0 115 # The name of an image file (within the static path) to use as favicon of the
binietoglou@0 116 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
binietoglou@0 117 # pixels large.
binietoglou@0 118 #html_favicon = None
binietoglou@0 119
binietoglou@0 120 # Add any paths that contain custom static files (such as style sheets) here,
binietoglou@0 121 # relative to this directory. They are copied after the builtin static files,
binietoglou@0 122 # so a file named "default.css" will overwrite the builtin "default.css".
binietoglou@0 123 html_static_path = ['aux_static']
binietoglou@0 124
binietoglou@0 125 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
binietoglou@0 126 # using the given strftime format.
binietoglou@0 127 #html_last_updated_fmt = '%b %d, %Y'
binietoglou@0 128
binietoglou@0 129 # If true, SmartyPants will be used to convert quotes and dashes to
binietoglou@0 130 # typographically correct entities.
binietoglou@0 131 #html_use_smartypants = True
binietoglou@0 132
binietoglou@0 133 # Custom sidebar templates, maps document names to template names.
binietoglou@0 134 #html_sidebars = {}
binietoglou@0 135
binietoglou@0 136 # Additional templates that should be rendered to pages, maps page names to
binietoglou@0 137 # template names.
binietoglou@0 138 #html_additional_pages = {}
binietoglou@0 139
binietoglou@0 140 # If false, no module index is generated.
binietoglou@0 141 #html_domain_indices = True
binietoglou@0 142
binietoglou@0 143 # If false, no index is generated.
binietoglou@0 144 #html_use_index = True
binietoglou@0 145
binietoglou@0 146 # If true, the index is split into individual pages for each letter.
binietoglou@0 147 #html_split_index = False
binietoglou@0 148
binietoglou@0 149 # If true, links to the reST sources are added to the pages.
binietoglou@0 150 #html_show_sourcelink = True
binietoglou@0 151
binietoglou@0 152 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
binietoglou@0 153 #html_show_sphinx = True
binietoglou@0 154
binietoglou@0 155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
binietoglou@0 156 #html_show_copyright = True
binietoglou@0 157
binietoglou@0 158 # If true, an OpenSearch description file will be output, and all pages will
binietoglou@0 159 # contain a <link> tag referring to it. The value of this option must be the
binietoglou@0 160 # base URL from which the finished HTML is served.
binietoglou@0 161 #html_use_opensearch = ''
binietoglou@0 162
binietoglou@0 163 # This is the file name suffix for HTML files (e.g. ".xhtml").
binietoglou@0 164 #html_file_suffix = None
binietoglou@0 165
binietoglou@0 166 # Output file base name for HTML help builder.
binietoglou@0 167 htmlhelp_basename = 'SingleCalculusChaindoc'
binietoglou@0 168
binietoglou@0 169
binietoglou@0 170 # -- Options for LaTeX output --------------------------------------------------
binietoglou@0 171
binietoglou@0 172 latex_elements = {
binietoglou@0 173 # The paper size ('letterpaper' or 'a4paper').
binietoglou@0 174 #'papersize': 'letterpaper',
binietoglou@0 175
binietoglou@0 176 # The font size ('10pt', '11pt' or '12pt').
binietoglou@0 177 #'pointsize': '10pt',
binietoglou@0 178
binietoglou@0 179 # Additional stuff for the LaTeX preamble.
binietoglou@0 180 #'preamble': '',
binietoglou@0 181 }
binietoglou@0 182
binietoglou@0 183 # Grouping the document tree into LaTeX files. List of tuples
binietoglou@0 184 # (source start file, target name, title, author, documentclass [howto/manual]).
binietoglou@0 185 latex_documents = [
binietoglou@0 186 ('index', 'SingleCalculusChain.tex', u'Single Calculus Chain Documentation',
binietoglou@0 187 u'SCC team', 'manual'),
binietoglou@0 188 ]
binietoglou@0 189
binietoglou@0 190 # The name of an image file (relative to this directory) to place at the top of
binietoglou@0 191 # the title page.
binietoglou@0 192 #latex_logo = None
binietoglou@0 193
binietoglou@0 194 # For "manual" documents, if this is true, then toplevel headings are parts,
binietoglou@0 195 # not chapters.
binietoglou@0 196 #latex_use_parts = False
binietoglou@0 197
binietoglou@0 198 # If true, show page references after internal links.
binietoglou@0 199 #latex_show_pagerefs = False
binietoglou@0 200
binietoglou@0 201 # If true, show URL addresses after external links.
binietoglou@0 202 #latex_show_urls = False
binietoglou@0 203
binietoglou@0 204 # Documents to append as an appendix to all manuals.
binietoglou@0 205 #latex_appendices = []
binietoglou@0 206
binietoglou@0 207 # If false, no module index is generated.
binietoglou@0 208 #latex_domain_indices = True
binietoglou@0 209
binietoglou@0 210
binietoglou@0 211 # -- Options for manual page output --------------------------------------------
binietoglou@0 212
binietoglou@0 213 # One entry per manual page. List of tuples
binietoglou@0 214 # (source start file, name, description, authors, manual section).
binietoglou@0 215 man_pages = [
binietoglou@0 216 ('index', 'singlecalculuschain', u'Single Calculus Chain Documentation',
binietoglou@0 217 [u'SCC team'], 1)
binietoglou@0 218 ]
binietoglou@0 219
binietoglou@0 220 # If true, show URL addresses after external links.
binietoglou@0 221 #man_show_urls = False
binietoglou@0 222
binietoglou@0 223
binietoglou@0 224 # -- Options for Texinfo output ------------------------------------------------
binietoglou@0 225
binietoglou@0 226 # Grouping the document tree into Texinfo files. List of tuples
binietoglou@0 227 # (source start file, target name, title, author,
binietoglou@0 228 # dir menu entry, description, category)
binietoglou@0 229 texinfo_documents = [
binietoglou@0 230 ('index', 'SingleCalculusChain', u'Single Calculus Chain Documentation',
binietoglou@0 231 u'SCC team', 'SingleCalculusChain', 'One line description of project.',
binietoglou@0 232 'Miscellaneous'),
binietoglou@0 233 ]
binietoglou@0 234
binietoglou@0 235 # Documents to append as an appendix to all manuals.
binietoglou@0 236 #texinfo_appendices = []
binietoglou@0 237
binietoglou@0 238 # If false, no module index is generated.
binietoglou@0 239 #texinfo_domain_indices = True
binietoglou@0 240
binietoglou@0 241 # How to display URL addresses: 'footnote', 'no', or 'inline'.
binietoglou@0 242 #texinfo_show_urls = 'footnote'
binietoglou@0 243
binietoglou@0 244
binietoglou@0 245 # -- Options for Epub output ---------------------------------------------------
binietoglou@0 246
binietoglou@0 247 # Bibliographic Dublin Core info.
binietoglou@0 248 epub_title = u'Single Calculus Chain'
binietoglou@0 249 epub_author = u'SCC team'
binietoglou@0 250 epub_publisher = u'SCC team'
binietoglou@0 251 epub_copyright = u'2012, SCC team'
binietoglou@0 252
binietoglou@0 253 # The language of the text. It defaults to the language option
binietoglou@0 254 # or en if the language is not set.
binietoglou@0 255 #epub_language = ''
binietoglou@0 256
binietoglou@0 257 # The scheme of the identifier. Typical schemes are ISBN or URL.
binietoglou@0 258 #epub_scheme = ''
binietoglou@0 259
binietoglou@0 260 # The unique identifier of the text. This can be a ISBN number
binietoglou@0 261 # or the project homepage.
binietoglou@0 262 #epub_identifier = ''
binietoglou@0 263
binietoglou@0 264 # A unique identification for the text.
binietoglou@0 265 #epub_uid = ''
binietoglou@0 266
binietoglou@0 267 # A tuple containing the cover image and cover page html template filenames.
binietoglou@0 268 #epub_cover = ()
binietoglou@0 269
binietoglou@0 270 # HTML files that should be inserted before the pages created by sphinx.
binietoglou@0 271 # The format is a list of tuples containing the path and title.
binietoglou@0 272 #epub_pre_files = []
binietoglou@0 273
binietoglou@0 274 # HTML files shat should be inserted after the pages created by sphinx.
binietoglou@0 275 # The format is a list of tuples containing the path and title.
binietoglou@0 276 #epub_post_files = []
binietoglou@0 277
binietoglou@0 278 # A list of files that should not be packed into the epub file.
binietoglou@0 279 #epub_exclude_files = []
binietoglou@0 280
binietoglou@0 281 # The depth of the table of contents in toc.ncx.
binietoglou@0 282 #epub_tocdepth = 3
binietoglou@0 283
binietoglou@0 284 # Allow duplicate toc entries.
binietoglou@0 285 #epub_tocdup = True
binietoglou@0 286
binietoglou@0 287
binietoglou@0 288 # Example configuration for intersphinx: refer to the Python standard library.
binietoglou@0 289 intersphinx_mapping = {'http://docs.python.org/': None}

mercurial