|
1 |
| -# -*- coding: utf-8 -*- |
2 | 1 | #
|
3 | 2 | # probablepeople documentation build configuration file, created by
|
4 | 3 | # sphinx-quickstart on Mon Mar 16 21:43:12 2015.
|
|
11 | 10 | #
|
12 | 11 | # All configuration values have a default; values that are commented out
|
13 | 12 | # serve to show the default.
|
14 |
| - |
15 |
| -import sys |
16 |
| -import os |
17 |
| - |
| 13 | +# |
18 | 14 | # If extensions (or modules to document with autodoc) are in another directory,
|
19 | 15 | # add these directories to sys.path here. If the directory is relative to the
|
20 | 16 | # documentation root, use os.path.abspath to make it absolute, like shown here.
|
21 |
| -#sys.path.insert(0, os.path.abspath('.')) |
| 17 | +# sys.path.insert(0, os.path.abspath('.')) |
22 | 18 |
|
23 | 19 | # -- General configuration ------------------------------------------------
|
24 | 20 |
|
25 | 21 | # If your documentation needs a minimal Sphinx version, state it here.
|
26 |
| -#needs_sphinx = '1.0' |
| 22 | +# needs_sphinx = '1.0' |
27 | 23 |
|
28 | 24 | # Add any Sphinx extension module names here, as strings. They can be
|
29 | 25 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
30 | 26 | # ones.
|
31 | 27 | extensions = []
|
32 | 28 |
|
33 | 29 | # Add any paths that contain templates here, relative to this directory.
|
34 |
| -templates_path = ['_templates'] |
| 30 | +templates_path = ["_templates"] |
35 | 31 |
|
36 | 32 | # The suffix of source filenames.
|
37 |
| -source_suffix = '.rst' |
| 33 | +source_suffix = ".rst" |
38 | 34 |
|
39 | 35 | # The encoding of source files.
|
40 |
| -#source_encoding = 'utf-8-sig' |
| 36 | +# source_encoding = 'utf-8-sig' |
41 | 37 |
|
42 | 38 | # The master toctree document.
|
43 |
| -master_doc = 'index' |
| 39 | +master_doc = "index" |
44 | 40 |
|
45 | 41 | # General information about the project.
|
46 |
| -project = u'probablepeople' |
47 |
| -copyright = u'2015, Cathy Deng, Forest Gregg' |
| 42 | +project = "probablepeople" |
| 43 | +copyright = "2015, Cathy Deng, Forest Gregg" |
48 | 44 |
|
49 | 45 | # The version info for the project you're documenting, acts as replacement for
|
50 | 46 | # |version| and |release|, also used in various other places throughout the
|
51 | 47 | # built documents.
|
52 | 48 | #
|
53 | 49 | # The short X.Y version.
|
54 |
| -version = '0.3.1' |
| 50 | +version = "0.3.1" |
55 | 51 | # The full version, including alpha/beta/rc tags.
|
56 |
| -release = '0.3.1' |
| 52 | +release = "0.3.1" |
57 | 53 |
|
58 | 54 | # The language for content autogenerated by Sphinx. Refer to documentation
|
59 | 55 | # for a list of supported languages.
|
60 |
| -#language = None |
| 56 | +# language = None |
61 | 57 |
|
62 | 58 | # There are two options for replacing |today|: either, you set today to some
|
63 | 59 | # non-false value, then it is used:
|
64 |
| -#today = '' |
| 60 | +# today = '' |
65 | 61 | # Else, today_fmt is used as the format for a strftime call.
|
66 |
| -#today_fmt = '%B %d, %Y' |
| 62 | +# today_fmt = '%B %d, %Y' |
67 | 63 |
|
68 | 64 | # List of patterns, relative to source directory, that match files and
|
69 | 65 | # directories to ignore when looking for source files.
|
70 |
| -exclude_patterns = ['_build'] |
| 66 | +exclude_patterns = ["_build"] |
71 | 67 |
|
72 | 68 | # The reST default role (used for this markup: `text`) to use for all
|
73 | 69 | # documents.
|
74 |
| -#default_role = None |
| 70 | +# default_role = None |
75 | 71 |
|
76 | 72 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
77 |
| -#add_function_parentheses = True |
| 73 | +# add_function_parentheses = True |
78 | 74 |
|
79 | 75 | # If true, the current module name will be prepended to all description
|
80 | 76 | # unit titles (such as .. function::).
|
81 |
| -#add_module_names = True |
| 77 | +# add_module_names = True |
82 | 78 |
|
83 | 79 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
84 | 80 | # output. They are ignored by default.
|
85 |
| -#show_authors = False |
| 81 | +# show_authors = False |
86 | 82 |
|
87 | 83 | # The name of the Pygments (syntax highlighting) style to use.
|
88 |
| -pygments_style = 'sphinx' |
| 84 | +pygments_style = "sphinx" |
89 | 85 |
|
90 | 86 | # A list of ignored prefixes for module index sorting.
|
91 |
| -#modindex_common_prefix = [] |
| 87 | +# modindex_common_prefix = [] |
92 | 88 |
|
93 | 89 | # If true, keep warnings as "system message" paragraphs in the built documents.
|
94 |
| -#keep_warnings = False |
| 90 | +# keep_warnings = False |
95 | 91 |
|
96 | 92 |
|
97 | 93 | # -- Options for HTML output ----------------------------------------------
|
98 | 94 |
|
99 | 95 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
100 | 96 | # a list of builtin themes.
|
101 |
| -html_theme = 'default' |
| 97 | +html_theme = "default" |
102 | 98 |
|
103 | 99 | # Theme options are theme-specific and customize the look and feel of a theme
|
104 | 100 | # further. For a list of options available for each theme, see the
|
105 | 101 | # documentation.
|
106 |
| -#html_theme_options = {} |
| 102 | +# html_theme_options = {} |
107 | 103 |
|
108 | 104 | # Add any paths that contain custom themes here, relative to this directory.
|
109 |
| -#html_theme_path = [] |
| 105 | +# html_theme_path = [] |
110 | 106 |
|
111 | 107 | # The name for this set of Sphinx documents. If None, it defaults to
|
112 | 108 | # "<project> v<release> documentation".
|
113 |
| -#html_title = None |
| 109 | +# html_title = None |
114 | 110 |
|
115 | 111 | # A shorter title for the navigation bar. Default is the same as html_title.
|
116 |
| -#html_short_title = None |
| 112 | +# html_short_title = None |
117 | 113 |
|
118 | 114 | # The name of an image file (relative to this directory) to place at the top
|
119 | 115 | # of the sidebar.
|
120 |
| -#html_logo = None |
| 116 | +# html_logo = None |
121 | 117 |
|
122 | 118 | # The name of an image file (within the static path) to use as favicon of the
|
123 | 119 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
124 | 120 | # pixels large.
|
125 |
| -#html_favicon = None |
| 121 | +# html_favicon = None |
126 | 122 |
|
127 | 123 | # Add any paths that contain custom static files (such as style sheets) here,
|
128 | 124 | # relative to this directory. They are copied after the builtin static files,
|
129 | 125 | # so a file named "default.css" will overwrite the builtin "default.css".
|
130 |
| -html_static_path = ['_static'] |
| 126 | +html_static_path = ["_static"] |
131 | 127 |
|
132 | 128 | # Add any extra paths that contain custom files (such as robots.txt or
|
133 | 129 | # .htaccess) here, relative to this directory. These files are copied
|
134 | 130 | # directly to the root of the documentation.
|
135 |
| -#html_extra_path = [] |
| 131 | +# html_extra_path = [] |
136 | 132 |
|
137 | 133 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
138 | 134 | # using the given strftime format.
|
139 |
| -#html_last_updated_fmt = '%b %d, %Y' |
| 135 | +# html_last_updated_fmt = '%b %d, %Y' |
140 | 136 |
|
141 | 137 | # If true, SmartyPants will be used to convert quotes and dashes to
|
142 | 138 | # typographically correct entities.
|
143 |
| -#html_use_smartypants = True |
| 139 | +# html_use_smartypants = True |
144 | 140 |
|
145 | 141 | # Custom sidebar templates, maps document names to template names.
|
146 |
| -#html_sidebars = {} |
| 142 | +# html_sidebars = {} |
147 | 143 |
|
148 | 144 | # Additional templates that should be rendered to pages, maps page names to
|
149 | 145 | # template names.
|
150 |
| -#html_additional_pages = {} |
| 146 | +# html_additional_pages = {} |
151 | 147 |
|
152 | 148 | # If false, no module index is generated.
|
153 |
| -#html_domain_indices = True |
| 149 | +# html_domain_indices = True |
154 | 150 |
|
155 | 151 | # If false, no index is generated.
|
156 |
| -#html_use_index = True |
| 152 | +# html_use_index = True |
157 | 153 |
|
158 | 154 | # If true, the index is split into individual pages for each letter.
|
159 |
| -#html_split_index = False |
| 155 | +# html_split_index = False |
160 | 156 |
|
161 | 157 | # If true, links to the reST sources are added to the pages.
|
162 |
| -#html_show_sourcelink = True |
| 158 | +# html_show_sourcelink = True |
163 | 159 |
|
164 | 160 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
165 |
| -#html_show_sphinx = True |
| 161 | +# html_show_sphinx = True |
166 | 162 |
|
167 | 163 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
168 |
| -#html_show_copyright = True |
| 164 | +# html_show_copyright = True |
169 | 165 |
|
170 | 166 | # If true, an OpenSearch description file will be output, and all pages will
|
171 | 167 | # contain a <link> tag referring to it. The value of this option must be the
|
172 | 168 | # base URL from which the finished HTML is served.
|
173 |
| -#html_use_opensearch = '' |
| 169 | +# html_use_opensearch = '' |
174 | 170 |
|
175 | 171 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
176 |
| -#html_file_suffix = None |
| 172 | +# html_file_suffix = None |
177 | 173 |
|
178 | 174 | # Output file base name for HTML help builder.
|
179 |
| -htmlhelp_basename = 'probablepeopledoc' |
| 175 | +htmlhelp_basename = "probablepeopledoc" |
180 | 176 |
|
181 | 177 |
|
182 | 178 | # -- Options for LaTeX output ---------------------------------------------
|
183 | 179 |
|
184 | 180 | latex_elements = {
|
185 |
| -# The paper size ('letterpaper' or 'a4paper'). |
186 |
| -#'papersize': 'letterpaper', |
187 |
| - |
188 |
| -# The font size ('10pt', '11pt' or '12pt'). |
189 |
| -#'pointsize': '10pt', |
190 |
| - |
191 |
| -# Additional stuff for the LaTeX preamble. |
192 |
| -#'preamble': '', |
| 181 | + # The paper size ('letterpaper' or 'a4paper'). |
| 182 | + # 'papersize': 'letterpaper', |
| 183 | + # The font size ('10pt', '11pt' or '12pt'). |
| 184 | + # 'pointsize': '10pt', |
| 185 | + # Additional stuff for the LaTeX preamble. |
| 186 | + # 'preamble': '', |
193 | 187 | }
|
194 | 188 |
|
195 | 189 | # Grouping the document tree into LaTeX files. List of tuples
|
196 | 190 | # (source start file, target name, title,
|
197 | 191 | # author, documentclass [howto, manual, or own class]).
|
198 | 192 | latex_documents = [
|
199 |
| - ('index', 'probablepeople.tex', u'probablepeople Documentation', |
200 |
| - u'Cathy Deng, Forest Gregg', 'manual'), |
| 193 | + ( |
| 194 | + "index", |
| 195 | + "probablepeople.tex", |
| 196 | + "probablepeople Documentation", |
| 197 | + "Cathy Deng, Forest Gregg", |
| 198 | + "manual", |
| 199 | + ), |
201 | 200 | ]
|
202 | 201 |
|
203 | 202 | # The name of an image file (relative to this directory) to place at the top of
|
204 | 203 | # the title page.
|
205 |
| -#latex_logo = None |
| 204 | +# latex_logo = None |
206 | 205 |
|
207 | 206 | # For "manual" documents, if this is true, then toplevel headings are parts,
|
208 | 207 | # not chapters.
|
209 |
| -#latex_use_parts = False |
| 208 | +# latex_use_parts = False |
210 | 209 |
|
211 | 210 | # If true, show page references after internal links.
|
212 |
| -#latex_show_pagerefs = False |
| 211 | +# latex_show_pagerefs = False |
213 | 212 |
|
214 | 213 | # If true, show URL addresses after external links.
|
215 |
| -#latex_show_urls = False |
| 214 | +# latex_show_urls = False |
216 | 215 |
|
217 | 216 | # Documents to append as an appendix to all manuals.
|
218 |
| -#latex_appendices = [] |
| 217 | +# latex_appendices = [] |
219 | 218 |
|
220 | 219 | # If false, no module index is generated.
|
221 |
| -#latex_domain_indices = True |
| 220 | +# latex_domain_indices = True |
222 | 221 |
|
223 | 222 |
|
224 | 223 | # -- Options for manual page output ---------------------------------------
|
225 | 224 |
|
226 | 225 | # One entry per manual page. List of tuples
|
227 | 226 | # (source start file, name, description, authors, manual section).
|
228 | 227 | man_pages = [
|
229 |
| - ('index', 'probablepeople', u'probablepeople Documentation', |
230 |
| - [u'Cathy Deng, Forest Gregg'], 1) |
| 228 | + ( |
| 229 | + "index", |
| 230 | + "probablepeople", |
| 231 | + "probablepeople Documentation", |
| 232 | + ["Cathy Deng, Forest Gregg"], |
| 233 | + 1, |
| 234 | + ) |
231 | 235 | ]
|
232 | 236 |
|
233 | 237 | # If true, show URL addresses after external links.
|
234 |
| -#man_show_urls = False |
| 238 | +# man_show_urls = False |
235 | 239 |
|
236 | 240 |
|
237 | 241 | # -- Options for Texinfo output -------------------------------------------
|
|
240 | 244 | # (source start file, target name, title, author,
|
241 | 245 | # dir menu entry, description, category)
|
242 | 246 | texinfo_documents = [
|
243 |
| - ('index', 'probablepeople', u'probablepeople Documentation', |
244 |
| - u'Cathy Deng, Forest Gregg', 'probablepeople', 'One line description of project.', |
245 |
| - 'Miscellaneous'), |
| 247 | + ( |
| 248 | + "index", |
| 249 | + "probablepeople", |
| 250 | + "probablepeople Documentation", |
| 251 | + "Cathy Deng, Forest Gregg", |
| 252 | + "probablepeople", |
| 253 | + "One line description of project.", |
| 254 | + "Miscellaneous", |
| 255 | + ), |
246 | 256 | ]
|
247 | 257 |
|
248 | 258 | # Documents to append as an appendix to all manuals.
|
249 |
| -#texinfo_appendices = [] |
| 259 | +# texinfo_appendices = [] |
250 | 260 |
|
251 | 261 | # If false, no module index is generated.
|
252 |
| -#texinfo_domain_indices = True |
| 262 | +# texinfo_domain_indices = True |
253 | 263 |
|
254 | 264 | # How to display URL addresses: 'footnote', 'no', or 'inline'.
|
255 |
| -#texinfo_show_urls = 'footnote' |
| 265 | +# texinfo_show_urls = 'footnote' |
256 | 266 |
|
257 | 267 | # If true, do not generate a @detailmenu in the "Top" node's menu.
|
258 |
| -#texinfo_no_detailmenu = False |
| 268 | +# texinfo_no_detailmenu = False |
0 commit comments