|
1 | 1 | #!/usr/bin/env python3 |
2 | 2 | # -*- coding: utf-8 -*- |
3 | 3 | # |
4 | | -# Micro Python documentation build configuration file, created by |
| 4 | +# MicroPython documentation build configuration file, created by |
5 | 5 | # sphinx-quickstart on Sun Sep 21 11:42:03 2014. |
6 | 6 | # |
7 | 7 | # This file is execfile()d with the current directory set to its |
|
50 | 50 | master_doc = 'index' |
51 | 51 |
|
52 | 52 | # General information about the project. |
53 | | -project = 'Micro Python' |
| 53 | +project = 'MicroPython' |
54 | 54 | copyright = '2014, Damien P. George' |
55 | 55 |
|
56 | 56 | # The version info for the project you're documenting, acts as replacement for |
|
213 | 213 | # (source start file, target name, title, |
214 | 214 | # author, documentclass [howto, manual, or own class]). |
215 | 215 | latex_documents = [ |
216 | | - ('index', 'MicroPython.tex', 'Micro Python Documentation', |
| 216 | + ('index', 'MicroPython.tex', 'MicroPython Documentation', |
217 | 217 | 'Damien P. George', 'manual'), |
218 | 218 | ] |
219 | 219 |
|
|
243 | 243 | # One entry per manual page. List of tuples |
244 | 244 | # (source start file, name, description, authors, manual section). |
245 | 245 | man_pages = [ |
246 | | - ('index', 'micropython', 'Micro Python Documentation', |
| 246 | + ('index', 'micropython', 'MicroPython Documentation', |
247 | 247 | ['Damien P. George'], 1), |
248 | 248 | ] |
249 | 249 |
|
|
257 | 257 | # (source start file, target name, title, author, |
258 | 258 | # dir menu entry, description, category) |
259 | 259 | texinfo_documents = [ |
260 | | - ('index', 'MicroPython', 'Micro Python Documentation', |
| 260 | + ('index', 'MicroPython', 'MicroPython Documentation', |
261 | 261 | 'Damien P. George', 'MicroPython', 'One line description of project.', |
262 | 262 | 'Miscellaneous'), |
263 | 263 | ] |
|
0 commit comments