File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version = "0.1.0"
55Bibliography = " f1be7e48-bf82-45af-a471-ae754a193061"
66Franklin = " 713c75ef-9fc9-4b05-94a9-213340da978e"
77JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
8+ LinearOperators = " 5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
89NodeJS = " 2bd173c7-0d6d-553b-b6af-13a54713934c"
910
1011[compat ]
Original file line number Diff line number Diff line change 1+ using LinearOperators, LinearAlgebra, Franklin
Original file line number Diff line number Diff line change @@ -35,4 +35,10 @@ Generates
3535<span class="icon has-text-info">
3636<ion-icon name="copy"></ion-icon>
3737</span>
38- ~~~
38+ ~~~
39+
40+ ## Test list_versions
41+
42+ Check sandbox.jl (it is not actually being loaded).
43+
44+ {{ list_versions }}
Original file line number Diff line number Diff line change @@ -62,7 +62,13 @@ function badge(name, version)
6262 " 666" , " 999"
6363 end
6464
65- " <img class=\" badge\" src=\" https://img.shields.io/badge/$name -$version -$color ?style=flat-square&labelColor=$lbl_color \" >"
65+ badge_img = " <img class=\" badge\" src=\" https://img.shields.io/badge/$name -$version -$color ?style=flat-square&labelColor=$lbl_color \" >"
66+ if name in jso_pkgs
67+ link = " https://juliasmoothoptimizers.github.io/$name .jl/stable/"
68+ " <a href=\" $link \" >$badge_img </a>"
69+ else
70+ badge_img
71+ end
6672end
6773
6874function hfun_list_versions ()
You can’t perform that action at this time.
0 commit comments