@@ -23,36 +23,36 @@ makedocs(
2323 modules = [Mill],
2424 pages = [
2525 " Home" => " index.md" ,
26- " Motivation" => " motivation.md" ,
27- " Manual" => [
28- " Nodes" => " manual/nodes.md" ,
29- " More on nodes" => " manual/more_on_nodes.md" ,
30- " Model reflection" => " manual/reflectin.md" ,
31- " Bag aggregation" => " manual/aggregation.md" ,
32- " Data in leaves" => " manual/leaf_data.md" ,
33- " Missing data" => " manual/missing.md" ,
34- " Custom nodes" => " manual/custom.md"
35- ],
36- " Examples" => [
37- " Musk" => " examples/musk/musk.md" ,
38- " GNNs in 16 lines" => " examples/graphs.md" ,
39- " DAGs" => " examples/dag.md" ,
40- " Processing JSONs" => " examples/jsons.md"
41- ],
42- " External tools" => [
43- " HierarchicalUtils.jl" => " tools/hierarchical.md"
44- ],
45- " Public API" => [
46- " Aggregation" => " api/aggregation.md" ,
47- " Bags" => " api/bags.md" ,
48- " Data nodes" => " api/data_nodes.md" ,
49- " Model nodes" => " api/model_nodes.md" ,
50- " Special Arrays" => " api/special_arrays.md" ,
51- " Switches" => " api/switches.md" ,
52- " Utilities" => " api/utilities.md"
53- ],
54- " References" => " references.md" ,
55- " Citation" => " citation.md"
26+ # "Motivation" => "motivation.md",
27+ # "Manual" => [
28+ # "Nodes" => "manual/nodes.md",
29+ # "More on nodes" => "manual/more_on_nodes.md",
30+ # "Model reflection" => "manual/reflectin.md",
31+ # "Bag aggregation" => "manual/aggregation.md",
32+ # "Data in leaves" => "manual/leaf_data.md",
33+ # "Missing data" => "manual/missing.md",
34+ # "Custom nodes" => "manual/custom.md"
35+ # ],
36+ # "Examples" => [
37+ # "Musk" => "examples/musk/musk.md",
38+ # "GNNs in 16 lines" => "examples/graphs.md",
39+ # "DAGs" => "examples/dag.md",
40+ # "Processing JSONs" => "examples/jsons.md"
41+ # ],
42+ # "External tools" => [
43+ # "HierarchicalUtils.jl" => "tools/hierarchical.md"
44+ # ],
45+ # "Public API" => [
46+ # "Aggregation" => "api/aggregation.md",
47+ # "Bags" => "api/bags.md",
48+ # "Data nodes" => "api/data_nodes.md",
49+ # "Model nodes" => "api/model_nodes.md",
50+ # "Special Arrays" => "api/special_arrays.md",
51+ # "Switches" => "api/switches.md",
52+ # "Utilities" => "api/utilities.md"
53+ # ],
54+ # "References" => "references.md",
55+ # "Citation" => "citation.md"
5656 ],
5757
5858 )
0 commit comments