Skip to content

Commit

Permalink
fix citations that were not links
Browse files Browse the repository at this point in the history
I did not change places where function arguments referenced a citation but the link was already in the main body of the description (i.e. `allantools.tdev_realtime`)
  • Loading branch information
aidanmontare-fed committed May 3, 2024
1 parent 8faefa9 commit 2607111
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 2607111

Please sign in to comment.