Skip to content

Commit 9c3f19a

Browse files
committed
adding http link and :meth:
1 parent c4f14f6 commit 9c3f19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_as7341.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def _set_smux(self, smux_addr, smux_out1, smux_out2):
609609

610610
@property
611611
def gain(self):
612-
"""The ADC gain multiplier. Must be a valid `adafruit_as7341.Gain`"""
612+
"""The ADC gain multiplier. Must be a valid :meth:`adafruit_as7341.Gain`"""
613613
return self._gain
614614

615615
@gain.setter

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Table of Contents
2323
.. toctree::
2424
:caption: Tutorials
2525

26-
Adafruit AS7341 10-Channel Light / Color Sensor Breakout Learning Guide <Adafruit AS7341 10-Channel Light / Color Sensor Breakout>
26+
Adafruit AS7341 10-Channel Light / Color Sensor Breakout Learning Guide <https://learn.adafruit.com/adafruit-as7341-10-channel-light-color-sensor-breakout/overview>
2727

2828
.. toctree::
2929
:caption: Related Products

0 commit comments

Comments
 (0)