|
1 | 1 | # TimeseriesSurrogates.jl
|
2 | 2 |
|
3 |
| -[](https://JuliaDynamics.github.io/TimeseriesSurrogates.jl/dev) |
4 |
| -[](https://JuliaDynamics.github.io/TimeseriesSurrogates.jl/stable) |
| 3 | +[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/timeseriessurrogates/dev/) |
| 4 | +[](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/timeseriessurrogates/stable/) |
5 | 5 | [](https://doi.org/10.21105/joss.04414)
|
6 | 6 | [](https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/actions?query=workflow%3ACI)
|
7 | 7 | [](https://codecov.io/gh/JuliaDynamics/TimeseriesSurrogates.jl)
|
8 | 8 | [](https://pkgs.genieframework.com?packages=TimeseriesSurrogates)
|
9 | 9 |
|
10 |
| -A Julia package for generating timeseries surrogates. TimeseriesSurrogates.jl is the fastest and most featureful open source code for generating timeseries surrogates. |
11 |
| -It can be used as a standalone package, or as part of |
12 |
| -[DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/dev/). |
| 10 | +A Julia package for generating timeseries surrogates. |
| 11 | +TimeseriesSurrogates.jl is the fastest and most featureful open source code for generating timeseries surrogates. |
| 12 | +It can be used as a standalone package, or as part of other projects in JuliaDynamics such as DynamicalSystems.jl or CausalityTools.jl. |
13 | 13 |
|
14 | 14 | To install it, run `import Pkg; Pkg.add("TimeseriesSurrogates")`.
|
15 | 15 |
|
16 |
| -All further information is provided in the documentation, which you can either find [online](https://juliadynamics.github.io/TimeseriesSurrogates.jl/dev/) or build locally by running the `docs/make.jl` file. |
| 16 | +All further information is provided in the documentation, which you can either find online or build locally by running the `docs/make.jl` file. |
17 | 17 |
|
18 | 18 | ## Citing
|
19 | 19 |
|
|
0 commit comments