|
35 | 35 | master_doc = "index"
|
36 | 36 |
|
37 | 37 | # General information about the project.
|
38 |
| -project = "adafruit_thermal_printer Library" |
| 38 | +project = "Adafruit Thermal Printer Library" |
39 | 39 | copyright = "2017 Tony DiCola"
|
40 | 40 | author = "Tony DiCola"
|
41 | 41 |
|
|
110 | 110 | html_favicon = "_static/favicon.ico"
|
111 | 111 |
|
112 | 112 | # Output file base name for HTML help builder.
|
113 |
| -htmlhelp_basename = "adafruit_thermal_printerLibrarydoc" |
| 113 | +htmlhelp_basename = "AdafruitThermalPrinterLibrarydoc" |
114 | 114 |
|
115 | 115 | # -- Options for LaTeX output ---------------------------------------------
|
116 | 116 |
|
|
135 | 135 | latex_documents = [
|
136 | 136 | (
|
137 | 137 | master_doc,
|
138 |
| - "adafruit_thermal_printerLibrary.tex", |
139 |
| - "adafruit_thermal_printer Library Documentation", |
| 138 | + "AdafruitThermalPrinterLibrary.tex", |
| 139 | + "Adafruit Thermal Printer Library Documentation", |
140 | 140 | author,
|
141 | 141 | "manual",
|
142 | 142 | ),
|
|
149 | 149 | man_pages = [
|
150 | 150 | (
|
151 | 151 | master_doc,
|
152 |
| - "adafruit_thermal_printerlibrary", |
153 |
| - "adafruit_thermal_printer Library Documentation", |
| 152 | + "AdafruitThermalPrinterlibrary", |
| 153 | + "Adafruit Thermal Printer Library Documentation", |
154 | 154 | [author],
|
155 | 155 | 1,
|
156 | 156 | )
|
|
164 | 164 | texinfo_documents = [
|
165 | 165 | (
|
166 | 166 | master_doc,
|
167 |
| - "adafruit_thermal_printerLibrary", |
168 |
| - " adafruit_thermal_printer Library Documentation", |
| 167 | + "AdafruitThermalPrinterLibrary", |
| 168 | + "Adafruit Thermal Printer Library Documentation", |
169 | 169 | author,
|
170 |
| - "adafruit_thermal_printerLibrary", |
| 170 | + "AdafruitThermalPrinterLibrary", |
171 | 171 | "One line description of project.",
|
172 | 172 | "Miscellaneous",
|
173 | 173 | ),
|
|
0 commit comments