|
1 | 1 | #!/usr/bin/env python3 |
2 | 2 | # -*- coding: utf-8 -*- |
3 | 3 | # |
4 | | -# python_mvg_departures documentation build configuration file, created by |
| 4 | +# python_mvg_api documentation build configuration file, created by |
5 | 5 | # sphinx-quickstart on Tue Nov 8 21:17:56 2016. |
6 | 6 | # |
7 | 7 | # This file is execfile()d with the current directory set to its |
|
57 | 57 | master_doc = 'index' |
58 | 58 |
|
59 | 59 | # General information about the project. |
60 | | -project = 'python_mvg_departures' |
| 60 | +project = 'python_mvg_api' |
61 | 61 | copyright = '2016, Adrian' |
62 | 62 | author = 'Adrian' |
63 | 63 |
|
|
142 | 142 | # The name for this set of Sphinx documents. |
143 | 143 | # "<project> v<release> documentation" by default. |
144 | 144 | # |
145 | | -# html_title = 'python_mvg_departures v1.1' |
| 145 | +# html_title = 'python_mvg_api v1.1' |
146 | 146 |
|
147 | 147 | # A shorter title for the navigation bar. Default is the same as html_title. |
148 | 148 | # |
|
242 | 242 | # html_search_scorer = 'scorer.js' |
243 | 243 |
|
244 | 244 | # Output file base name for HTML help builder. |
245 | | -htmlhelp_basename = 'python_mvg_departuresdoc' |
| 245 | +htmlhelp_basename = 'python_mvg_apidoc' |
246 | 246 |
|
247 | 247 | # -- Options for LaTeX output --------------------------------------------- |
248 | 248 |
|
|
268 | 268 | # (source start file, target name, title, |
269 | 269 | # author, documentclass [howto, manual, or own class]). |
270 | 270 | latex_documents = [ |
271 | | - (master_doc, 'python_mvg_departures.tex', 'python\\_mvg\\_departures Documentation', |
| 271 | + (master_doc, 'python_mvg_api.tex', 'python\\_mvg\\_departures Documentation', |
272 | 272 | 'Adrian', 'manual'), |
273 | 273 | ] |
274 | 274 |
|
|
310 | 310 | # One entry per manual page. List of tuples |
311 | 311 | # (source start file, name, description, authors, manual section). |
312 | 312 | man_pages = [ |
313 | | - (master_doc, 'python_mvg_departures', 'python_mvg_departures Documentation', |
| 313 | + (master_doc, 'python_mvg_api', 'python_mvg_api Documentation', |
314 | 314 | [author], 1) |
315 | 315 | ] |
316 | 316 |
|
|
325 | 325 | # (source start file, target name, title, author, |
326 | 326 | # dir menu entry, description, category) |
327 | 327 | texinfo_documents = [ |
328 | | - (master_doc, 'python_mvg_departures', 'python_mvg_departures Documentation', |
329 | | - author, 'python_mvg_departures', 'One line description of project.', |
| 328 | + (master_doc, 'python_mvg_api', 'python_mvg_api Documentation', |
| 329 | + author, 'python_mvg_api', 'One line description of project.', |
330 | 330 | 'Miscellaneous'), |
331 | 331 | ] |
332 | 332 |
|
|
0 commit comments