@@ -6,18 +6,24 @@ const REPO = Remotes.GitHub("JuliaAI", "LearnAPI.jl")
6
6
7
7
makedocs (
8
8
modules= [LearnAPI,],
9
- format= Documenter. HTML (prettyurls = get (ENV , " CI" , nothing ) == " true" ),
9
+ format= Documenter. HTML (
10
+ prettyurls = get (ENV , " CI" , nothing ) == " true" ,
11
+ collapselevel = 1 ,
12
+ ),
10
13
pages= [
11
14
" Home" => " index.md" ,
12
15
" Anatomy of an Implementation" => " anatomy_of_an_implementation.md" ,
13
- " Reference" => " reference.md" ,
14
- " Kinds of Target Proxy" => " kinds_of_target_proxy.md" ,
15
- " fit" => " fit.md" ,
16
- " predict, transform, and relatives" => " predict_transform.md" ,
17
- " minimize" => " minimize.md" ,
18
- " obs" => " obs.md" ,
19
- " Accessor Functions" => " accessor_functions.md" ,
20
- " Algorithm Traits" => " traits.md" ,
16
+ " Reference" => [
17
+ " Overview" => " reference.md" ,
18
+ " fit/update" => " fit_update.md" ,
19
+ " predict/transform" => " predict_transform.md" ,
20
+ " Kinds of Target Proxy" => " kinds_of_target_proxy.md" ,
21
+ " minimize" => " minimize.md" ,
22
+ " target/weights/features" => " target_weights_features.md" ,
23
+ " obs" => " obs.md" ,
24
+ " Accessor Functions" => " accessor_functions.md" ,
25
+ " Algorithm Traits" => " traits.md" ,
26
+ ],
21
27
" Common Implementation Patterns" => " common_implementation_patterns.md" ,
22
28
" Testing an Implementation" => " testing_an_implementation.md" ,
23
29
],
0 commit comments