Skip to content

Commit 444ffde

Browse files
add empty examples and update make
1 parent 685f911 commit 444ffde

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ makedocs(
1616
sitename = "RegularizedOptimization.jl",
1717
pages = [
1818
"Home" => "index.md",
19-
"Algorithms" => "algorithms.md",
19+
"Algorithms" => "algorithms.md",
20+
"Regularizers" => "regularizers.md",
2021
"Examples" => [
21-
joinpath("examples", "bpdn.md"),
22-
joinpath("examples", "fh.md")
22+
joinpath("examples", "basic.md"),
23+
joinpath("examples", "ls.md"),
24+
joinpath("examples", "custom_regularizer.md")
2325
],
2426
"Reference" => "reference.md",
2527
"Bibliography" => "bibliography.md"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Custom regularizers

docs/src/examples/ls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# A regularized least-square problem

0 commit comments

Comments
 (0)