Skip to content

Commit e3459cd

Browse files
committed
fix docs
1 parent 54fe4a3 commit e3459cd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/make.jl

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ makedocs(;
3131
pages=[
3232
"Home" => "index.md",
3333
"Tutorials" => [
34-
"Independent Set Problem" => "tutorials/IndependentSet.md",
35-
"Max-Cut Problem" => "tutorials/MaxCut.md",
36-
"Other Problems" => "tutorials/Others.md",
34+
"Independent set problem" => "tutorials/Independence.md",
35+
"Maximal independent set problem" => "tutorials/MaximalIndependence.md",
36+
"Cutting problem" => "tutorials/MaxCut.md",
37+
"Matching problem" => "tutorials/Coloring.md",
38+
"Binary paint shop problem" => "tutorials/PaintShop.md",
39+
"Coloring problem" => "tutorials/Coloring.md",
40+
"Other problems" => "tutorials/Others.md",
3741
],
3842
"References" => "ref.md",
3943
],
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)