Skip to content

Commit

Permalink
GFit -> GModelFit
Browse files Browse the repository at this point in the history
  • Loading branch information
gcalderone committed Mar 5, 2023
1 parent 0b9c5ac commit f3a6cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f3a6cf8

Please sign in to comment.