|
3 | 3 | | **Documentation** | **Build Status** | **Code Coverage** | |
4 | 4 | |:---------------------------------------:|:-----------------------------------:|:-------------------------------:| |
5 | 5 | | [![][docs-stable-img]][docs-stable-url] | [![Build Status][gha-img]][gha-url] | [![][coveral-img]][coveral-url] | |
6 | | -| [![][docs-latest-img]][docs-latest-url] | | [![][codecov-img]][codecov-url] | |
| 6 | +| [![][docs-dev-img]][docs-dev-url] | | [![][codecov-img]][codecov-url] | |
7 | 7 |
|
8 | 8 | Introduction |
9 | 9 | ------------ |
@@ -120,7 +120,7 @@ If the signal has uncertainties, the `signal` vector can also be a vector of |
120 | 120 | which case you need not to pass a separate `errors` vector for the uncertainties |
121 | 121 | of the signal. You can create arrays of `Measurement` objects with the |
122 | 122 | `measurement` function, see `Measurements.jl` manual at |
123 | | -https://juliaphysics.github.io/Measurements.jl/latest/ for more details. |
| 123 | +https://juliaphysics.github.io/Measurements.jl/dev/ for more details. |
124 | 124 |
|
125 | 125 | With the `LombScargle.plan` function you can pre-plan a periodogram and save |
126 | 126 | time and memory for the actual computation of the periodogram. See the |
@@ -234,17 +234,17 @@ Astropy Team. |
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
237 | | -[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg |
238 | | -[docs-latest-url]: https://juliaastro.github.io/LombScargle.jl/latest/ |
| 237 | +[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg |
| 238 | +[docs-dev-url]: https://juliaastro.org/LombScargle.jl/dev/ |
239 | 239 |
|
240 | 240 | [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
241 | | -[docs-stable-url]: https://juliaastro.github.io/LombScargle.jl/stable/ |
| 241 | +[docs-stable-url]: https://juliaastro.org/LombScargle/stable/ |
242 | 242 |
|
243 | 243 | [gha-img]: https://github.com/JuliaAstro/LombScargle.jl/workflows/CI/badge.svg |
244 | 244 | [gha-url]: https://github.com/JuliaAstro/LombScargle.jl/actions?query=workflow%3ACI |
245 | 245 |
|
246 | 246 | [coveral-img]: https://coveralls.io/repos/github/JuliaAstro/LombScargle.jl/badge.svg?branch=master |
247 | 247 | [coveral-url]: https://coveralls.io/github/JuliaAstro/LombScargle.jl?branch=master |
248 | 248 |
|
249 | | -[codecov-img]: https://codecov.io/gh/JuliaAstro/LombScargle.jl/branch/master/graph/badge.svg |
| 249 | +[codecov-img]: https://codecov.io/gh/JuliaAstro/LombScargle.jl/graph/badge.svg?token=c8Vz9GBFNH |
250 | 250 | [codecov-url]: https://codecov.io/gh/JuliaAstro/LombScargle.jl |
0 commit comments