|
25 | 25 |
|
26 | 26 | # Add any Sphinx extension module names here, as strings. They can be extensions |
27 | 27 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
28 | | -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', |
29 | | - 'sphinx.ext.intersphinx', 'sphinx.ext.coverage'] |
| 28 | +extensions = [ |
| 29 | + 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', |
| 30 | + 'sphinx.ext.coverage' |
| 31 | +] |
30 | 32 |
|
31 | 33 | # Add any paths that contain templates here, relative to this directory. |
32 | 34 | templates_path = ['_templates'] |
|
87 | 89 | # A list of ignored prefixes for module index sorting. |
88 | 90 | #modindex_common_prefix = [] |
89 | 91 |
|
90 | | - |
91 | 92 | # -- Options for HTML output --------------------------------------------- |
92 | 93 |
|
93 | 94 | # The theme to use for HTML and HTML Help pages. See the documentation for |
|
167 | 168 | # Output file base name for HTML help builder. |
168 | 169 | htmlhelp_basename = 'minfrauddoc' |
169 | 170 |
|
170 | | - |
171 | 171 | # -- Options for LaTeX output -------------------------------------------- |
172 | 172 |
|
173 | 173 | latex_elements = { |
|
184 | 184 | # Grouping the document tree into LaTeX files. List of tuples |
185 | 185 | # (source start file, target name, title, author, documentclass [howto/manual]). |
186 | 186 | latex_documents = [ |
187 | | - ('index', 'minfraud.tex', 'minfraud Documentation', |
188 | | - 'Gregory Oschwald', 'manual'), |
| 187 | + ('index', 'minfraud.tex', 'minfraud Documentation', 'Gregory Oschwald', |
| 188 | + 'manual'), |
189 | 189 | ] |
190 | 190 |
|
191 | 191 | # The name of an image file (relative to this directory) to place at the top of |
|
208 | 208 | # If false, no module index is generated. |
209 | 209 | #latex_domain_indices = True |
210 | 210 |
|
211 | | - |
212 | 211 | # -- Options for manual page output -------------------------------------- |
213 | 212 |
|
214 | 213 | # One entry per manual page. List of tuples |
215 | 214 | # (source start file, name, description, authors, manual section). |
216 | | -man_pages = [ |
217 | | - ('index', 'minfraud', 'minfraud Documentation', |
218 | | - ['Gregory Oschwald'], 1) |
219 | | -] |
| 215 | +man_pages = [('index', 'minfraud', 'minfraud Documentation', |
| 216 | + ['Gregory Oschwald'], 1)] |
220 | 217 |
|
221 | 218 | # If true, show URL addresses after external links. |
222 | 219 | #man_show_urls = False |
223 | 220 |
|
224 | | - |
225 | 221 | # -- Options for Texinfo output ------------------------------------------ |
226 | 222 |
|
227 | 223 | # Grouping the document tree into Texinfo files. List of tuples |
228 | 224 | # (source start file, target name, title, author, |
229 | 225 | # dir menu entry, description, category) |
230 | 226 | texinfo_documents = [ |
231 | | - ('index', 'minfraud', 'minfraud Documentation', |
232 | | - 'Gregory Oschwald', 'minfraud', |
233 | | - 'minFraud Score and Insights web service client.', |
| 227 | + ('index', 'minfraud', 'minfraud Documentation', 'Gregory Oschwald', |
| 228 | + 'minfraud', 'minFraud Score and Insights web service client.', |
234 | 229 | 'Miscellaneous'), |
235 | 230 | ] |
236 | 231 |
|
|
243 | 238 | # How to display URL addresses: 'footnote', 'no', or 'inline'. |
244 | 239 | #texinfo_show_urls = 'footnote' |
245 | 240 |
|
246 | | - |
247 | 241 | # Example configuration for intersphinx: refer to the Python standard library. |
248 | 242 | intersphinx_mapping = { |
249 | 243 | 'python': ('http://python.readthedocs.org/en/latest/', None), |
250 | 244 | 'geoip2': ('http://geoip2.readthedocs.org/en/latest/', None) |
251 | 245 | } |
252 | 246 |
|
253 | | - |
254 | 247 | autoclass_content = 'both' |
0 commit comments