File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,15 @@ push!(LOAD_PATH, "../ext/")
7
7
8
8
include (joinpath (@__DIR__ , " .." , " ext" , " JetVisualisation.jl" ))
9
9
10
- makedocs (sitename= " JetReconstruction.jl" ,
11
- format= MarkdownVitepress (
12
- repo= " github.com/JuliaHEP/JetReconstruction.jl" ,
13
- ),
14
- pages= [
15
- " Home" => " index.md" ,
16
- " Examples" => " examples.md" ,
17
- " Reference" => Any[" Public API" => " lib/public.md" ,
18
- " Internal API" => " lib/internal.md" ,
19
- " Visualisation API" => " lib/visualisation.md" ]
20
- ])
10
+ makedocs (sitename = " JetReconstruction.jl" ,
11
+ format = MarkdownVitepress (repo = " github.com/JuliaHEP/JetReconstruction.jl" ),
12
+ pages = [
13
+ " Home" => " index.md" ,
14
+ " Examples" => " examples.md" ,
15
+ " Reference" => Any[" Public API" => " lib/public.md" ,
16
+ " Internal API" => " lib/internal.md" ,
17
+ " Visualisation API" => " lib/visualisation.md" ]
18
+ ])
21
19
22
20
deploydocs (repo = " github.com/JuliaHEP/JetReconstruction.jl.git" ,
23
21
push_preview = true )
You can’t perform that action at this time.
0 commit comments