Skip to content

Commit 5fc704e

Browse files
author
dacoex
committed
Minor changes to the documentation
In support of: pvlib#93
1 parent 4bfff5a commit 5fc704e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-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: 4 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,6 +52,7 @@ Bug fixes
4952
(:issue:`105`)
5053
* Fixed the metadata key specification in documentation of the
5154
readtmy2 function.
55+
* Fixes import of tkinter(:issue:`112`)
5256

5357

5458
Contributors

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)