Skip to content

Commit d030bb2

Browse files
committed
try short sphinx class refs
1 parent 176495c commit d030bb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sphinx/source/package_overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ It can also be helpful if you make extensive use of Location-specific
118118
methods for other calculations.
119119

120120
The following code demonstrates how to use
121-
:class:`Location <pvlib.location.Location>`,
122-
:class:`PVSystem <pvlib.pvsystem.PVSystem>`, and
123-
:class:`ModelChain <pvlib.modelchain.ModelChain>`
121+
:py:class:`~pvlib.location.Location`,
122+
:py:class:`~pvlib.pvsystem.PVSystem`, and
123+
:py:class:`~pvlib.modelchain.ModelChain`
124124
objects to accomplish our system modeling goal:
125125

126126
.. ipython:: python

0 commit comments

Comments
 (0)