Skip to content

Commit f722f6e

Browse files
authored
Update qwiic_relay.py
- markdown for links do not work in ReadtheDocs, we need to use html tags so that it renders properly. =)
1 parent 908b971 commit f722f6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qwiic_relay.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"""
4646
qwiic_relay
4747
===============
48-
Python module for the [SparkFun Qwiic Single Relay](https://www.sparkfun.com/products/15093), [SparkFun Qwiic Quad Relay](https://www.sparkfun.com/products/15102), [SparkFun Qwiic Dual Solid State Relay](https://www.sparkfun.com/products/16810), [SparkFun Qwiic Quad Solid State Relay](https://www.sparkfun.com/products/16796)
48+
Python module for the <a href="https://www.sparkfun.com/products/15093">SparkFun Qwiic Single Relay</a>, <a href="https://www.sparkfun.com/products/15102">SparkFun Qwiic Quad Relay</a>, <a href="https://www.sparkfun.com/products/16810">SparkFun Qwiic Dual Solid State Relay</a>, <a href="https://www.sparkfun.com/products/16796">SparkFun Qwiic Quad Solid State Relay</a>
4949
50-
This package can be used in conjunction with the overall [SparkFun qwiic Python Package](https://github.com/sparkfun/Qwiic_Py)
50+
This package can be used in conjunction with the overall <a href="https://github.com/sparkfun/Qwiic_Py">SparkFun qwiic Python Package</a>
5151
52-
New to qwiic? Take a look at the entire [SparkFun qwiic ecosystem](https://www.sparkfun.com/qwiic).
52+
New to qwiic? Take a look at the entire <a href="https://www.sparkfun.com/qwiic">SparkFun qwiic ecosystem</a>.
5353
5454
"""
5555
#-----------------------------------------------------------------------------
@@ -338,4 +338,4 @@ def get_version(self):
338338

339339
return self._i2c.readByte(self.address, SINGLE_FIRMWARE_VERSION)
340340

341-
version = property(get_version)
341+
version = property(get_version)

0 commit comments

Comments
 (0)