Skip to content

Commit

Permalink
Merge pull request #156 from aidanmontare-fed/fix-reference-links
Browse files Browse the repository at this point in the history
fix citations that were not links
  • Loading branch information
aewallin committed May 4, 2024
2 parents 7448552 + 2607111 commit 291c412
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions allantools/allantools.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ def gcodev(data_1, data_2, rate=1.0, data_type="phase", taus=None):
References
----------
* [Vernotte2016]
* [Lantz2019]
* [Vernotte2016]_
* [Lantz2019]_
"""
phase_1 = input_to_phase(data_1, rate, data_type)
phase_2 = input_to_phase(data_2, rate, data_type)
Expand Down
2 changes: 1 addition & 1 deletion allantools/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def edf_simple(N, m, alpha):
Notes
-----
See [Stein1985]
See [Stein1985]_
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion allantools/noise_kasdin.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def adev_from_qd(self, tau0=1.0, tau=1.0):
Coefficients from [Dawkins2007]_.
Vernotte2015 Table I
[Vernotte2015]_ Table I
"""
# g_b = self.phase_psd_from_qd(tau0)
Expand Down

0 comments on commit 291c412

Please sign in to comment.