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):
49
49
| Characteristic .WRITE
50
50
| Characteristic .WRITE_NO_RESPONSE
51
51
),
52
- ** kwargs
52
+ ** kwargs ,
53
53
)
54
54
55
55
Original file line number Diff line number Diff line change 39
39
master_doc = "index"
40
40
41
41
# 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"
45
45
46
46
# The version info for the project you're documenting, acts as replacement for
47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = u "1.0"
51
+ version = "1.0"
52
52
# The full version, including alpha/beta/rc tags.
53
- release = u "1.0"
53
+ release = "1.0"
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
141
141
(
142
142
master_doc ,
143
143
"AdafruitbleLibrary.tex" ,
144
- u "Adafruit BLE Library Documentation" ,
144
+ "Adafruit BLE Library Documentation" ,
145
145
author ,
146
146
"manual" ,
147
147
),
155
155
(
156
156
master_doc ,
157
157
"Adafruitblelibrary" ,
158
- u "Adafruit BLE Library Documentation" ,
158
+ "Adafruit BLE Library Documentation" ,
159
159
[author ],
160
160
1 ,
161
161
)
170
170
(
171
171
master_doc ,
172
172
"AdafruitbleLibrary" ,
173
- u "Adafruit BLE Library Documentation" ,
173
+ "Adafruit BLE Library Documentation" ,
174
174
author ,
175
175
"AdafruitbleLibrary" ,
176
176
"One line description of project." ,
You can’t perform that action at this time.
0 commit comments