Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit a7de7c9

Browse files
authored
Canonicalize library name in conf.py
1 parent 478a7e3 commit a7de7c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
master_doc = "index"
3636

3737
# General information about the project.
38-
project = "adafruit_thermal_printer Library"
38+
project = "Adafruit Thermal Printer Library"
3939
copyright = "2017 Tony DiCola"
4040
author = "Tony DiCola"
4141

@@ -110,7 +110,7 @@
110110
html_favicon = "_static/favicon.ico"
111111

112112
# Output file base name for HTML help builder.
113-
htmlhelp_basename = "adafruit_thermal_printerLibrarydoc"
113+
htmlhelp_basename = "AdafruitThermalPrinterLibrarydoc"
114114

115115
# -- Options for LaTeX output ---------------------------------------------
116116

@@ -135,8 +135,8 @@
135135
latex_documents = [
136136
(
137137
master_doc,
138-
"adafruit_thermal_printerLibrary.tex",
139-
"adafruit_thermal_printer Library Documentation",
138+
"AdafruitThermalPrinterLibrary.tex",
139+
"Adafruit Thermal Printer Library Documentation",
140140
author,
141141
"manual",
142142
),
@@ -149,8 +149,8 @@
149149
man_pages = [
150150
(
151151
master_doc,
152-
"adafruit_thermal_printerlibrary",
153-
"adafruit_thermal_printer Library Documentation",
152+
"AdafruitThermalPrinterlibrary",
153+
"Adafruit Thermal Printer Library Documentation",
154154
[author],
155155
1,
156156
)
@@ -164,10 +164,10 @@
164164
texinfo_documents = [
165165
(
166166
master_doc,
167-
"adafruit_thermal_printerLibrary",
168-
" adafruit_thermal_printer Library Documentation",
167+
"AdafruitThermalPrinterLibrary",
168+
"Adafruit Thermal Printer Library Documentation",
169169
author,
170-
"adafruit_thermal_printerLibrary",
170+
"AdafruitThermalPrinterLibrary",
171171
"One line description of project.",
172172
"Miscellaneous",
173173
),

0 commit comments

Comments
 (0)