Skip to content

Commit 2f0077f

Browse files
committed
make docs point to ecosystem wide docs
1 parent 5d716b0 commit 2f0077f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "TimeseriesSurrogates"
22
uuid = "c804724b-8c18-5caa-8579-6025a0767c70"
33
authors = ["Kristian Agasøster Haaga <kahaaga@gmail.com>", "George Datseris"]
44
repo = "https://github.com/JuliaDynamics/TimeseriesSurrogates.jl.git"
5-
version = "2.6.2"
5+
version = "2.6.3"
66

77
[deps]
88
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# TimeseriesSurrogates.jl
22

3-
[![](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://JuliaDynamics.github.io/TimeseriesSurrogates.jl/dev)
4-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDynamics.github.io/TimeseriesSurrogates.jl/stable)
3+
[![docsdev](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/timeseriessurrogates/dev/)
4+
[![docsstable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/timeseriessurrogates/stable/)
55
[![](https://img.shields.io/badge/DOI-10.21105/joss.04414-purple)](https://doi.org/10.21105/joss.04414)
66
[![CI](https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/workflows/CI/badge.svg)](https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/actions?query=workflow%3ACI)
77
[![codecov](https://codecov.io/gh/JuliaDynamics/TimeseriesSurrogates.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDynamics/TimeseriesSurrogates.jl)
88
[![Package Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/TimeseriesSurrogates)](https://pkgs.genieframework.com?packages=TimeseriesSurrogates)
99

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.
1313

1414
To install it, run `import Pkg; Pkg.add("TimeseriesSurrogates")`.
1515

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.
1717

1818
## Citing
1919

0 commit comments

Comments
 (0)