Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 7, 2019
1 parent cc11445 commit 2d77be8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
using Documenter, GeophysicalFlows
# Workaround for JuliaLang/julia/pull/28625
if Base.HOME_PROJECT[] !== nothing
Base.HOME_PROJECT[] = abspath(Base.HOME_PROJECT[])
end

using
Documenter,
GeophysicalFlows

makedocs(
modules = [GeophysicalFlows],
modules = [FourierFlows],
doctest = false, clean = true,
checkdocs = :all,
format = :html,
authors = "Gregory L. Wagner and Navid C. Constantinou",
sitename = "GeophysicalFlows.jl",
sitename = "FourierFlows.jl",
pages = Any[
"Home" => "index.md",
"Modules" => Any[
"modules/twodturb.md",
"modules/barotropicqg.md"
],
"Code Basics" => "basics.md",
"Forcing" => "forcing.md",
"DocStrings" => Any[
"man/types.md",
"man/functions.md"]
]
)

deploydocs(
repo = "github.com/FourierFlows/GeophysicalFlows.jl.git",
target = "build",
deps = nothing,
make = nothing
)
deploydocs(repo = "github.com/FourierFlows/FourierFlows.jl.git")

0 comments on commit 2d77be8

Please sign in to comment.