fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
conf.py
1
# ***** BEGIN LICENSE BLOCK *****
2
# FW4SPL - Copyright (C) IRCAD, 2009-2012.
3
# Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4
# published by the Free Software Foundation.
5
# ****** END LICENSE BLOCK ******
6
7
# -*- coding: utf-8 -*-
8
#
9
# This file is execfile()d with the current directory set to its containing dir.
10
#
11
# Note that not all possible configuration values are present in this
12
# autogenerated file.
13
#
14
# All configuration values have a default; values that are commented out
15
# serve to show the default.
16
17
import
sys, os
18
19
# If extensions (or modules to document with autodoc) are in another directory,
20
# add these directories to sys.path here. If the directory is relative to the
21
# documentation root, use os.path.abspath to make it absolute, like shown here.
22
#sys.path.append(os.path.abspath('.'))
23
24
# -- General configuration -----------------------------------------------------
25
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
extensions = []
29
30
# Add any paths that contain templates here, relative to this directory.
31
templates_path = [
'_templates'
]
32
33
# The suffix of source filenames.
34
source_suffix =
'.rst'
35
36
# The encoding of source files.
37
source_encoding =
'utf-8'
38
39
# The master toctree document.
40
master_doc =
'index'
41
42
# General information about the project.
43
projectname =
u'VR-Planning'
44
project = projectname.replace(
'-'
,
''
).replace(
' '
,
''
)
45
copyright =
u'2010, IRCAD'
46
47
# The version info for the project you're documenting, acts as replacement for
48
# |version| and |release|, also used in various other places throughout the
49
# built documents.
50
#
51
# The short X.Y version.
52
version =
'0.8'
53
# The full version, including alpha/beta/rc tags.
54
release =
'0.8'
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
# for a list of supported languages.
58
#language = None
59
language =
'en'
60
61
# There are two options for replacing |today|: either, you set today to some
62
# non-false value, then it is used:
63
#today = ''
64
# Else, today_fmt is used as the format for a strftime call.
65
#today_fmt = '%B %d, %Y'
66
today_fmt =
'%Y'
67
68
# List of documents that shouldn't be included in the build.
69
#unused_docs = []
70
71
# List of directories, relative to source directory, that shouldn't be searched
72
# for source files.
73
exclude_trees = []
74
75
# The reST default role (used for this markup: `text`) to use for all documents.
76
#default_role = None
77
78
# If true, '()' will be appended to :func: etc. cross-reference text.
79
#add_function_parentheses = True
80
81
# If true, the current module name will be prepended to all description
82
# unit titles (such as .. function::).
83
#add_module_names = True
84
85
# If true, sectionauthor and moduleauthor directives will be shown in the
86
# output. They are ignored by default.
87
show_authors =
False
88
89
# The name of the Pygments (syntax highlighting) style to use.
90
pygments_style =
'sphinx'
91
92
# A list of ignored prefixes for module index sorting.
93
#modindex_common_prefix = []
94
95
96
# -- Options for HTML output ---------------------------------------------------
97
98
# The theme to use for HTML and HTML Help pages. Major themes that come with
99
# Sphinx are currently 'default' and 'sphinxdoc'.
100
html_theme =
'default'
101
#html_theme = 'sphinxdoc'
102
103
# Theme options are theme-specific and customize the look and feel of a theme
104
# further. For a list of options available for each theme, see the
105
# documentation.
106
#html_theme_options = {}
107
108
# Add any paths that contain custom themes here, relative to this directory.
109
#html_theme_path = []
110
111
# The name for this set of Sphinx documents. If None, it defaults to
112
# "<project> v<release> documentation".
113
#html_title = None
114
115
# A shorter title for the navigation bar. Default is the same as html_title.
116
#html_short_title = None
117
118
# The name of an image file (relative to this directory) to place at the top
119
# of the sidebar.
120
html_logo =
"_static/VR_html.png"
121
122
# The name of an image file (within the static path) to use as favicon of the
123
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
124
# pixels large.
125
#html_favicon = None
126
127
# Add any paths that contain custom static files (such as style sheets) here,
128
# relative to this directory. They are copied after the builtin static files,
129
# so a file named "default.css" will overwrite the builtin "default.css".
130
html_static_path = [
'_static'
]
131
132
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
133
# using the given strftime format.
134
#html_last_updated_fmt = '%b %d, %Y'
135
#html_last_updated_fmt = '%Y'
136
137
# If true, SmartyPants will be used to convert quotes and dashes to
138
# typographically correct entities.
139
#html_use_smartypants = True
140
141
# Custom sidebar templates, maps document names to template names.
142
#html_sidebars = {}
143
144
# Additional templates that should be rendered to pages, maps page names to
145
# template names.
146
#html_additional_pages = {}
147
148
# If false, no module index is generated.
149
html_use_modindex =
False
150
151
# If false, no index is generated.
152
html_use_index =
True
153
154
# If true, the index is split into individual pages for each letter.
155
#html_split_index = False
156
157
# If true, links to the reST sources are added to the pages.
158
#html_show_sourcelink = True
159
160
html_show_sphinx =
False
161
html_show_sourcelink =
False
162
163
# If true, an OpenSearch description file will be output, and all pages will
164
# contain a <link> tag referring to it. The value of this option must be the
165
# base URL from which the finished HTML is served.
166
#html_use_opensearch = ''
167
168
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
169
#html_file_suffix = ''
170
171
# Output file base name for HTML help builder.
172
htmlhelp_basename =
'VR-Render Websurg Limited Edition'
173
174
175
# -- Options for LaTeX output --------------------------------------------------
176
177
178
latex_elements = {
179
'papersize'
:
'a4'
,
180
'pointsize'
:
'12pt'
,
181
}
182
183
# Grouping the document tree into LaTeX files. List of tuples
184
# (source start file, target name, title, author, documentclass [howto/manual]).
185
latex_documents = [
186
(
'index'
, project+
'.tex'
, projectname+
u' Documentation'
,
187
u'IRCAD'
,
'manual'
),
188
]
189
190
# The name of an image file (relative to this directory) to place at the top of
191
# the title page.
192
latex_logo =
"_static/"
+project+
".png"
193
194
# For "manual" documents, if this is true, then toplevel headings are parts,
195
# not chapters.
196
latex_use_parts =
False
197
#latex_use_parts = True
198
199
# Additional stuff for the LaTeX preamble.
200
#latex_preamble = ''
201
202
# Documents to append as an appendix to all manuals.
203
#latex_appendices = []
204
205
# If false, no module index is generated.
206
#latex_use_modindex = True
207
latex_use_modindex =
False
208
Apps
VRRender
doc
source
conf.py
Generated on Wed Sep 5 2018 12:47:38 for fw4spl by
1.8.11