@@ -23,28 +23,56 @@ function generate_api_reference(src_dir::String)
2323 joinpath (" Core" , " types.jl" ), joinpath (" Core" , " matrix_utils.jl" ),
2424 joinpath (" Core" , " function_utils.jl" ), joinpath (" Core" , " macros.jl" ),
2525 )),
26- (mod= CTBase. Interpolation, title= " Interpolation" , filename= " interpolation" , files= src (
27- joinpath (" Interpolation" , " Interpolation.jl" ), joinpath (" Interpolation" , " types.jl" ),
28- joinpath (" Interpolation" , " ctinterpolate.jl" ), joinpath (" Interpolation" , " display.jl" ),
29- )),
3026 (mod= CTBase. Descriptions, title= " Descriptions" , filename= " descriptions" , files= src (
3127 joinpath (" Descriptions" , " Descriptions.jl" ), joinpath (" Descriptions" , " types.jl" ),
3228 joinpath (" Descriptions" , " similarity.jl" ), joinpath (" Descriptions" , " display.jl" ),
3329 joinpath (" Descriptions" , " catalog.jl" ), joinpath (" Descriptions" , " complete.jl" ),
3430 joinpath (" Descriptions" , " remove.jl" ),
3531 )),
32+ (mod= CTBase. DevTools, title= " DevTools" , filename= " devtools" , files= src (
33+ joinpath (" DevTools" , " DevTools.jl" ), joinpath (" DevTools" , " coverage_postprocessing.jl" ),
34+ joinpath (" DevTools" , " documenter_reference.jl" ), joinpath (" DevTools" , " test_runner.jl" ),
35+ )),
3636 (mod= CTBase. Exceptions, title= " Exceptions" , filename= " exceptions" , files= src (
3737 joinpath (" Exceptions" , " Exceptions.jl" ), joinpath (" Exceptions" , " types.jl" ),
3838 joinpath (" Exceptions" , " display.jl" ),
3939 )),
40+ (mod= CTBase. Interpolation, title= " Interpolation" , filename= " interpolation" , files= src (
41+ joinpath (" Interpolation" , " Interpolation.jl" ), joinpath (" Interpolation" , " types.jl" ),
42+ joinpath (" Interpolation" , " ctinterpolate.jl" ), joinpath (" Interpolation" , " display.jl" ),
43+ )),
44+ (mod= CTBase. Options, title= " Options" , filename= " options" , files= src (
45+ joinpath (" Options" , " Options.jl" ), joinpath (" Options" , " not_provided.jl" ),
46+ joinpath (" Options" , " option_value.jl" ), joinpath (" Options" , " option_definition.jl" ),
47+ joinpath (" Options" , " extraction.jl" ),
48+ )),
49+ (mod= CTBase. Orchestration, title= " Orchestration" , filename= " orchestration" , files= src (
50+ joinpath (" Orchestration" , " Orchestration.jl" ),
51+ joinpath (" Orchestration" , " disambiguation.jl" ),
52+ joinpath (" Orchestration" , " builders.jl" ),
53+ joinpath (" Orchestration" , " routing.jl" ),
54+ )),
55+ (mod= CTBase. Strategies, title= " Strategies" , filename= " strategies" , files= src (
56+ joinpath (" Strategies" , " Strategies.jl" ),
57+ joinpath (" Strategies" , " display_formatting.jl" ),
58+ joinpath (" Strategies" , " contract" , " abstract_strategy.jl" ),
59+ joinpath (" Strategies" , " contract" , " metadata.jl" ),
60+ joinpath (" Strategies" , " contract" , " strategy_options.jl" ),
61+ joinpath (" Strategies" , " contract" , " parameters.jl" ),
62+ joinpath (" Strategies" , " api" , " registry.jl" ),
63+ joinpath (" Strategies" , " api" , " describe_registry.jl" ),
64+ joinpath (" Strategies" , " api" , " introspection.jl" ),
65+ joinpath (" Strategies" , " api" , " bypass.jl" ),
66+ joinpath (" Strategies" , " api" , " builders.jl" ),
67+ joinpath (" Strategies" , " api" , " configuration.jl" ),
68+ joinpath (" Strategies" , " api" , " utilities.jl" ),
69+ joinpath (" Strategies" , " api" , " validation_helpers.jl" ),
70+ joinpath (" Strategies" , " api" , " disambiguation.jl" ),
71+ )),
4072 (mod= CTBase. Unicode, title= " Unicode" , filename= " unicode" , files= src (
4173 joinpath (" Unicode" , " Unicode.jl" ), joinpath (" Unicode" , " subscripts.jl" ),
4274 joinpath (" Unicode" , " superscripts.jl" ),
4375 )),
44- (mod= CTBase. DevTools, title= " DevTools" , filename= " devtools" , files= src (
45- joinpath (" DevTools" , " DevTools.jl" ), joinpath (" DevTools" , " coverage_postprocessing.jl" ),
46- joinpath (" DevTools" , " documenter_reference.jl" ), joinpath (" DevTools" , " test_runner.jl" ),
47- )),
4876 ]
4977
5078 pages = [
0 commit comments