Skip to content

Commit 50da307

Browse files
committed
Merge pull request #2 from dacoex/pvsystem
minor doc fixes for #93
2 parents cd0da5b + 01b5ff5 commit 50da307

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/sphinx/source/package_overview.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _package_overview:
2+
13
Package Overview
24
================
35

docs/sphinx/source/whatsnew/v0.3.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Enhancements
3939
automatically determine which type of zenith data to use
4040
e.g. ``Location.get_airmass``.
4141
* Change default ``Location`` timezone to ``'UTC'``.
42+
* Added new sections to the documentation:
43+
* :ref:`package_overview`
44+
* :ref:`variables_style_rules`
4245

4346
Bug fixes
4447
~~~~~~~~~
@@ -49,9 +52,12 @@ Bug fixes
4952
(:issue:`105`)
5053
* Fixed the metadata key specification in documentation of the
5154
readtmy2 function.
55+
* Fixes the import of tkinter on Python 3 (:issue:`112`)
5256

5357

5458
Contributors
5559
~~~~~~~~~~~~
5660

5761
* Will Holmgren
62+
* pyElena21
63+
* DaCoEx

pvlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
from pvlib import tracking
1212
from pvlib import pvsystem
1313
from pvlib import spa
14+
from pvlib import modelchain

0 commit comments

Comments
 (0)