Skip to content

Commit 09b0e14

Browse files
committed
remove uart_handler from library, bring code back to top level
1 parent d80b8fd commit 09b0e14

File tree

4 files changed

+2
-79
lines changed

4 files changed

+2
-79
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
- pip install --force-reinstall pylint==1.9.2
4343

4444
script:
45-
- pylint adafruit_logger/*.py
45+
- pylint adafruit_logger.py
4646
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
4747
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-logger --library_location .
4848
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
File renamed without changes.

adafruit_logger/uart_handler.py

-73
This file was deleted.

docs/api.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@
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_logger.adafruit_logger
8-
:members:
9-
10-
.. automodule:: adafruit_logger.uart_handler
11-
:members:
7+
.. automodule:: adafruit_logger

0 commit comments

Comments
 (0)