File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ install:
25
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
26
- pip install --force-reinstall pylint==1.9.2
27
27
script :
28
- - pylint adafruit_mcp230xx.py
28
+ - pylint adafruit_mcp230xx.py/*.py
29
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
30
30
examples/*.py)
31
31
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-mcp230xx --library_location
Original file line number Diff line number Diff line change 4
4
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
5
5
.. use this format as the module name: "adafruit_foo.foo"
6
6
7
- .. automodule :: adafruit_mcp230xx
7
+ .. automodule :: adafruit_mcp230xx.mcp230xx
8
+ :members:
9
+
10
+ .. automodule :: adafruit_mcp230xx.mcp23008
11
+ :members:
12
+
13
+ .. automodule :: adafruit_mcp230xx.mcp230017
14
+ :members:
15
+
16
+ .. automodule :: adafruit_mcp230xx.digital_inout
8
17
:members:
You can’t perform that action at this time.
0 commit comments