From f3a6cf862e51991d3d3d530f8c057d407b97f5c5 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Sun, 5 Mar 2023 03:52:02 +0100 Subject: [PATCH] GFit -> GModelFit --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 015b8bb..e504e87 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,9 +1,9 @@ -using Revise, Documenter, GFit, Gnuplot +using Revise, Documenter, GModelFit, Gnuplot -makedocs(sitename="Gfit.jl", +makedocs(sitename="GModelFit.jl", authors = "Giorgio Calderone", format = Documenter.HTML(prettyurls = false), # uncomment for local use, comment for deployment - modules=[GFit], + modules=[GModelFit], pages = [ "Home" => "index.md", "Basic concepts and data types" => "concepts.md",