Skip to content

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti authored and github-actions[bot] committed Feb 6, 2024
1 parent bace0d2 commit 730ba0b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
using QuantumESPRESSOBase
using Documenter

DocMeta.setdocmeta!(QuantumESPRESSOBase, :DocTestSetup, :(using QuantumESPRESSOBase, QuantumESPRESSOBase.PWscf, QuantumESPRESSOBase.PHonon); recursive=true)
DocMeta.setdocmeta!(
QuantumESPRESSOBase,
:DocTestSetup,
:(using QuantumESPRESSOBase, QuantumESPRESSOBase.PWscf, QuantumESPRESSOBase.PHonon);
recursive=true,
)

makedocs(;
modules=[QuantumESPRESSOBase],
Expand All @@ -22,7 +27,7 @@ makedocs(;
"Public API" => "lib/public.md",
"Internals" => map(
s -> "lib/internals/$(s)",
sort(readdir(joinpath(@__DIR__, "src/lib/internals")))
sort(readdir(joinpath(@__DIR__, "src/lib/internals"))),
),
],
"Developer Docs" => [
Expand All @@ -33,7 +38,4 @@ makedocs(;
],
)

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

0 comments on commit 730ba0b

Please sign in to comment.