Skip to content

Commit f823ca8

Browse files
committed
remove links to reference
1 parent cf08a73 commit f823ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Deprecations
5353
deprecated. Use :py:func:`pvlib.pvsystem.v_from_i` and
5454
:py:func:`pvlib.pvsystem.i_from_v` instead. (:issue:`1626`, :pull:`1743`)
5555
* Functions for calculating spectral modifiers have been moved to :py:mod:`pvlib.spectrum`:
56-
:py:func:`pvlib.atmosphere.first_solar_spectral_correction` is deprecated and
56+
:py:func:`!pvlib.atmosphere.first_solar_spectral_correction` is deprecated and
5757
replaced by :py:func:`~pvlib.spectrum.spectral_factor_firstsolar`, and
5858
:py:func:`pvlib.pvsystem.sapm_spectral_loss` is deprecated and replaced by
5959
:py:func:`~pvlib.spectrum.spectral_factor_sapm`. (:pull:`1628`)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ API Changes with Deprecations
104104
* Changes related to spectral modifier (:issue:`782`):
105105
* Changes to functions
106106
- Added the argument `pw_min` and `pw_max`, default values 0.1 and 8 resp.,
107-
to `atmosphere.first_solar_spectral_correction`. This function now returns NaN
107+
to :py:func:`!pvlib.atmosphere.first_solar_spectral_correction`. This function now returns NaN
108108
if pw value higher than `pw_max`.
109109
* The `times` keyword argument has been deprecated in the
110110
:py:meth:`pvlib.modelchain.ModelChain.run_model`,

0 commit comments

Comments
 (0)