@@ -627,7 +627,7 @@ def sapm(self, effective_irradiance, temp_cell):
627
627
@deprecated ('0.9' , alternative = 'PVSystem.get_cell_temperature' ,
628
628
removal = '0.10.0' )
629
629
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
631
631
temperatures.
632
632
633
633
Parameters
@@ -720,7 +720,7 @@ def sapm_effective_irradiance(self, poa_direct, poa_diffuse,
720
720
@deprecated ('0.9' , alternative = 'PVSystem.get_cell_temperature' ,
721
721
removal = '0.10.0' )
722
722
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
724
724
temperature.
725
725
726
726
Parameters
@@ -756,7 +756,7 @@ def pvsyst_celltemp(self, poa_global, temp_air, wind_speed=1.0):
756
756
removal = '0.10.0' )
757
757
def faiman_celltemp (self , poa_global , temp_air , wind_speed = 1.0 ):
758
758
"""
759
- Use :py:func:`temperature.faiman` to calculate cell temperature.
759
+ Use :py:func:`pvlib. temperature.faiman` to calculate cell temperature.
760
760
761
761
Parameters
762
762
----------
@@ -791,7 +791,7 @@ def faiman_celltemp(self, poa_global, temp_air, wind_speed=1.0):
791
791
removal = '0.10.0' )
792
792
def fuentes_celltemp (self , poa_global , temp_air , wind_speed ):
793
793
"""
794
- Use :py:func:`temperature.fuentes` to calculate cell temperature.
794
+ Use :py:func:`pvlib. temperature.fuentes` to calculate cell temperature.
795
795
796
796
Parameters
797
797
----------
@@ -834,7 +834,8 @@ def fuentes_celltemp(self, poa_global, temp_air, wind_speed):
834
834
def noct_sam_celltemp (self , poa_global , temp_air , wind_speed ,
835
835
effective_irradiance = None ):
836
836
"""
837
- Use :py:func:`temperature.noct_sam` to calculate cell temperature.
837
+ Use :py:func:`pvlib.temperature.noct_sam` to calculate cell
838
+ temperature.
838
839
839
840
Parameters
840
841
----------
@@ -871,7 +872,7 @@ def noct_sam_celltemp(self, poa_global, temp_air, wind_speed,
871
872
@_unwrap_single_value
872
873
def first_solar_spectral_loss (self , pw , airmass_absolute ):
873
874
"""
874
- Use the :py:func:`first_solar_spectral_correction` function to
875
+ Use :py:func:`pvlib.atmosphere. first_solar_spectral_correction` to
875
876
calculate the spectral loss modifier. The model coefficients are
876
877
specific to the module's cell type, and are determined by searching
877
878
for one of the following keys in self.module_parameters (in order):
0 commit comments