From 72ba3bbabbb0fc43909a12cbf0d9052622d93623 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <MichielCottaar@protonmail.com> Date: Tue, 30 Jul 2024 16:43:14 +0100 Subject: [PATCH] Remove unresolvable links --- src/build_sequences.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/build_sequences.jl b/src/build_sequences.jl index 8a55ddf..f756a68 100644 --- a/src/build_sequences.jl +++ b/src/build_sequences.jl @@ -44,9 +44,9 @@ seq = Sequence( ``` You can also add any arbitrary constraints or objectives using one of: -- [`set_simple_constraints!`](@ref) -- [`apply_simple_constraint!`](@ref) -- [`add_cost_function!`](@ref) +- `set_simple_constraints!` +- `apply_simple_constraint!` +- `add_cost_function!` As soon as the code block ends the sequence is optimised (if `optimise=true`) and returned. -- GitLab