JuliaAstro / LombScargle.jl

Compute Lomb-Scargle periodogram, suitable for unevenly sampled data. It supports multi-threading
https://juliaastro.github.io/LombScargle.jl/stable
Other
31 stars 14 forks source link

Fix link to planning the periodogram section #21

Closed felixcremer closed 4 years ago

felixcremer commented 4 years ago

This should fix the link between the tip and the planning the periodogram section.

codecov[bot] commented 4 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   99.25%   99.25%           
=======================================
  Files           8        8           
  Lines         267      267           
=======================================
  Hits          265      265           
  Misses          2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6953d6a...3816cfb. Read the comment docs.

giordano commented 4 years ago

Thanks!