Skip to content

Commit 2b28ffc

Browse files
Add location class functions to location documentation section (#2560)
* Add location class functions to location documentation section * Remove class methods Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com> * Add reviewer suggestion Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com> * Apply suggestions from code review * Add correct spacing * Update docs/sphinx/source/reference/location.rst * Update docs/sphinx/source/reference/location.rst --------- Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
1 parent cf4e06e commit 2b28ffc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/sphinx/source/reference/location.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,22 @@ Methods for information about locations.
99
:toctree: generated/
1010

1111
location.lookup_altitude
12+
13+
Classes
14+
-------
15+
.. autosummary::
16+
:toctree: generated/
17+
18+
location.Location
19+
A :py:class:`~pvlib.location.Location` object may be created from the
20+
metadata returned by these file types:
21+
22+
.. autosummary::
23+
:toctree: generated/
24+
25+
location.Location.from_tmy
26+
location.Location.from_epw
27+
28+
Methods for calculating time series of certain variables for a given
29+
location are available through this class.
30+

0 commit comments

Comments
 (0)