Skip to content

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti authored Sep 5, 2023
1 parent 9d25a87 commit 8789e74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
13 changes: 5 additions & 8 deletions EasyJobsBase/docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using EasyJobsBase
using Documenter

DocMeta.setdocmeta!(EasyJobsBase, :DocTestSetup, :(using EasyJobsBase, Thinkers); recursive=true)
DocMeta.setdocmeta!(
EasyJobsBase, :DocTestSetup, :(using EasyJobsBase, Thinkers); recursive=true
)

makedocs(;
modules=[EasyJobsBase],
Expand All @@ -16,9 +18,7 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"Manual" => [
"Installation guide" => "installation.md",
],
"Manual" => ["Installation guide" => "installation.md"],
"API Reference" => "api.md",
"Developer Docs" => [
"Contributing" => "developers/contributing.md",
Expand All @@ -29,7 +29,4 @@ makedocs(;
],
)

deploydocs(;
repo="github.com/MineralsCloud/EasyJobsBase.jl",
devbranch="main",
)
deploydocs(; repo="github.com/MineralsCloud/EasyJobsBase.jl", devbranch="main")
9 changes: 2 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"Manual" => [
"Installation guide" => "installation.md",
],
"Manual" => ["Installation guide" => "installation.md"],
"Public API" => "public.md",
"Developer Docs" => [
"Contributing" => "developers/contributing.md",
Expand All @@ -29,7 +27,4 @@ makedocs(;
],
)

deploydocs(;
repo="github.com/MineralsCloud/EasyJobs.jl",
devbranch="main",
)
deploydocs(; repo="github.com/MineralsCloud/EasyJobs.jl", devbranch="main")

0 comments on commit 8789e74

Please sign in to comment.