Gnuplot.jl/docs/make.jl
Giorgio Calderone fa435eee04 Docs updated
2020-04-01 20:37:31 +02:00

16 lines
559 B
Julia

using Documenter, Gnuplot
makedocs(sitename="Gnuplot.jl",
authors = "Giorgio Calderone",
format = Documenter.HTML(prettyurls = false), # uncomment for local use, comment for deployment
modules=[Gnuplot],
pages = [
"Home" => "index.md",
"Installation" => "install.md",
"Basic usage" => "basic.md",
"Advanced usage" => "advanced.md",
"Gnuplot terminals" => "terminals.md",
"Examples" => "examples.md",
"API" => "api.md"
])