Skip to content

Commit 09184cf

Browse files
authored
Merge pull request #61 from kandersolar/quote-chars
Use standard quotation mark and apostrophe characters
2 parents b188c8a + cfedb9e commit 09184cf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/solposx/refraction/michalsky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def michalsky(elevation):
3030
3131
References
3232
----------
33-
.. [1] J. J. Michalsky, "The Astronomical Almanacs algorithm for
33+
.. [1] J. J. Michalsky, "The Astronomical Almanac's algorithm for
3434
approximate solar position (1950–2050)," Solar Energy, vol. 40, no. 3,
3535
pp. 227–235, 1988, :doi:`10.1016/0038-092x(88)90045-x`.
3636
""" # noqa: #501

src/solposx/solarposition/iqbal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def iqbal(times, latitude, longitude):
3333
3434
References
3535
----------
36-
.. [1] M. Iqbal, An Introduction to Solar Radiation, 1983,
36+
.. [1] M. Iqbal, "An Introduction to Solar Radiation," 1983,
3737
:doi:`10.1016/b978-0-12-373750-2.x5001-0`.
3838
.. [2] J. W. Spencer, "Fourier series representation of the position of the
3939
Sun," Search, vol. 2, no. 5, pp. 172, 1971.

src/solposx/solarposition/michalsky.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ def michalsky(times, latitude, longitude, spencer_correction=True,
7171
7272
References
7373
----------
74-
.. [1] J. J. Michalsky, "The Astronomical Almanacs algorithm for
74+
.. [1] J. J. Michalsky, "The Astronomical Almanac's algorithm for
7575
approximate solar position (1950–2050)," Solar Energy, vol. 40, no. 3,
7676
pp. 227–235, 1988, :doi:`10.1016/0038-092x(88)90045-x`.
77-
.. [2] J. W. Spencer, Comments on The Astronomical Almanacs Algorithm for
78-
Approximate Solar Position (1950–2050), Solar Energy, vol. 42, no. 4,
77+
.. [2] J. W. Spencer, "Comments on The Astronomical Almanac's Algorithm for
78+
Approximate Solar Position (1950–2050)," Solar Energy, vol. 42, no. 4,
7979
pp. 353, 1989, :doi:`10.1016/0038-092x(89)90039-x`.
80-
.. [3] J. J. Michalsky, Errata, Solar Energy, vol. 41, no. 1,
80+
.. [3] J. J. Michalsky, "Errata," Solar Energy, vol. 41, no. 1,
8181
pp. 113, 1988, :doi:`10.1016/0038-092x(88)90122-3`.
82-
.. [4] J. J. Michalsky, Errata, Solar Energy, vol. 43, no. 5,
82+
.. [4] J. J. Michalsky, "Errata," Solar Energy, vol. 43, no. 5,
8383
pp. 323, 1989, :doi:`10.1016/0038-092x(89)90122-9`.
8484
"""
8585
times_utc = _pandas_to_utc(times)

src/solposx/solarposition/walraven.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ def walraven(times, latitude, longitude):
3434
3535
References
3636
----------
37-
.. [1] R. Walraven, Calculating the position of the sun, Solar Energy,
37+
.. [1] R. Walraven, "Calculating the position of the sun," Solar Energy,
3838
vol. 20, no. 5, pp. 393–397, 1978, :doi:`10.1016/0038-092x(78)90155-x`.
3939
.. [2] R. Walraven, "Erratum," Solar Energy,
4040
vol. 22, pp. 195, 1979, :doi:`10.1016/0038-092X(79)90106-3`
41-
.. [3] J. W. Spencer, Comments on The Astronomical Almanacs Algorithm for
42-
Approximate Solar Position (1950–2050), Solar Energy, vol. 42, no. 4,
41+
.. [3] J. W. Spencer, "Comments on The Astronomical Almanac's Algorithm for
42+
Approximate Solar Position (1950–2050)," Solar Energy, vol. 42, no. 4,
4343
pp. 353, 1989, :doi:`10.1016/0038-092x(89)90039-x`.
4444
"""
4545
times_utc = _pandas_to_utc(times)

0 commit comments

Comments
 (0)