From 4c15666fe8626c94a957cfefc440144901849c43 Mon Sep 17 00:00:00 2001 From: George Datseris Date: Thu, 22 Feb 2024 10:59:11 +0000 Subject: [PATCH] remove related subpages --- docs/make.jl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 361d2a115..6d258bc8e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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 = [] @@ -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 \ No newline at end of file +end