@@ -627,7 +627,7 @@ def sapm(self, effective_irradiance, temp_cell):
627627 @deprecated ('0.9' , alternative = 'PVSystem.get_cell_temperature' ,
628628 removal = '0.10.0' )
629629 def sapm_celltemp (self , poa_global , temp_air , wind_speed ):
630- """Uses :py:func:`temperature.sapm_cell` to calculate cell
630+ """Uses :py:func:`pvlib. temperature.sapm_cell` to calculate cell
631631 temperatures.
632632
633633 Parameters
@@ -720,7 +720,7 @@ def sapm_effective_irradiance(self, poa_direct, poa_diffuse,
720720 @deprecated ('0.9' , alternative = 'PVSystem.get_cell_temperature' ,
721721 removal = '0.10.0' )
722722 def pvsyst_celltemp (self , poa_global , temp_air , wind_speed = 1.0 ):
723- """Uses :py:func:`temperature.pvsyst_cell` to calculate cell
723+ """Uses :py:func:`pvlib. temperature.pvsyst_cell` to calculate cell
724724 temperature.
725725
726726 Parameters
@@ -756,7 +756,7 @@ def pvsyst_celltemp(self, poa_global, temp_air, wind_speed=1.0):
756756 removal = '0.10.0' )
757757 def faiman_celltemp (self , poa_global , temp_air , wind_speed = 1.0 ):
758758 """
759- Use :py:func:`temperature.faiman` to calculate cell temperature.
759+ Use :py:func:`pvlib. temperature.faiman` to calculate cell temperature.
760760
761761 Parameters
762762 ----------
@@ -791,7 +791,7 @@ def faiman_celltemp(self, poa_global, temp_air, wind_speed=1.0):
791791 removal = '0.10.0' )
792792 def fuentes_celltemp (self , poa_global , temp_air , wind_speed ):
793793 """
794- Use :py:func:`temperature.fuentes` to calculate cell temperature.
794+ Use :py:func:`pvlib. temperature.fuentes` to calculate cell temperature.
795795
796796 Parameters
797797 ----------
@@ -834,7 +834,8 @@ def fuentes_celltemp(self, poa_global, temp_air, wind_speed):
834834 def noct_sam_celltemp (self , poa_global , temp_air , wind_speed ,
835835 effective_irradiance = None ):
836836 """
837- Use :py:func:`temperature.noct_sam` to calculate cell temperature.
837+ Use :py:func:`pvlib.temperature.noct_sam` to calculate cell
838+ temperature.
838839
839840 Parameters
840841 ----------
@@ -871,7 +872,7 @@ def noct_sam_celltemp(self, poa_global, temp_air, wind_speed,
871872 @_unwrap_single_value
872873 def first_solar_spectral_loss (self , pw , airmass_absolute ):
873874 """
874- Use the :py:func:`first_solar_spectral_correction` function to
875+ Use :py:func:`pvlib.atmosphere. first_solar_spectral_correction` to
875876 calculate the spectral loss modifier. The model coefficients are
876877 specific to the module's cell type, and are determined by searching
877878 for one of the following keys in self.module_parameters (in order):
0 commit comments