Salome HOME
Moving doc files
[modules/adao.git] / doc / en / conf.py
1 # -*- coding: utf-8 -*-
2 # Copyright (C) 2008-2013 EDF R&D
3 #
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License.
8 #
9 # This library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 # Lesser General Public License for more details.
13 #
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with this library; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 # Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
21
22 #
23 # ADAO documentation build configuration file, created by
24 # sphinx-quickstart on Wed Jun 16 15:48:00 2010.
25 #
26 # This file is execfile()d with the current directory set to its containing dir.
27 #
28 # Note that not all possible configuration values are present in this
29 # autogenerated file.
30 #
31 # All configuration values have a default; values that are commented out
32 # serve to show the default.
33
34 import sys, os
35
36 # If extensions (or modules to document with autodoc) are in another directory,
37 # add these directories to sys.path here. If the directory is relative to the
38 # documentation root, use os.path.abspath to make it absolute, like shown here.
39 #sys.path.append(os.path.abspath('.'))
40
41 # -- General configuration -----------------------------------------------------
42
43 # Add any Sphinx extension module names here, as strings. They can be extensions
44 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
45 extensions = ["sphinx.ext.pngmath"]
46
47 # Add any paths that contain templates here, relative to this directory.
48 templates_path = ['_templates']
49
50 # The suffix of source filenames.
51 source_suffix = '.rst'
52
53 # The encoding of source files.
54 #source_encoding = 'utf-8'
55
56 # The master toctree document.
57 master_doc = 'index'
58
59 # General information about the project.
60 project = u'ADAO'
61 copyright = u'2008-2013, Jean-Philippe ARGAUD'
62
63 # The version info for the project you're documenting, acts as replacement for
64 # |version| and |release|, also used in various other places throughout the
65 # built documents.
66 #
67 # The short X.Y version.
68 version = '7.2.0'
69 version = '7\_main'
70 # The full version, including alpha/beta/rc tags.
71 release = '7.2.0'
72 release = '7\_main'
73
74 # The language for content autogenerated by Sphinx. Refer to documentation
75 # for a list of supported languages.
76 #language = None
77
78 # There are two options for replacing |today|: either, you set today to some
79 # non-false value, then it is used:
80 #today = ''
81 # Else, today_fmt is used as the format for a strftime call.
82 #today_fmt = '%B %d, %Y'
83
84 # List of documents that shouldn't be included in the build.
85 #unused_docs = []
86
87 # List of directories, relative to source directory, that shouldn't be searched
88 # for source files.
89 exclude_trees = []
90
91 # The reST default role (used for this markup: `text`) to use for all documents.
92 #default_role = None
93
94 # If true, '()' will be appended to :func: etc. cross-reference text.
95 #add_function_parentheses = True
96
97 # If true, the current module name will be prepended to all description
98 # unit titles (such as .. function::).
99 #add_module_names = True
100
101 # If true, sectionauthor and moduleauthor directives will be shown in the
102 # output. They are ignored by default.
103 #show_authors = False
104
105 # The name of the Pygments (syntax highlighting) style to use.
106 pygments_style = 'sphinx'
107
108 # A list of ignored prefixes for module index sorting.
109 #modindex_common_prefix = []
110
111
112 # -- Options for HTML output ---------------------------------------------------
113
114 # The theme to use for HTML and HTML Help pages.  Major themes that come with
115 # Sphinx are currently 'default' and 'sphinxdoc'.
116 html_theme = 'default'
117
118 # Theme options are theme-specific and customize the look and feel of a theme
119 # further.  For a list of options available for each theme, see the
120 # documentation.
121 #html_theme_options = {}
122
123 # Add any paths that contain custom themes here, relative to this directory.
124 #html_theme_path = []
125
126 # The name for this set of Sphinx documents.  If None, it defaults to
127 # "<project> v<release> documentation".
128 #html_title = None
129
130 # A shorter title for the navigation bar.  Default is the same as html_title.
131 #html_short_title = None
132
133 # The name of an image file (relative to this directory) to place at the top
134 # of the sidebar.
135 #html_logo = None
136
137 # The name of an image file (within the static path) to use as favicon of the
138 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
139 # pixels large.
140 #html_favicon = None
141
142 # Add any paths that contain custom static files (such as style sheets) here,
143 # relative to this directory. They are copied after the builtin static files,
144 # so a file named "default.css" will overwrite the builtin "default.css".
145 html_static_path = ['_static']
146
147 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
148 # using the given strftime format.
149 #html_last_updated_fmt = '%b %d, %Y'
150
151 # If true, SmartyPants will be used to convert quotes and dashes to
152 # typographically correct entities.
153 #html_use_smartypants = True
154
155 # Custom sidebar templates, maps document names to template names.
156 #html_sidebars = {}
157
158 # Additional templates that should be rendered to pages, maps page names to
159 # template names.
160 #html_additional_pages = {}
161
162 # If false, no module index is generated.
163 #html_use_modindex = True
164
165 # If false, no index is generated.
166 #html_use_index = True
167
168 # If true, the index is split into individual pages for each letter.
169 #html_split_index = False
170
171 # If true, links to the reST sources are added to the pages.
172 html_show_sourcelink = False
173
174 # If true, an OpenSearch description file will be output, and all pages will
175 # contain a <link> tag referring to it.  The value of this option must be the
176 # base URL from which the finished HTML is served.
177 #html_use_opensearch = ''
178
179 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
180 #html_file_suffix = ''
181
182 # Output file base name for HTML help builder.
183 htmlhelp_basename = 'ADAOdoc'
184
185
186 # -- Options for LaTeX output --------------------------------------------------
187
188 # The paper size ('letter' or 'a4').
189 latex_paper_size = 'a4'
190
191 # The font size ('10pt', '11pt' or '12pt').
192 latex_font_size = '10pt'
193
194 # Grouping the document tree into LaTeX files. List of tuples
195 # (source start file, target name, title, author, documentclass [howto/manual]).
196 latex_documents = [
197   ('index', 'ADAO.tex', u'ADAO Documentation',
198    u'Jean-Philippe ARGAUD', 'manual'),
199 ]
200
201 # The name of an image file (relative to this directory) to place at the top of
202 # the title page.
203 #latex_logo = None
204
205 # For "manual" documents, if this is true, then toplevel headings are parts,
206 # not chapters.
207 #latex_use_parts = False
208
209 # Additional stuff for the LaTeX preamble.
210 #latex_preamble = ''
211
212 # Documents to append as an appendix to all manuals.
213 #latex_appendices = []
214
215 # If false, no module index is generated.
216 #latex_use_modindex = True
217
218 source_encoding = 'iso-8859-15'
219
220 # -- Options for Epub output ---------------------------------------------------
221
222 # Bibliographic Dublin Core info.
223 epub_title = u'ADAO'
224 epub_author = u'Jean-Philippe ARGAUD'
225 epub_publisher = u'Jean-Philippe ARGAUD'
226 epub_copyright = u'2008-2013, Jean-Philippe ARGAUD'
227
228 # The language of the text. It defaults to the language option
229 # or en if the language is not set.
230 #epub_language = ''
231
232 # The scheme of the identifier. Typical schemes are ISBN or URL.
233 #epub_scheme = ''
234
235 # The unique identifier of the text. This can be a ISBN number
236 # or the project homepage.
237 #epub_identifier = ''
238
239 # A unique identification for the text.
240 #epub_uid = ''
241
242 # HTML files that should be inserted before the pages created by sphinx.
243 # The format is a list of tuples containing the path and title.
244 #epub_pre_files = []
245
246 # HTML files shat should be inserted after the pages created by sphinx.
247 # The format is a list of tuples containing the path and title.
248 #epub_post_files = []
249
250 # A list of files that should not be packed into the epub file.
251 #epub_exclude_files = []
252
253 # The depth of the table of contents in toc.ncx.
254 #epub_tocdepth = 3
255
256 # Allow duplicate toc entries.
257 #epub_tocdup = True
258
259 # -- Options for PDF output --------------------------------------------------
260 # Grouping the document tree into PDF files. List of tuples
261 # (source start file, target name, title, author, options).
262 #
263 # If there is more than one author, separate them with \\.
264 # For example: r'Guido van Rossum\\Fred L. Drake, Jr., editor'
265 #
266 # The options element is a dictionary that lets you override
267 # this config per-document.
268 # For example,
269 # ('index', u'MyProject', u'My Project', u'Author Name',
270 #  dict(pdf_compressed = True))
271 # would mean that specific document would be compressed
272 # regardless of the global pdf_compressed setting.
273 pdf_documents = [
274     ('contents', u'ADAO', u'ADAO', u'Jean-Philippe ARGAUD', dict(pdf_compressed = True)),
275 ]
276 # A comma-separated list of custom stylesheets. Example:
277 pdf_stylesheets = ['sphinx','kerning','a4']
278 # Create a compressed PDF
279 # Use True/False or 1/0
280 # Example: compressed=True
281 #pdf_compressed = False
282 pdf_compressed = True
283 # A colon-separated list of folders to search for fonts. Example:
284 # pdf_font_path = ['/usr/share/fonts', '/usr/share/texmf-dist/fonts/']
285 # Language to be used for hyphenation support
286 #pdf_language = "en_US"
287 # Mode for literal blocks wider than the frame. Can be
288 # overflow, shrink or truncate
289 #pdf_fit_mode = "shrink"
290 # Section level that forces a break page.
291 # For example: 1 means top-level sections start in a new page
292 # 0 means disabled
293 #pdf_break_level = 0
294 # When a section starts in a new page, force it to be 'even', 'odd',
295 # or just use 'any'
296 #pdf_breakside = 'any'
297 # Insert footnotes where they are defined instead of
298 # at the end.
299 #pdf_inline_footnotes = True
300 # verbosity level. 0 1 or 2
301 #pdf_verbosity = 0
302 # If false, no index is generated.
303 #pdf_use_index = True
304 # If false, no modindex is generated.
305 #pdf_use_modindex = True
306 # If false, no coverpage is generated.
307 #pdf_use_coverpage = True
308 # Name of the cover page template to use
309 #pdf_cover_template = 'sphinxcover.tmpl'
310 # Documents to append as an appendix to all manuals.
311 #pdf_appendices = []
312 # Enable experimental feature to split table cells. Use it
313 # if you get "DelayedTable too big" errors
314 #pdf_splittables = False
315 # Set the default DPI for images
316 #pdf_default_dpi = 72
317 # Enable rst2pdf extension modules (default is empty list)
318 # you need vectorpdf for better sphinx's graphviz support
319 #pdf_extensions = ['vectorpdf']
320 # Page template name for "regular" pages
321 #pdf_page_template = 'cutePage'