Skip to content

Commit f1e7553

Browse files
committed
Merge pull request #56 from bmu/fix_sphinx
Fix sphinx
2 parents 3aa9b14 + ea1092c commit f1e7553

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/sphinx/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __getattr__(cls, name):
3434
# add these directories to sys.path here. If the directory is relative to the
3535
# documentation root, use os.path.abspath to make it absolute, like shown here.
3636
sys.path.insert(0, os.path.abspath('../sphinxext'))
37+
sys.path.insert(0, os.path.abspath('../../../'))
3738

3839
# -- General configuration ------------------------------------------------
3940

pvlib/clearsky.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,18 +428,18 @@ def dirint(ghi, zenith, times, pressure=101325, use_delta_kt_prime=True,
428428
improvements are not applied.
429429
430430
Returns
431-
-------
432-
pd.Series. The modeled direct normal irradiance in W/m^2 provided by the
433-
DIRINT model.
431+
-------
432+
DNI : pd.Series.
433+
The modeled direct normal irradiance in W/m^2 provided by the
434+
DIRINT model.
434435
435436
References
436437
----------
437-
438-
[1] Perez, R., P. Ineichen, E. Maxwell, R. Seals and A. Zelenka, (1992).
438+
[1] Perez, R., P. Ineichen, E. Maxwell, R. Seals and A. Zelenka, (1992).
439439
"Dynamic Global-to-Direct Irradiance Conversion Models". ASHRAE
440440
Transactions-Research Series, pp. 354-369
441441
442-
[2] Maxwell, E. L., "A Quasi-Physical Model for Converting Hourly
442+
[2] Maxwell, E. L., "A Quasi-Physical Model for Converting Hourly
443443
Global Horizontal to Direct Normal Insolation", Technical
444444
Report No. SERI/TR-215-3087, Golden, CO: Solar Energy Research
445445
Institute, 1987.
@@ -881,4 +881,4 @@ def _get_dirint_coeffs():
881881
[0.743440, 0.592190, 0.603060, 0.316930, 0.794390 ]]
882882

883883
return coeffs[1:,1:,:,:]
884-
884+

0 commit comments

Comments
 (0)