|
26 | 26 | # -- General configuration --------------------------------------------------- |
27 | 27 |
|
28 | 28 | # If your documentation needs a minimal Sphinx version, state it here. |
29 | | -#needs_sphinx = '1.0' |
| 29 | +# needs_sphinx = '1.0' |
30 | 30 |
|
31 | 31 | # Add any Sphinx extension module names here, as strings. They can be |
32 | 32 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
|
45 | 45 | source_suffix = '.rst' |
46 | 46 |
|
47 | 47 | # The encoding of source files. |
48 | | -#source_encoding = 'utf-8-sig' |
| 48 | +# source_encoding = 'utf-8-sig' |
49 | 49 |
|
50 | 50 | # The master toctree document. |
51 | 51 | master_doc = 'index' |
|
113 | 113 |
|
114 | 114 | .. |Run| replace:: :class:`Run` |
115 | 115 |
|
| 116 | +.. |Section| replace:: :class:`.Section` |
| 117 | +
|
| 118 | +.. |Sections| replace:: :class:`.Sections` |
| 119 | +
|
116 | 120 | .. |StylesPart| replace:: :class:`StylesPart` |
117 | 121 |
|
118 | 122 | .. |Table| replace:: :class:`.Table` |
|
131 | 135 |
|
132 | 136 | # The reST default role (used for this markup: `text`) to use for all |
133 | 137 | # documents. |
134 | | -#default_role = None |
| 138 | +# default_role = None |
135 | 139 |
|
136 | 140 | # If true, '()' will be appended to :func: etc. cross-reference text. |
137 | | -#add_function_parentheses = True |
| 141 | +# add_function_parentheses = True |
138 | 142 |
|
139 | 143 | # If true, the current module name will be prepended to all description |
140 | 144 | # unit titles (such as .. function::). |
141 | | -#add_module_names = True |
| 145 | +# add_module_names = True |
142 | 146 |
|
143 | 147 | # If true, sectionauthor and moduleauthor directives will be shown in the |
144 | 148 | # output. They are ignored by default. |
145 | | -#show_authors = False |
| 149 | +# show_authors = False |
146 | 150 |
|
147 | 151 | # The name of the Pygments (syntax highlighting) style to use. |
148 | 152 | pygments_style = 'sphinx' |
149 | 153 |
|
150 | 154 | # A list of ignored prefixes for module index sorting. |
151 | | -#modindex_common_prefix = [] |
| 155 | +# modindex_common_prefix = [] |
152 | 156 |
|
153 | 157 |
|
154 | 158 | # -- Options for HTML output ------------------------------------------------ |
|
160 | 164 | # Theme options are theme-specific and customize the look and feel of a theme |
161 | 165 | # further. For a list of options available for each theme, see the |
162 | 166 | # documentation. |
163 | | -#html_theme_options = {} |
| 167 | +# html_theme_options = {} |
164 | 168 |
|
165 | 169 | # Add any paths that contain custom themes here, relative to this directory. |
166 | 170 | html_theme_path = ['_themes'] |
167 | 171 |
|
168 | 172 | # The name for this set of Sphinx documents. If None, it defaults to |
169 | 173 | # "<project> v<release> documentation". |
170 | | -#html_title = None |
| 174 | +# html_title = None |
171 | 175 |
|
172 | 176 | # A shorter title for the navigation bar. Default is the same as html_title. |
173 | | -#html_short_title = None |
| 177 | +# html_short_title = None |
174 | 178 |
|
175 | 179 | # The name of an image file (relative to this directory) to place at the top |
176 | 180 | # of the sidebar. |
177 | | -#html_logo = None |
| 181 | +# html_logo = None |
178 | 182 |
|
179 | 183 | # The name of an image file (within the static path) to use as favicon of the |
180 | 184 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
181 | 185 | # pixels large. |
182 | | -#html_favicon = None |
| 186 | +# html_favicon = None |
183 | 187 |
|
184 | 188 | # Add any paths that contain custom static files (such as style sheets) here, |
185 | 189 | # relative to this directory. They are copied after the builtin static files, |
|
188 | 192 |
|
189 | 193 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
190 | 194 | # using the given strftime format. |
191 | | -#html_last_updated_fmt = '%b %d, %Y' |
| 195 | +# html_last_updated_fmt = '%b %d, %Y' |
192 | 196 |
|
193 | 197 | # If true, SmartyPants will be used to convert quotes and dashes to |
194 | 198 | # typographically correct entities. |
195 | | -#html_use_smartypants = True |
| 199 | +# html_use_smartypants = True |
196 | 200 |
|
197 | 201 | # Custom sidebar templates, maps document names to template names. |
198 | | -#html_sidebars = {} |
| 202 | +# html_sidebars = {} |
199 | 203 | html_sidebars = { |
200 | 204 | '**': ['localtoc.html', 'relations.html', 'sidebarlinks.html', |
201 | 205 | 'searchbox.html'] |
202 | 206 | } |
203 | 207 |
|
204 | 208 | # Additional templates that should be rendered to pages, maps page names to |
205 | 209 | # template names. |
206 | | -#html_additional_pages = {} |
| 210 | +# html_additional_pages = {} |
207 | 211 |
|
208 | 212 | # If false, no module index is generated. |
209 | | -#html_domain_indices = True |
| 213 | +# html_domain_indices = True |
210 | 214 |
|
211 | 215 | # If false, no index is generated. |
212 | | -#html_use_index = True |
| 216 | +# html_use_index = True |
213 | 217 |
|
214 | 218 | # If true, the index is split into individual pages for each letter. |
215 | | -#html_split_index = False |
| 219 | +# html_split_index = False |
216 | 220 |
|
217 | 221 | # If true, links to the reST sources are added to the pages. |
218 | | -#html_show_sourcelink = True |
| 222 | +# html_show_sourcelink = True |
219 | 223 |
|
220 | 224 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
221 | | -#html_show_sphinx = True |
| 225 | +# html_show_sphinx = True |
222 | 226 |
|
223 | 227 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
224 | | -#html_show_copyright = True |
| 228 | +# html_show_copyright = True |
225 | 229 |
|
226 | 230 | # If true, an OpenSearch description file will be output, and all pages will |
227 | 231 | # contain a <link> tag referring to it. The value of this option must be the |
228 | 232 | # base URL from which the finished HTML is served. |
229 | | -#html_use_opensearch = '' |
| 233 | +# html_use_opensearch = '' |
230 | 234 |
|
231 | 235 | # This is the file name suffix for HTML files (e.g. ".xhtml"). |
232 | | -#html_file_suffix = None |
| 236 | +# html_file_suffix = None |
233 | 237 |
|
234 | 238 | # Output file base name for HTML help builder. |
235 | 239 | htmlhelp_basename = 'python-docxdoc' |
|
239 | 243 |
|
240 | 244 | latex_elements = { |
241 | 245 | # The paper size ('letterpaper' or 'a4paper'). |
242 | | - #'papersize': 'letterpaper', |
| 246 | + # 'papersize': 'letterpaper', |
243 | 247 |
|
244 | 248 | # The font size ('10pt', '11pt' or '12pt'). |
245 | | - #'pointsize': '10pt', |
| 249 | + # 'pointsize': '10pt', |
246 | 250 |
|
247 | 251 | # Additional stuff for the LaTeX preamble. |
248 | | - #'preamble': '', |
| 252 | + # 'preamble': '', |
249 | 253 | } |
250 | 254 |
|
251 | 255 | # Grouping the document tree into LaTeX files. List of tuples |
|
261 | 265 |
|
262 | 266 | # The name of an image file (relative to this directory) to place at the top of |
263 | 267 | # the title page. |
264 | | -#latex_logo = None |
| 268 | +# latex_logo = None |
265 | 269 |
|
266 | 270 | # For "manual" documents, if this is true, then toplevel headings are parts, |
267 | 271 | # not chapters. |
268 | | -#latex_use_parts = False |
| 272 | +# latex_use_parts = False |
269 | 273 |
|
270 | 274 | # If true, show page references after internal links. |
271 | | -#latex_show_pagerefs = False |
| 275 | +# latex_show_pagerefs = False |
272 | 276 |
|
273 | 277 | # If true, show URL addresses after external links. |
274 | | -#latex_show_urls = False |
| 278 | +# latex_show_urls = False |
275 | 279 |
|
276 | 280 | # Documents to append as an appendix to all manuals. |
277 | | -#latex_appendices = [] |
| 281 | +# latex_appendices = [] |
278 | 282 |
|
279 | 283 | # If false, no module index is generated. |
280 | | -#latex_domain_indices = True |
| 284 | +# latex_domain_indices = True |
281 | 285 |
|
282 | 286 |
|
283 | 287 | # -- Options for manual page output ----------------------------------------- |
|
290 | 294 | ] |
291 | 295 |
|
292 | 296 | # If true, show URL addresses after external links. |
293 | | -#man_show_urls = False |
| 297 | +# man_show_urls = False |
294 | 298 |
|
295 | 299 |
|
296 | 300 | # -- Options for Texinfo output --------------------------------------------- |
|
305 | 309 | ] |
306 | 310 |
|
307 | 311 | # Documents to append as an appendix to all manuals. |
308 | | -#texinfo_appendices = [] |
| 312 | +# texinfo_appendices = [] |
309 | 313 |
|
310 | 314 | # If false, no module index is generated. |
311 | | -#texinfo_domain_indices = True |
| 315 | +# texinfo_domain_indices = True |
312 | 316 |
|
313 | 317 | # How to display URL addresses: 'footnote', 'no', or 'inline'. |
314 | | -#texinfo_show_urls = 'footnote' |
| 318 | +# texinfo_show_urls = 'footnote' |
315 | 319 |
|
316 | 320 |
|
317 | 321 | # Example configuration for intersphinx: refer to the Python standard library. |
|
0 commit comments