Skip to content

Commit

Permalink
STASH fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Oct 20, 2024
1 parent ff3a248 commit 197988f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function fix_literate_output(content)
return content
end

#=
gen_content_dir = joinpath(@__DIR__, "src")

tutorial_src = joinpath(@__DIR__, "src", "tutorial_lit.jl")
Expand All @@ -30,7 +29,7 @@ Literate.markdown(advanced_tutorial_src, gen_content_dir, name = "advanced_tutor
#Literate.markdown(advanced_tutorial_src, gen_content_dir, name = "advanced_tutorial", codefence = "```@repl advanced_tutorial" => "```", documenter = true, credit = true)
Literate.notebook(advanced_tutorial_src, gen_content_dir, execute = false, name = "mgvi_advanced_tutorial", documenter = true, credit = true)
Literate.script(advanced_tutorial_src, gen_content_dir, keep_comments = false, name = "mgvi_advanced_tutorial", documenter = true, credit = false)
=#


makedocs(
sitename = "MGVI",
Expand All @@ -41,8 +40,8 @@ makedocs(
),
pages = [
"Home" => "index.md",
#"Tutorial" => "tutorial.md",
#"Advanced Tutorial" => "advanced_tutorial.md",
"Tutorial" => "tutorial.md",
"Advanced Tutorial" => "advanced_tutorial.md",
"API" => "api.md",
"LICENSE" => "LICENSE.md",
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

```@eval
using Markdown
Markdown.parse_file(joinpath(@__DIR__, "..", "..", "..", "LICENSE.md"))
Markdown.parse_file(joinpath(@__DIR__, "..", "..", "LICENSE.md"))
```

0 comments on commit 197988f

Please sign in to comment.