File tree Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change
1
+ .. currentmodule :: pvlib
2
+
3
+ #############
4
+ API reference
5
+ #############
6
+
7
+
8
+ Classes
9
+ =======
10
+
11
+ pvlib-python provides a collection of classes
12
+ for users that prefer object-oriented programming.
13
+ These classes can help users keep track of data in a more organized way,
14
+ and can help to simplify the modeling process.
15
+ The classes do not add any functionality beyond the procedural code.
16
+ Most of the object methods are simple wrappers around the
17
+ corresponding procedural code.
18
+
19
+ .. autosummary ::
20
+ :toctree: generated/
21
+
22
+ pvlib.location.Location
23
+ pvlib.pvsystem.PVSystem
24
+ pvlib.tracking.SingleAxisTracker
25
+ pvlib.modelchain.ModelChain
26
+ pvlib.pvsystem.LocalizedPVSystem
27
+ pvlib.tracking.LocalizedSingleAxisTracker
28
+
29
+
30
+ Solar Position
31
+ ==============
32
+
33
+ .. autosummary ::
34
+ :toctree: generated/
35
+
36
+ pvlib.location.Location.get_solarposition
37
+ pvlib.solarposition
Original file line number Diff line number Diff line change 63
63
Specific released versions of pvlib-python can be cited using their
64
64
`Zenodo DOI <https://zenodo.org/search?ln=en&p=pvlib&action_search= >`_.
65
65
66
+ modules
67
+ classes
66
68
67
69
Contents
68
70
========
@@ -77,8 +79,7 @@ Contents
77
79
timetimezones
78
80
clearsky
79
81
forecasts
80
- modules
81
- classes
82
+ api
82
83
comparison_pvlib_matlab
83
84
variables_style_rules
84
85
You can’t perform that action at this time.
0 commit comments