Skip to content

Commit 4e49be0

Browse files
committed
restful yams
1 parent 9520a5e commit 4e49be0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
2626
- pip install --force-reinstall pylint==1.9.2
2727
script:
28-
- pylint adafruit_mcp230xx.py
28+
- pylint adafruit_mcp230xx.py/*.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
3030
examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-mcp230xx --library_location

docs/api.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,14 @@
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_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
817
:members:

0 commit comments

Comments
 (0)