Skip to content

Commit 950aabc

Browse files
committed
Fix syntax for references
1 parent 183932a commit 950aabc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/thunderstorm_detection_and_tracking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
Radar Tracking algorithm (:cite:`TRT2004`) used operationally at MeteoSwiss.
1515
Modifications include advecting the identified thunderstorms with the optical flow
1616
obtained from pysteps, as well as additional options in the thresholding. A detailed
17-
description is published in Appendix A of :cite: 'Feldmann2021'.
17+
description is published in Appendix A of :cite:`Feldmann2021`.
1818
1919
References
2020
..........
2121
:cite:`TRT2004`
22-
:cite: 'Feldmann2021'
22+
:cite:`Feldmann2021`
2323
2424
@author: feldmann-m
2525
"""

0 commit comments

Comments
 (0)