Skip to content

Commit

Permalink
remove related subpages
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Feb 22, 2024
1 parent 897ef95 commit 4c15666
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ docsmodules = [
("TimeseriesSurrogates", "dozes of ways to generate timeseries surrogates and tests hypothesis"),
("RecurrenceAnalysis", "recurrence quantification and recurrence network analysis"),
],
"Related" => [
("SignalDecomposition", "decompose timeseries into components such as noise+signal or periodic+aperiodic"),
# ("ARFIMA", "generate ARFIMA process timeseries"), # problem, doesn't have github pages
# ("CausalityTools", "hundreds of algorithms for relational/causal timeseries analysis and causal graphs"),
# ("Agents", "fastest, simplest, most featureful agent based modelling framework"),
# ("ConcurrentSim", "discrete event process oriented simulation framework"),
# ("DynamicalBilliards", "flexible extendable billiard simulations in 2D"),
],
]

docs = []
Expand Down Expand Up @@ -112,4 +104,4 @@ if "deploy" in ARGS
else
@info "Skipping deployment, 'deploy' not passed. Generated files in docs/out." ARGS
cp(outpath, joinpath(@__DIR__, "out"), force = true)
end
end

0 comments on commit 4c15666

Please sign in to comment.