Skip to content

Commit

Permalink
documentation addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mendzmartin committed Aug 27, 2023
1 parent 2403627 commit 8f395e0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ using TimeIndependentSchrodingerEquation
makedocs(
sitename = "TimeIndependentSchrodingerEquation.jl",
modules = [TimeIndependentSchrodingerEquation],
pages = ["Home" => "index.md",
"Guide Information"=>"guide_information",
"Function Information" => "function_information.md"
"Simulation Examples" => "simulation_example.md"
"Contact Information" => "contact_information.md"],
pages = [
"Home" => "index.md",
"Guide Information"=>"guide_information",
"Function Information" => "function_information.md",
"Simulation Example" => "simulation_example.md",
"Contact Information" => "contact_information.md"
],
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
assets = String[],),
Expand Down

0 comments on commit 8f395e0

Please sign in to comment.