From 42734d474a32645d6978ccca33f128adb867bec0 Mon Sep 17 00:00:00 2001 From: Antoine Aspeel Date: Sat, 19 Apr 2025 18:46:06 +0200 Subject: [PATCH 1/2] Add missing link --- docs/src/tutorials/Systems and Control/julia_set.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/Systems and Control/julia_set.jl b/docs/src/tutorials/Systems and Control/julia_set.jl index 4ddc86402..a78cf9ed7 100644 --- a/docs/src/tutorials/Systems and Control/julia_set.jl +++ b/docs/src/tutorials/Systems and Control/julia_set.jl @@ -39,7 +39,7 @@ function in_set(x, c, m=2000) end # To sort of minimize a level set of a polynomial we minimize integral of that polynomial. -# We borrow the following from https://doi.org/10.1080/00029890.2001.11919774 +# We borrow the following from [here](https://doi.org/10.1080/00029890.2001.11919774). using SpecialFunctions using DynamicPolynomials From 3c3ba213b4bb6910fe6f2c2f304c52df708ceb2c Mon Sep 17 00:00:00 2001 From: Antoine Aspeel Date: Sat, 19 Apr 2025 19:16:44 +0200 Subject: [PATCH 2/2] Fix link to SOSTOOLS user manual --- docs/src/tutorials/Other Applications/bounds_in_probability.jl | 2 +- .../Polynomial Optimization/bound_on_global_extremum.jl | 2 +- .../tutorials/Systems and Control/lyapunov_function_search.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/tutorials/Other Applications/bounds_in_probability.jl b/docs/src/tutorials/Other Applications/bounds_in_probability.jl index d0733f51e..0a6216583 100644 --- a/docs/src/tutorials/Other Applications/bounds_in_probability.jl +++ b/docs/src/tutorials/Other Applications/bounds_in_probability.jl @@ -2,7 +2,7 @@ #md # [![](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/generated/Other Applications/bounds_in_probability.ipynb) #md # [![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/Other Applications/bounds_in_probability.ipynb) -# **Adapted from**: SOSTOOLS' SOSDEMO8 (See Section 4.8 of [SOSTOOLS User's Manual](http://sysos.eng.ox.ac.uk/sostools/sostools.pdf)) +# **Adapted from**: SOSTOOLS' SOSDEMO8 (See Section 4.8 of [SOSTOOLS User's Manual](https://github.com/oxfordcontrol/SOSTOOLS/blob/SOSTOOLS400/docs/SOSTOOLS_400.pdf)) using Test #src diff --git a/docs/src/tutorials/Polynomial Optimization/bound_on_global_extremum.jl b/docs/src/tutorials/Polynomial Optimization/bound_on_global_extremum.jl index 2d3fa94eb..57ea06b88 100644 --- a/docs/src/tutorials/Polynomial Optimization/bound_on_global_extremum.jl +++ b/docs/src/tutorials/Polynomial Optimization/bound_on_global_extremum.jl @@ -2,7 +2,7 @@ #md # [![](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/generated/Polynomial Optimization/bound_on_blobal_extremum.ipynb) #md # [![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/Polynomial Optimization/bound_on_global_extremum.ipynb) -# **Adapted from**: SOSTOOLS' SOSDEMO3 (See Section 4.3 of [SOSTOOLS User's Manual](http://sysos.eng.ox.ac.uk/sostools/sostools.pdf)) +# **Adapted from**: SOSTOOLS' SOSDEMO3 (See Section 4.3 of [SOSTOOLS User's Manual](https://github.com/oxfordcontrol/SOSTOOLS/blob/SOSTOOLS400/docs/SOSTOOLS_400.pdf)) using Test #src using DynamicPolynomials diff --git a/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl b/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl index e2edb6ac8..1861b366d 100644 --- a/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl +++ b/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl @@ -2,7 +2,7 @@ #md # [![](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/generated/Systems and Control/lyapunov_function_search.ipynb) #md # [![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/Systems and Control/lyapunov_function_search.ipynb) -# **Adapted from**: SOSTOOLS' SOSDEMO2 (See Section 4.2 of [SOSTOOLS User's Manual](http://sysos.eng.ox.ac.uk/sostools/sostools.pdf)) +# **Adapted from**: SOSTOOLS' SOSDEMO2 (See Section 4.2 of [SOSTOOLS User's Manual](https://github.com/oxfordcontrol/SOSTOOLS/blob/SOSTOOLS400/docs/SOSTOOLS_400.pdf)) using Test #src using DynamicPolynomials