Skip to content

Commit 5d9afb6

Browse files
committed
Add titles to each example
1 parent aaa9353 commit 5d9afb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pvlib/pvsystem.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,7 @@ def retrieve_sam(name=None, path=None):
20382038
20392039
Examples
20402040
--------
2041+
Using a database bundled with pvlib:
20412042
20422043
>>> from pvlib import pvsystem
20432044
>>> invdb = pvsystem.retrieve_sam('CECInverter')
@@ -2061,7 +2062,8 @@ def retrieve_sam(name=None, path=None):
20612062
CEC_Type Utility Interactive
20622063
Name: AE_Solar_Energy__AE6_0__277V_, dtype: object
20632064
2064-
# using the latest CEC Inverter database, via URL
2065+
Using a remote database, via URL:
2066+
20652067
>>> url = "https://raw.githubusercontent.com/NREL/SAM/refs/heads/develop/deploy/libraries/CEC%20Inverters.csv"
20662068
>>> inv_db = pvsystem.retrieve_sam(path=url)
20672069
>>> inv_db.keys()

0 commit comments

Comments
 (0)