Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Jun 14, 2024
1 parent af19f45 commit ecb536f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ Documenter.makedocs(;
),
pages=[
"Introduction" => "introduction.md",
"Gallery" => "examples.md",
"Data" => "data.md",
"Developer documentation" => [
"Nonlinear transforms" => "nonlinear_transforms.md",
"Architecture" => "architecture.md",
"Adding demos" => "adding_demos.md",
"Test example page" => "examples.md",
],
"Examples" => joinpath.(("examples",), replace.(examples, (".jl" => ".md",))),
],
Expand Down Expand Up @@ -143,4 +143,4 @@ deploydocs(;
# documenter_example_paths = joinpath.(
# ("examples"),
# first.(splitext.(last.(splitdir.(examples)))) .* (".md",)
# )
# )

0 comments on commit ecb536f

Please sign in to comment.