Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebodin committed Sep 26, 2024
1 parent 3eb6e62 commit 97f40a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,16 @@ using Documenter

makedocs(;
modules = [Quiver],
doctest = false,
doctest = true,
clean = true,
format = Documenter.HTML(;
mathengine = Documenter.MathJax2(),
prettyurls = false,
# Prevents the edit on github button from showing up
edit_link = nothing,
footer = nothing,
disable_git = true,
repolink = nothing,
),
format = Documenter.HTML(; mathengine = Documenter.MathJax2()),
sitename = "Quiver.jl",
warnonly = true,
pages = [
"Home" => [
"Overview" => "home.md",
],
"Manual" => [
"Reading Data" => "reading.md",
"Writing Data" => "writing.md",
"Examples" => "examples.md",
],
"Home" => "index.md",
"Reading" => "reading.md",
"Writing" => "writing.md",
"Examples" => "examples.md",
],
)

Expand Down
File renamed without changes.

0 comments on commit 97f40a2

Please sign in to comment.