Salome HOME
ae9b6d7e0b8b05dc16bc57e98b9d2f442136f0a0
[modules/med.git] / doc / dev / sphinx / conf.py.in
1 # -*- coding: iso-8859-1 -*-
2 #
3 # yacs documentation build configuration file, created by
4 # sphinx-quickstart on Fri Aug 29 09:57:25 2008.
5 #
6 # This file is execfile()d with the current directory set to its containing dir.
7 #
8 # The contents of this file are pickled, so don't put values in the namespace
9 # that aren't pickleable (module imports are okay, they're removed automatically).
10 #
11 # All configuration values have a default; values that are commented out
12 # serve to show the default.
13
14 import sys, os
15 import sphinx
16
17 # If your extensions are in another directory, add it here. If the directory
18 # is relative to the documentation root, use os.path.abspath to make it
19 # absolute, like shown here.
20 #sys.path.append(os.path.abspath('.'))
21
22 # General configuration
23 # ---------------------
24
25 # Add any Sphinx extension module names here, as strings. They can be extensions
26 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27 extensions = ['sphinx.ext.autodoc']
28
29 # Uncomment the following line to build the links with Python documentation
30 # (you might need to set http_proxy environment variable for this to work)
31 #extensions += ['sphinx.ext.intersphinx']
32
33 # Intersphinx mapping to add links to modules and objects in the Python
34 # standard library documentation
35 intersphinx_mapping = {'http://docs.python.org': None}
36
37 # Add any paths that contain templates here, relative to this directory.
38 templates_path = [os.path.join('@CMAKE_CURRENT_SOURCE_DIR@','_templates')]
39
40 # The suffix of source filenames.
41 source_suffix = '.rst'
42
43 # The encoding of source files.
44 source_encoding = 'utf-8'
45
46 # The master toctree document.
47 master_doc = 'index'
48
49 # General information about the project.
50 project = 'FIELDS, Manipulation de champs dans SALOME'
51 copyright = '2010-2017 CEA/DEN, EDF R&D, OPEN CASCADE, G. Boulant, A. Geay'
52
53 # The version info for the project you're documenting, acts as replacement for
54 # |version| and |release|, also used in various other places throughout the
55 # built documents.
56 #
57 # The short X.Y version.
58 version = '@SALOMEFIELDS_VERSION@'
59 # The full version, including alpha/beta/rc tags.
60 release = '@SALOMEFIELDS_VERSION@'
61
62 # The language for content autogenerated by Sphinx. Refer to documentation
63 # for a list of supported languages.
64 language = 'fr'
65
66 # There are two options for replacing |today|: either, you set today to some
67 # non-false value, then it is used:
68 #today = ''
69 # Else, today_fmt is used as the format for a strftime call.
70 #today_fmt = '%B %d, %Y'
71
72 # List of documents that shouldn't be included in the build.
73 #unused_docs = []
74
75 # List of directories, relative to source directory, that shouldn't be searched
76 # for source files.
77 exclude_trees = ['.build','ref','images','CVS','.svn']
78
79 # A list of glob-style patterns that should be excluded when looking for source
80 # files. They are matched against the source file names relative to the
81 # source directory, using slashes as directory separators on all platforms.
82 exclude_patterns = ['**/CVS']
83
84 # The reST default role (used for this markup: `text`) to use for all documents.
85 #default_role = None
86
87 # If true, '()' will be appended to :func: etc. cross-reference text.
88 #add_function_parentheses = True
89
90 # If true, the current module name will be prepended to all description
91 # unit titles (such as .. function::).
92 #add_module_names = True
93
94 # If true, sectionauthor and moduleauthor directives will be shown in the
95 # output. They are ignored by default.
96 #show_authors = False
97
98 # The name of the Pygments (syntax highlighting) style to use.
99 pygments_style = 'sphinx'
100
101
102 # Options for HTML output
103 # -----------------------
104
105 # The theme to use for HTML and HTML Help pages.  Major themes that come with
106 # Sphinx are currently 'default' and 'sphinxdoc'.
107 html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
108 #html_theme_options = {}
109
110 # Add any paths that contain custom themes here, relative to this directory.
111 #html_theme_path = ['themes']
112
113 # The name for this set of Sphinx documents.  If None, it defaults to
114 # "<project> v<release> documentation".
115 #html_title = None
116
117 # A shorter title for the navigation bar.  Default is the same as html_title.
118 #html_short_title = None
119
120 # The name of an image file (relative to this directory) to place at the top
121 # of the sidebar.
122 #html_logo = None
123
124 # The name of an image file (within the static path) to use as favicon of the
125 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
126 # pixels large.
127 #html_favicon = None
128
129
130 # The stylecheet file will be searched within the static path, while
131 # the layout.html file will be searched within the template path
132 # (Note that this parameter can't be used together with html_theme. Exclusive)
133 html_style = 'medcalc.css'
134
135 # Add any paths that contain custom static files (such as style sheets) here,
136 # relative to this directory. They are copied after the builtin static files,
137 # so a file named "default.css" will overwrite the builtin "default.css".
138 html_static_path = [os.path.join('@CMAKE_CURRENT_SOURCE_DIR@','_static')]
139
140 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
141 # using the given strftime format.
142 #html_last_updated_fmt = '%b %d, %Y'
143
144 # If true, SmartyPants will be used to convert quotes and dashes to
145 # typographically correct entities.
146 #html_use_smartypants = True
147
148 # Custom sidebar templates, maps document names to template names.
149 #html_sidebars = {}
150
151 # Additional templates that should be rendered to pages, maps page names to
152 # template names.
153 #html_additional_pages = {}
154
155 # If false, no module index is generated.
156 html_use_modindex = False
157
158 # If false, no index is generated.
159 #html_use_index = True
160
161 # If true, the index is split into individual pages for each letter.
162 #html_split_index = False
163
164 # If true, the reST sources are included in the HTML build as _sources/<name>.
165 html_copy_source = True
166
167 # If true, an OpenSearch description file will be output, and all pages will
168 # contain a <link> tag referring to it.  The value of this option must be the
169 # base URL from which the finished HTML is served.
170 #html_use_opensearch = ''
171
172 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
173 #html_file_suffix = ''
174
175 # Output file base name for HTML help builder.
176 htmlhelp_basename = 'medcalcdoc'
177
178
179 # Options for LaTeX output
180 # ------------------------
181
182 latex_elements = {
183     # The paper size ('letterpaper' or 'a4paper').
184     'papersize': 'a4paper',
185     # Select another font family
186     #'fontpkg':'\\usepackage{eucal}',
187     # get rid off blank pages
188     'classoptions': ',openany,oneside',
189     'babel' : '\\usepackage[english]{babel}',
190     # The font size ('10pt', '11pt' or '12pt').
191     #'pointsize': '10pt',
192 }
193
194 # Grouping the document tree into LaTeX files. List of tuples
195 # (source start file, target name, title, author, document class [howto/manual]).
196 latex_documents = [
197   ('index', 'medcalc-alldoc.tex', 'Documentation du module FIELDS', 'G. Boulant', 'manual'),
198   ('medcalc-specifications', 'medcalc-specifications.tex', 'Module FIELDS - Specifications', 'G. Boulant', 'manual'),
199   ('medcalc-develguide', 'medcalc-develguide.tex', 'Module FIELDS - Guide de developpement', 'G. Boulant', 'manual'),
200   ('medcalc-userguide-gui', 'medcalc-userguide-gui.tex', 'Module FIELDS - Guide d\'utilisation de l\'interface graphique', 'G. Boulant', 'howto'),
201   ('medcalc-userguide-api', 'medcalc-userguide-api.tex', 'MEDMEM library - Starter guide for users', 'G. Boulant', 'howto')
202 ]
203
204 # The name of an image file (relative to this directory) to place at the top of
205 # the title page.
206 latex_logo = os.path.join("@CMAKE_CURRENT_SOURCE_DIR@","_static","head.png")
207
208 # For "manual" documents, if this is true, then toplevel headings are parts,
209 # not chapters.
210 latex_use_parts = True
211
212 # Additional stuff for the LaTeX preamble.
213 #latex_preamble = ''
214
215 # Documents to append as an appendix to all manuals.
216 #latex_appendices = []
217
218 # If false, no module index is generated.
219 latex_use_modindex = False
220
221 # Definition of substitute variables for rst texts
222 # ------------------------------------------------
223 # The rst_epilog can be used to define variable in conf.py and use the
224 # values of these variables in the rst text files.
225 srcdir = '@CMAKE_CURRENT_SOURCE_DIR@'
226 rst_epilog = '.. |SPHINXDOC_SRCDIR| replace:: %s' % srcdir