We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176495c commit d030bb2Copy full SHA for d030bb2
docs/sphinx/source/package_overview.rst
@@ -118,9 +118,9 @@ It can also be helpful if you make extensive use of Location-specific
118
methods for other calculations.
119
120
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>`
+:py:class:`~pvlib.location.Location`,
+:py:class:`~pvlib.pvsystem.PVSystem`, and
+:py:class:`~pvlib.modelchain.ModelChain`
124
objects to accomplish our system modeling goal:
125
126
.. ipython:: python
0 commit comments