File tree 1 file changed +8
-3
lines changed
docs/sphinx/source/whatsnew
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ Enhancements
43
43
44
44
* Added new sections to the documentation:
45
45
46
- * :ref:`package_overview`
47
- * :ref:`variables_style_rules`
48
- * :ref:`classes`
46
+ * :ref:`package_overview` (:issue:`93`)
47
+ * :ref:`variables_style_rules` (:issue:`102`)
48
+ * :ref:`classes` (:issue:`93`)
49
49
50
50
* Adds support for Appveyor, a Windows continuous integration service.
51
51
(:issue:`111`)
@@ -63,6 +63,8 @@ Enhancements
63
63
``atmosphere.TRUE_ZENITH_MODELS`` to enable code that can
64
64
automatically determine which type of zenith data to use
65
65
e.g. ``Location.get_airmass``.
66
+ * Modify ``sapm`` documentation to clarify that it does
67
+ not work with the CEC database. (:issue:`122`)
66
68
67
69
68
70
Bug fixes
@@ -74,6 +76,8 @@ Bug fixes
74
76
* Add a decorator to skip ``test_calcparams_desoto`` on pandas 0.18.0.
75
77
(:issue:`130`)
76
78
* Fixes ``i_from_v`` documentation. (:issue:`126`)
79
+ * Fixes two minor sphinx documentation errors: a too short heading underline
80
+ in whatsnew/v0.2.2.txt and a table format in pvsystem. (:issue:`123`)
77
81
78
82
79
83
Contributors
@@ -82,3 +86,4 @@ Contributors
82
86
* Will Holmgren
83
87
* pyElena21
84
88
* DaCoEx
89
+ * Uwe Krien
You can’t perform that action at this time.
0 commit comments