Skip to content

Commit 8c96ed4

Browse files
committed
Tweak leftover mistakes from cookiecutter
1 parent 5db8f9a commit 8c96ed4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
55
.. use this format as the module name: "adafruit_foo.foo"
66
7-
.. automodule:: adafruit_circuitpython_rplidar
7+
.. automodule:: adafruit_rplidar
88
:members:

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
html_favicon = '_static/favicon.ico'
110110

111111
# Output file base name for HTML help builder.
112-
htmlhelp_basename = 'Adafruit_circuitpythonRplidarLibrarydoc'
112+
htmlhelp_basename = 'AdafruitRplidarLibrarydoc'
113113

114114
# -- Options for LaTeX output ---------------------------------------------
115115

@@ -135,7 +135,7 @@
135135
# (source start file, target name, title,
136136
# author, documentclass [howto, manual, or own class]).
137137
latex_documents = [
138-
(master_doc, 'Adafruit_circuitpythonRPLIDARLibrary.tex', u'Adafruit_circuitpythonRPLIDAR Library Documentation',
138+
(master_doc, 'AdafruitRPLIDARLibrary.tex', u'AdafruitRPLIDAR Library Documentation',
139139
author, 'manual'),
140140
]
141141

@@ -144,7 +144,7 @@
144144
# One entry per manual page. List of tuples
145145
# (source start file, name, description, authors, manual section).
146146
man_pages = [
147-
(master_doc, 'Adafruit_circuitpythonRPLIDARlibrary', u'Adafruit_circuitpython RPLIDAR Library Documentation',
147+
(master_doc, 'AdafruitRPLIDARlibrary', u'Adafruit RPLIDAR Library Documentation',
148148
[author], 1)
149149
]
150150

@@ -154,7 +154,7 @@
154154
# (source start file, target name, title, author,
155155
# dir menu entry, description, category)
156156
texinfo_documents = [
157-
(master_doc, 'Adafruit_circuitpythonRPLIDARLibrary', u'Adafruit_circuitpython RPLIDAR Library Documentation',
158-
author, 'Adafruit_circuitpythonRPLIDARLibrary', 'One line description of project.',
157+
(master_doc, 'AdafruitRPLIDARLibrary', u'Adafruit RPLIDAR Library Documentation',
158+
author, 'AdafruitRPLIDARLibrary', 'One line description of project.',
159159
'Miscellaneous'),
160160
]

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Table of Contents
3232
.. toctree::
3333
:caption: Other Links
3434

35-
Download <https://github.com/adafruit/Adafruit_CircuitPython_CircuitPython_RPLIDAR/releases/latest>
35+
Download <https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR/releases/latest>
3636
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
3737
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
3838
Discord Chat <https://adafru.it/discord>

0 commit comments

Comments
 (0)