Skip to content

Commit e60afd1

Browse files
committed
Fix sphinx
1 parent bb70d07 commit e60afd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Introduction
1717
:width: 300px
1818

1919
The HC-SR04 is an inexpensive solution for measuring distances using microcontrollers. This library provides a simple
20-
driver for controlling these sensors from `CircuitPython`_.
20+
driver for controlling these sensors from CircuitPython.
2121

2222
Dependencies
2323
=============

adafruit_hcsr04.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23+
`adafruit_hcsr04`
24+
====================================================
25+
2326
A CircuitPython library for the HC-SR04 ultrasonic range sensor.
2427
2528
The HC-SR04 functions by sending an ultrasonic signal, which is reflected by

0 commit comments

Comments
 (0)