|
74 | 74 | source_suffix = '.rst'
|
75 | 75 |
|
76 | 76 | # The encoding of source files.
|
77 |
| -#source_encoding = 'utf-8-sig' |
| 77 | +# source_encoding = 'utf-8-sig' |
78 | 78 |
|
79 | 79 | # Generate the plots for the gallery
|
80 | 80 | plot_gallery = True
|
|
98 | 98 |
|
99 | 99 | # The language for content autogenerated by Sphinx. Refer to documentation
|
100 | 100 | # for a list of supported languages.
|
101 |
| -#language = None |
| 101 | +# language = None |
102 | 102 |
|
103 | 103 | # There are two options for replacing |today|: either, you set today to some
|
104 | 104 | # non-false value, then it is used:
|
105 |
| -#today = '' |
| 105 | +# today = '' |
106 | 106 | # Else, today_fmt is used as the format for a strftime call.
|
107 |
| -#today_fmt = '%B %d, %Y' |
| 107 | +# today_fmt = '%B %d, %Y' |
108 | 108 |
|
109 | 109 | # List of patterns, relative to source directory, that match files and
|
110 | 110 | # directories to ignore when looking for source files.
|
111 | 111 | exclude_patterns = ['_build']
|
112 | 112 |
|
113 | 113 | # The reST default role (used for this markup: `text`) to use for all
|
114 | 114 | # documents.
|
115 |
| -#default_role = None |
| 115 | +# default_role = None |
116 | 116 |
|
117 | 117 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
118 | 118 | add_function_parentheses = False
|
119 | 119 |
|
120 | 120 | # If true, the current module name will be prepended to all description
|
121 | 121 | # unit titles (such as .. function::).
|
122 |
| -#add_module_names = True |
| 122 | +# add_module_names = True |
123 | 123 |
|
124 | 124 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
125 | 125 | # output. They are ignored by default.
|
126 |
| -#show_authors = False |
| 126 | +# show_authors = False |
127 | 127 |
|
128 | 128 | # The name of the Pygments (syntax highlighting) style to use.
|
129 | 129 | pygments_style = 'sphinx'
|
130 | 130 |
|
| 131 | +# Custom style |
| 132 | +html_style = 'css/imbalanced-learn.css' |
| 133 | + |
131 | 134 | # A list of ignored prefixes for module index sorting.
|
132 |
| -#modindex_common_prefix = [] |
| 135 | +# modindex_common_prefix = [] |
133 | 136 |
|
134 | 137 | # If true, keep warnings as "system message" paragraphs in the built documents.
|
135 |
| -#keep_warnings = False |
| 138 | +# keep_warnings = False |
136 | 139 |
|
137 | 140 | # -- Options for HTML output ----------------------------------------------
|
138 | 141 |
|
|
143 | 146 | # Theme options are theme-specific and customize the look and feel of a theme
|
144 | 147 | # further. For a list of options available for each theme, see the
|
145 | 148 | # documentation.
|
146 |
| -#html_theme_options = {} |
| 149 | +# html_theme_options = {} |
147 | 150 |
|
148 | 151 | # Add any paths that contain custom themes here, relative to this directory.
|
149 | 152 | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
150 | 153 |
|
151 | 154 | # The name for this set of Sphinx documents. If None, it defaults to
|
152 | 155 | # "<project> v<release> documentation".
|
153 |
| -#html_title = None |
| 156 | +# html_title = None |
154 | 157 |
|
155 | 158 | # A shorter title for the navigation bar. Default is the same as html_title.
|
156 |
| -#html_short_title = None |
| 159 | +# html_short_title = None |
157 | 160 |
|
158 | 161 | # The name of an image file (relative to this directory) to place at the top
|
159 | 162 | # of the sidebar.
|
160 |
| -#html_logo = None |
| 163 | +# html_logo = None |
161 | 164 |
|
162 | 165 | # The name of an image file (within the static path) to use as favicon of the
|
163 | 166 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
164 | 167 | # pixels large.
|
165 |
| -#html_favicon = None |
| 168 | +# html_favicon = None |
166 | 169 |
|
167 | 170 | # Add any paths that contain custom static files (such as style sheets) here,
|
168 | 171 | # relative to this directory. They are copied after the builtin static files,
|
|
172 | 175 | # Add any extra paths that contain custom files (such as robots.txt or
|
173 | 176 | # .htaccess) here, relative to this directory. These files are copied
|
174 | 177 | # directly to the root of the documentation.
|
175 |
| -#html_extra_path = [] |
| 178 | +# html_extra_path = [] |
176 | 179 |
|
177 | 180 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
178 | 181 | # using the given strftime format.
|
179 |
| -#html_last_updated_fmt = '%b %d, %Y' |
| 182 | +# html_last_updated_fmt = '%b %d, %Y' |
180 | 183 |
|
181 | 184 | # If true, SmartyPants will be used to convert quotes and dashes to
|
182 | 185 | # typographically correct entities.
|
183 |
| -#html_use_smartypants = True |
| 186 | +# html_use_smartypants = True |
184 | 187 |
|
185 | 188 | # Custom sidebar templates, maps document names to template names.
|
186 |
| -#html_sidebars = {} |
| 189 | +# html_sidebars = {} |
187 | 190 |
|
188 | 191 | # Additional templates that should be rendered to pages, maps page names to
|
189 | 192 | # template names.
|
190 |
| -#html_additional_pages = {} |
| 193 | +# html_additional_pages = {} |
191 | 194 |
|
192 | 195 | # If false, no module index is generated.
|
193 |
| -#html_domain_indices = True |
| 196 | +# html_domain_indices = True |
194 | 197 |
|
195 | 198 | # If false, no index is generated.
|
196 |
| -#html_use_index = True |
| 199 | +# html_use_index = True |
197 | 200 |
|
198 | 201 | # If true, the index is split into individual pages for each letter.
|
199 |
| -#html_split_index = False |
| 202 | +# html_split_index = False |
200 | 203 |
|
201 | 204 | # If true, links to the reST sources are added to the pages.
|
202 |
| -#html_show_sourcelink = True |
| 205 | +# html_show_sourcelink = True |
203 | 206 |
|
204 | 207 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
205 |
| -#html_show_sphinx = True |
| 208 | +# html_show_sphinx = True |
206 | 209 |
|
207 | 210 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
208 |
| -#html_show_copyright = True |
| 211 | +# html_show_copyright = True |
209 | 212 |
|
210 | 213 | # If true, an OpenSearch description file will be output, and all pages will
|
211 | 214 | # contain a <link> tag referring to it. The value of this option must be the
|
212 | 215 | # base URL from which the finished HTML is served.
|
213 |
| -#html_use_opensearch = '' |
| 216 | +# html_use_opensearch = '' |
214 | 217 |
|
215 | 218 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
216 |
| -#html_file_suffix = None |
| 219 | +# html_file_suffix = None |
217 | 220 |
|
218 | 221 | # Output file base name for HTML help builder.
|
219 | 222 | htmlhelp_basename = 'imbalanced-learndoc'
|
|
222 | 225 |
|
223 | 226 | latex_elements = {
|
224 | 227 | # The paper size ('letterpaper' or 'a4paper').
|
225 |
| - #'papersize': 'letterpaper', |
| 228 | + # 'papersize': 'letterpaper', |
226 | 229 |
|
227 | 230 | # The font size ('10pt', '11pt' or '12pt').
|
228 |
| - #'pointsize': '10pt', |
| 231 | + # 'pointsize': '10pt', |
229 | 232 |
|
230 | 233 | # Additional stuff for the LaTeX preamble.
|
231 |
| - #'preamble': '', |
| 234 | + # 'preamble': '', |
232 | 235 | }
|
233 | 236 |
|
234 | 237 | # Grouping the document tree into LaTeX files. List of tuples
|
|
241 | 244 |
|
242 | 245 | # The name of an image file (relative to this directory) to place at the top of
|
243 | 246 | # the title page.
|
244 |
| -#latex_logo = None |
| 247 | +# latex_logo = None |
245 | 248 |
|
246 | 249 | # For "manual" documents, if this is true, then toplevel headings are parts,
|
247 | 250 | # not chapters.
|
248 |
| -#latex_use_parts = False |
| 251 | +# latex_use_parts = False |
249 | 252 |
|
250 | 253 | # If true, show page references after internal links.
|
251 |
| -#latex_show_pagerefs = False |
| 254 | +# latex_show_pagerefs = False |
252 | 255 |
|
253 | 256 | # If true, show URL addresses after external links.
|
254 |
| -#latex_show_urls = False |
| 257 | +# latex_show_urls = False |
255 | 258 |
|
256 | 259 | # Documents to append as an appendix to all manuals.
|
257 |
| -#latex_appendices = [] |
| 260 | +# latex_appendices = [] |
258 | 261 |
|
259 | 262 | # If false, no module index is generated.
|
260 |
| -#latex_domain_indices = True |
| 263 | +# latex_domain_indices = True |
261 | 264 |
|
262 | 265 | # -- Options for manual page output ---------------------------------------
|
263 | 266 |
|
|
267 | 270 | [u'G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas'], 1)]
|
268 | 271 |
|
269 | 272 | # If true, show URL addresses after external links.
|
270 |
| -#man_show_urls = False |
| 273 | +# man_show_urls = False |
271 | 274 |
|
272 | 275 | # -- Options for Texinfo output -------------------------------------------
|
273 | 276 |
|
@@ -296,16 +299,16 @@ def setup(app):
|
296 | 299 |
|
297 | 300 |
|
298 | 301 | # Documents to append as an appendix to all manuals.
|
299 |
| -#texinfo_appendices = [] |
| 302 | +# texinfo_appendices = [] |
300 | 303 |
|
301 | 304 | # If false, no module index is generated.
|
302 |
| -#texinfo_domain_indices = True |
| 305 | +# texinfo_domain_indices = True |
303 | 306 |
|
304 | 307 | # How to display URL addresses: 'footnote', 'no', or 'inline'.
|
305 |
| -#texinfo_show_urls = 'footnote' |
| 308 | +# texinfo_show_urls = 'footnote' |
306 | 309 |
|
307 | 310 | # If true, do not generate a @detailmenu in the "Top" node's menu.
|
308 |
| -#texinfo_no_detailmenu = False |
| 311 | +# texinfo_no_detailmenu = False |
309 | 312 |
|
310 | 313 | # Example configuration for intersphinx: refer to the Python standard library.
|
311 | 314 | intersphinx_mapping = {'http://docs.python.org/': None}
|
0 commit comments