Skip to content

Commit

Permalink
make docs point to ecosystem wide docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Oct 20, 2023
1 parent 3d92f44 commit 8668aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RecurrenceAnalysis"
uuid = "639c3291-70d9-5ea2-8c5b-839eba1ee399"
repo = "https://github.com/JuliaDynamics/RecurrenceAnalysis.jl.git"
version = "2.0.5"
version = "2.0.6"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# RecurrenceAnalysis.jl

[![](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://JuliaDynamics.github.io/RecurrenceAnalysis.jl/dev)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDynamics.github.io/RecurrenceAnalysis.jl/stable)
[![docsdev](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/recurrenceanalysis/dev/)
[![docsstable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/recurrenceanalysis/stable/)
[![CI](https://github.com/JuliaDynamics/RecurrenceAnalysis.jl/workflows/CI/badge.svg)](https://github.com/JuliaDynamics/RecurrenceAnalysis.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/JuliaDynamics/RecurrenceAnalysis.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDynamics/RecurrenceAnalysis.jl)
[![Package Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/RecurrenceAnalysis)](https://pkgs.genieframework.com?packages=RecurrenceAnalysis)

A Julia package that offers tools for computing Recurrence Plots and exploring them within the framework of Recurrence Quantification Analysis and Recurrence Network Analysis.
It can be used as a standalone package, or as part of
[DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/dev/).
It can be used as a standalone package, or as part of DynamicalSystems.jl.

To install it, run `import Pkg; Pkg.add("RecurrenceAnalysis")`.

All further information is provided in the documentation, which you can either find [online](https://juliadynamics.github.io/RecurrenceAnalysis.jl/dev/) or build locally by running the `docs/make.jl` file.
All further information is provided in the documentation, which you can either find online or build locally by running the `docs/make.jl` file.

0 comments on commit 8668aae

Please sign in to comment.