Skip to content

Commit cc4a82d

Browse files
authored
use DemoCard v0.2 (#114)
1 parent d58d825 commit cc4a82d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AxisArrays = "0"
3030
ColorTypes = "0"
3131
Colors = "0"
3232
CoordinateTransformations = "0"
33-
DemoCards = "0.1.3"
33+
DemoCards = "0.2"
3434
Distances = "0"
3535
Documenter = "0.24.2"
3636
FileIO = "1"

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ using Images, ImageFiltering, ImageSegmentation, ImageFeatures, PaddedViews
33

44
branch = "master"
55

6-
theme = cardtheme()
7-
demos, postprocess_cb = makedemos("examples"; branch = branch)
6+
templates, theme = cardtheme("grid")
7+
demos, demos_cb = makedemos("examples", templates; branch = branch)
88

99
format = Documenter.HTML(edit_link = "source",
1010
prettyurls = get(ENV, "CI", nothing) == "true",
@@ -35,7 +35,7 @@ makedocs(modules = [Images, ImageCore, Colors, ColorTypes, FixedPointNumbers, I
3535
"api_comparison.md",
3636
])
3737

38-
postprocess_cb()
38+
demos_cb()
3939

4040
deploydocs(repo = "github.com/JuliaImages/juliaimages.github.io.git",
4141
target = "build",

0 commit comments

Comments
 (0)