File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 94
94
95
95
# pylint: disable=too-many-instance-attributes
96
96
# pylint: disable=too-many-public-methods
97
- class Adafruit_AS726x () :
97
+ class Adafruit_AS726x :
98
98
"""AS726x spectral sensor.
99
99
100
100
:param ~busio.I2C i2c_bus: The I2C bus connected to the sensor
Original file line number Diff line number Diff line change 40
40
master_doc = "index"
41
41
42
42
# General information about the project.
43
- project = u "Adafruit AS726x Library"
44
- copyright = u "2017 Dean Miller"
45
- author = u "Dean Miller"
43
+ project = "Adafruit AS726x Library"
44
+ copyright = "2017 Dean Miller"
45
+ author = "Dean Miller"
46
46
47
47
# The version info for the project you're documenting, acts as replacement for
48
48
# |version| and |release|, also used in various other places throughout the
49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = u "1.0"
52
+ version = "1.0"
53
53
# The full version, including alpha/beta/rc tags.
54
- release = u "1.0"
54
+ release = "1.0"
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
135
135
(
136
136
master_doc ,
137
137
"AdafruitAS726xLibrary.tex" ,
138
- u "AdafruitAS726x Library Documentation" ,
138
+ "AdafruitAS726x Library Documentation" ,
139
139
author ,
140
140
"manual" ,
141
141
),
149
149
(
150
150
master_doc ,
151
151
"AdafruitAS726xlibrary" ,
152
- u "Adafruit AS726x Library Documentation" ,
152
+ "Adafruit AS726x Library Documentation" ,
153
153
[author ],
154
154
1 ,
155
155
)
164
164
(
165
165
master_doc ,
166
166
"AdafruitAS726xLibrary" ,
167
- u "Adafruit AS726x Library Documentation" ,
167
+ "Adafruit AS726x Library Documentation" ,
168
168
author ,
169
169
"AdafruitAS726xLibrary" ,
170
170
"One line description of project." ,
You can’t perform that action at this time.
0 commit comments