File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def __init__(self, **kwargs):
4949 | Characteristic .WRITE
5050 | Characteristic .WRITE_NO_RESPONSE
5151 ),
52- ** kwargs
52+ ** kwargs ,
5353 )
5454
5555
Original file line number Diff line number Diff line change 3939master_doc = "index"
4040
4141# General information about the project.
42- project = u "Adafruit ble Library"
43- copyright = u "2019 Dan Halbert for Adafruit Industries"
44- author = u "Dan Halbert"
42+ project = "Adafruit BLE Library"
43+ copyright = "2019 Dan Halbert for Adafruit Industries"
44+ author = "Dan Halbert"
4545
4646# The version info for the project you're documenting, acts as replacement for
4747# |version| and |release|, also used in various other places throughout the
4848# built documents.
4949#
5050# The short X.Y version.
51- version = u "1.0"
51+ version = "1.0"
5252# The full version, including alpha/beta/rc tags.
53- release = u "1.0"
53+ release = "1.0"
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
141141 (
142142 master_doc ,
143143 "AdafruitbleLibrary.tex" ,
144- u "Adafruit BLE Library Documentation" ,
144+ "Adafruit BLE Library Documentation" ,
145145 author ,
146146 "manual" ,
147147 ),
155155 (
156156 master_doc ,
157157 "Adafruitblelibrary" ,
158- u "Adafruit BLE Library Documentation" ,
158+ "Adafruit BLE Library Documentation" ,
159159 [author ],
160160 1 ,
161161 )
170170 (
171171 master_doc ,
172172 "AdafruitbleLibrary" ,
173- u "Adafruit BLE Library Documentation" ,
173+ "Adafruit BLE Library Documentation" ,
174174 author ,
175175 "AdafruitbleLibrary" ,
176176 "One line description of project." ,
You can’t perform that action at this time.
0 commit comments