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