Skip to content

Commit dd030a7

Browse files
mikofskiwholmgren
authored andcommitted
DOC: fix link in docstring (#685)
* to `PVSystem` in `SingleAxisTracker` * closes #684
1 parent 7cad1e0 commit dd030a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SingleAxisTracker(PVSystem):
1313
"""
14-
Inherits the PV modeling methods from :ref:PVSystem:.
14+
Inherits the PV modeling methods from :py:class:`~pvlib.pvsystem.PVSystem`.
1515
1616
axis_tilt : float, default 0
1717
The tilt of the axis of rotation (i.e, the y-axis defined by

0 commit comments

Comments
 (0)