Skip to content

Commit

Permalink
ref to Workflow to prevent duplicated explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
JanJereczek committed Jan 17, 2024
1 parent b64781c commit 3986a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Performing the step-by-step analysis of transition indicators is possible and mi
TransitionsInTimeseries.jl wraps this typical workflow into a simple, extendable, and modular API that researchers can use with little effort. In addition, it allows performing the same analysis for several indicators / change metrics in one go.
The interface is simple, and directly parallelizes the [Workflow](@ref). It is based on the creation of a [`SurrogatesSignificance`](@ref), which contains a list of indicators, and corresponding metrics, to use for doing the above analysis. It also specifies what kind of surrogates to generate.
The interface is simple, and directly parallelizes the [Workflow](@ref).
The following blocks illustrate how the above extensive example is re-created in TransitionsInTimeseries.jl
=#
Expand Down

0 comments on commit 3986a3a

Please sign in to comment.