From bf67203cd69d4d51ec3b2d83b2c85dd91085e412 Mon Sep 17 00:00:00 2001 From: Dominique Date: Wed, 3 Aug 2022 18:13:30 -0400 Subject: [PATCH 1/4] use strict=true in docs --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 94e9db1..b6f1d6d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,7 @@ makedocs( modules = [NLPModelsTest], doctest = true, linkcheck = false, - strict = false, + strict = true, format = Documenter.HTML( assets = ["assets/style.css"], prettyurls = get(ENV, "CI", nothing) == "true", From 53b488d10e381bcf806eee8d2725e07dedb26d9c Mon Sep 17 00:00:00 2001 From: tmigot Date: Thu, 4 Aug 2022 17:56:30 -0400 Subject: [PATCH 2/4] move HS13 docstring in correct page --- docs/src/problems.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/problems.md b/docs/src/problems.md index 82285db..956d9dd 100644 --- a/docs/src/problems.md +++ b/docs/src/problems.md @@ -8,6 +8,7 @@ We have implemented a few problems to be used with the consistency checks, expla - [`HS6`](@ref) - [`HS10`](@ref) - [`HS11`](@ref) + - [`HS13`](@ref) - [`HS14`](@ref) - [`LINCON`](@ref) - [`LINSV`](@ref) From 04b2d7ac584f31616a48f56bdc31e299351898d2 Mon Sep 17 00:00:00 2001 From: tmigot Date: Thu, 4 Aug 2022 19:06:03 -0400 Subject: [PATCH 3/4] bump Documenter --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 0d8fbc7..3a52a5d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,4 +2,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [compat] -Documenter = "~0.26" +Documenter = "0.27" From b957ef9ca27ae2d300987376217d57287febebed Mon Sep 17 00:00:00 2001 From: tmigot Date: Thu, 4 Aug 2022 19:06:13 -0400 Subject: [PATCH 4/4] remove duplicated docs --- docs/src/problems.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/src/problems.md b/docs/src/problems.md index 956d9dd..3d6f2ab 100644 --- a/docs/src/problems.md +++ b/docs/src/problems.md @@ -18,21 +18,3 @@ We have implemented a few problems to be used with the consistency checks, expla - [`MGH01`](@ref) - [`NLSHS20`](@ref) - [`NLSLC`](@ref) - -## Description - -```@docs -BROWNDEN -HS5 -HS6 -HS10 -HS11 -HS14 -LINCON -LINSV -MGH01Feas -LLS -MGH01 -NLSHS20 -NLSLC -``` \ No newline at end of file