Skip to content

Commit ae383f6

Browse files
authored
Merge pull request #20 from kattni/example-name-update
Update to match naming convention.
2 parents 7a539a9 + eccbcac commit ae383f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- pip install --force-reinstall pylint==1.9.2
2727
script:
2828
- pylint adafruit_featherwing/*.py
29-
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/**/*.py)
29+
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3030
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-featherwing
3131
--library_location .
3232
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

docs/examples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Simple tests
33

44
Ensure your device works with this simple test.
55

6-
.. literalinclude:: ../examples/ina219_featherwing/ina219.py
7-
:caption: examples/ina219_featherwing/ina219.py
6+
.. literalinclude:: ../examples/featherwing_ina219_simpletest.py
7+
:caption: examples/featherwing_ina219_simpletest.py
88
:linenos:
99

10-
.. literalinclude:: ../examples/joy_featherwing/joy.py
11-
:caption: examples/joy_featherwing/joy.py
10+
.. literalinclude:: ../examples/featherwing_joy_simpletest.py
11+
:caption: examples/featherwing_joy_simpletest.py
1212
:linenos:

0 commit comments

Comments
 (0)