|
42 | 42 | master_doc = "index"
|
43 | 43 |
|
44 | 44 | # General information about the project.
|
45 |
| -project = "Adafruit l3gd20 Library" |
| 45 | +project = "Adafruit L3GD20 Library" |
46 | 46 | copyright = "2018 Michael McWethy"
|
47 | 47 | author = "Michael McWethy"
|
48 | 48 |
|
|
118 | 118 | html_favicon = "_static/favicon.ico"
|
119 | 119 |
|
120 | 120 | # Output file base name for HTML help builder.
|
121 |
| -htmlhelp_basename = "AdafruitL3gd20Librarydoc" |
| 121 | +htmlhelp_basename = "AdafruitL3GD20Librarydoc" |
122 | 122 |
|
123 | 123 | # -- Options for LaTeX output ---------------------------------------------
|
124 | 124 |
|
|
143 | 143 | latex_documents = [
|
144 | 144 | (
|
145 | 145 | master_doc,
|
146 |
| - "Adafruitl3gd20Library.tex", |
147 |
| - "Adafruitl3gd20 Library Documentation", |
| 146 | + "AdafruitL3GD20Library.tex", |
| 147 | + "Adafruit L3GD20 Library Documentation", |
148 | 148 | author,
|
149 | 149 | "manual",
|
150 | 150 | ),
|
|
157 | 157 | man_pages = [
|
158 | 158 | (
|
159 | 159 | master_doc,
|
160 |
| - "Adafruitl3gd20library", |
161 |
| - "Adafruit l3gd20 Library Documentation", |
| 160 | + "AdafruitL3GD20library", |
| 161 | + "Adafruit L3GD20 Library Documentation", |
162 | 162 | [author],
|
163 | 163 | 1,
|
164 | 164 | )
|
|
172 | 172 | texinfo_documents = [
|
173 | 173 | (
|
174 | 174 | master_doc,
|
175 |
| - "Adafruitl3gd20Library", |
176 |
| - "Adafruit l3gd20 Library Documentation", |
| 175 | + "AdafruitL3GD20Library", |
| 176 | + "Adafruit L3GD20 Library Documentation", |
177 | 177 | author,
|
178 |
| - "Adafruitl3gd20Library", |
| 178 | + "AdafruitL3GD20Library", |
179 | 179 | "One line description of project.",
|
180 | 180 | "Miscellaneous",
|
181 | 181 | ),
|
|
0 commit comments