Skip to content

Commit faa710a

Browse files
author
brentru
committed
docstrings reflect file name
1 parent c0918ec commit faa710a

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

examples/basics/digital_in.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
'adafruitio_06_digital_in.py'
2+
'digital_in.py'
33
==================================
44
Example of sending button values
55
to an Adafruit IO feed.

examples/basics/digital_out.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
'adafruitio_07_digital_out.py'
2+
'digital_out.py'
33
===================================
44
Example of turning on and off a LED
55
from the Adafruit IO Python Client

examples/basics/location.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
'adafruitio_04_location.py'
3-
==================================
2+
'location.py'
3+
====================================
44
Example of sending GPS data points
55
to an Adafruit IO Feed using the API
66

examples/basics/publish.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
2-
'adafruitio_00_publish.py'
3-
==========================
4-
Publishes an incrementing
5-
value to a feed
2+
'publish.py'
3+
=========================================
4+
Publishes an incrementing value to a feed
65
76
Author(s): Brent Rubell, Todd Treece for Adafruit Industries
87
"""

examples/basics/subscribe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
'adafruitio_01_subscribe.py'
2+
'subscribe.py'
33
==========================
44
Subscribes to an Adafruit IO Feed
55

examples/basics/time_topics.py renamed to examples/basics/time-topics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
adafruitio_17_time.py
2+
`time-topics.py`
33
====================================
44
Don't have a RTC handy and need
55
accurate time measurements?

examples/basics/type_conversion.py renamed to examples/basics/type-conversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
'adafruitio_05_type_conversion.py'
2+
`type-conversion.py`
33
=========================================
44
Example of sending and receiving
55
different data types to/from Adafruit

0 commit comments

Comments
 (0)