Gnuplot.jl/docs/make.jl
Giorgio Calderone 8ada9b0e9d Docs updated
2020-03-26 09:52:57 +01:00

16 lines
547 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 techniques" => "advanced.md",
"Tips" => "tips.md",
"Examples" => "examples.md",
"API" => "api.md"
])