Skip to content

Commit ea6834e

Browse files
committed
a few more rst fixes
1 parent 10f6cce commit ea6834e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sphinx/source/whatsnew/v0.12.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Bug fixes
2929
:py:func:`~pvlib.snow.coverage_nrel`. The check uses snow depth on the ground
3030
to improve modeling for systems with shallow tilt angles. The check
3131
adds a new, optional parameter ``snow_depth``. (:issue:`1171`, :pull:`2292`)
32-
* Fix a bug in :py:func:`pvlib.bifacial.get_irradiance_poa` which may have yielded non-zero
32+
* Fix a bug in :py:func:`pvlib.bifacial.infinite_sheds.get_irradiance_poa` which may have yielded non-zero
3333
ground irradiance when the sun was below the horizon. (:issue:`2245`, :pull:`2359`)
3434
* Fix a bug where :py:func:`pvlib.transformer.simple_efficiency` could only be imported
3535
using the ``from pvlib.transformer`` syntax. (:pull:`2388`)
3636
* :py:class:`~pvlib.modelchain.ModelChain` now requires only a minimal set of
3737
parameters to run the SAPM electrical model. (:issue:`2369`, :pull:`2393`)
38-
* Correct keys for First Solar modules in `~pvlib.spectrum.spectral_factor_pvspec`. (:issue:`2398`, :pull:`2400`)
38+
* Correct keys for First Solar modules in :py:func:`~pvlib.spectrum.spectral_factor_pvspec`. (:issue:`2398`, :pull:`2400`)
3939
* Ensure proper tz and pytz types in :py:class:`~pvlib.location.Location`. To ensure that
4040
the time zone in :py:class:`~pvlib.location.Location` remains internally consistent
4141
if/when the time zone is updated, the ``tz`` attribute is now the single source
@@ -73,7 +73,7 @@ Testing
7373

7474
Maintenance
7575
~~~~~~~~~~~
76-
* Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration
76+
* Fix ReadTheDocs builds by upgrading ``readthedocs.yml`` configuration
7777
(:issue:`2357`, :pull:`2358`)
7878
* asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda.
7979
(:pull:`2352`)

0 commit comments

Comments
 (0)