From 35fbb061a7430528ac9d25356b7dc7054ee2f0b6 Mon Sep 17 00:00:00 2001 From: schillic Date: Sun, 14 Jan 2024 14:27:32 +0100 Subject: [PATCH] fix docs --- src/Discretization/DiscretizationModule.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Discretization/DiscretizationModule.jl b/src/Discretization/DiscretizationModule.jl index e2c6ece14..f8e7b414b 100644 --- a/src/Discretization/DiscretizationModule.jl +++ b/src/Discretization/DiscretizationModule.jl @@ -66,8 +66,7 @@ The initial value problem of a discrete system. ### Notes Different approximation algorithms and their respective options are described -in the docstring of each method, e.g. [`Forward`](@ref). Here is a list of all -the available approximation models: +in the docstring of each method. Here is a list of all the available approximation models: ```jldoctest julia> subtypes(ReachabilityAnalysis.AbstractApproximationModel)