Skip to content

Commit 1c204d8

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Format all scripts in blue style
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent 92b0c37 commit 1c204d8

40 files changed

+2707
-1344
lines changed

docs/make.jl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ DocMeta.setdocmeta!(
99
)
1010

1111
makedocs(;
12-
modules = [MultilayerGraphs],
13-
authors = "Pietro Monticone, Claudio Moroni",
14-
repo = "https://github.com/JuliaGraphs/MultilayerGraphs.jl/blob/{commit}{path}#{line}",
15-
sitename = "MultilayerGraphs.jl",
16-
format = Documenter.HTML(;
12+
modules=[MultilayerGraphs],
13+
authors="Pietro Monticone, Claudio Moroni",
14+
repo="https://github.com/JuliaGraphs/MultilayerGraphs.jl/blob/{commit}{path}#{line}",
15+
sitename="MultilayerGraphs.jl",
16+
format=Documenter.HTML(;
1717
prettyurls=get(ENV, "CI", "false") == "true",
18-
canonical ="https://juliagraphs.org/MultilayerGraphs.jl",
19-
assets =String[],
18+
canonical="https://juliagraphs.org/MultilayerGraphs.jl",
19+
assets=String[],
2020
),
21-
pages = ["Home" => "index.md", "API" => "API.md"],
22-
clean = false
21+
pages=["Home" => "index.md", "API" => "API.md"],
22+
clean=false,
2323
)
2424

2525
deploydocs(;
2626
repo="github.com/JuliaGraphs/MultilayerGraphs.jl", devbranch="main", push_preview=true
27-
)
27+
)

0 commit comments

Comments
 (0)