Skip to content

Commit 903ee76

Browse files
Merge pull request #101 from SciML/auto-juliaformatter-pr
Automatic JuliaFormatter.jl run
2 parents e8b9bab + 0df0a41 commit 903ee76

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

docs/make.jl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ makedocs(;
1111
sitename="Fast Deep Equilibrium Networks",
1212
authors="Avik Pal et al.",
1313
modules=[DeepEquilibriumNetworks],
14-
clean=true, doctest=false, linkcheck = true,
15-
format=Documenter.HTML(;assets=["assets/favicon.ico"],
14+
clean=true,
15+
doctest=false,
16+
linkcheck=true,
17+
format=Documenter.HTML(;
18+
assets=["assets/favicon.ico"],
1619
canonical="https://docs.sciml.ai/DeepEquilibriumNetworks/stable/"),
17-
plugins = [bib],
20+
plugins=[bib],
1821
pages)
1922

2023
deploydocs(; repo="github.com/SciML/DeepEquilibriumNetworks.jl.git", push_preview=true)

docs/src/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,15 @@ using TOML
125125
using Markdown
126126
version = TOML.parse(read("../../Project.toml", String))["version"]
127127
name = TOML.parse(read("../../Project.toml", String))["name"]
128-
link_manifest = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version *
128+
link_manifest = "https://github.com/SciML/" *
129+
name *
130+
".jl/tree/gh-pages/v" *
131+
version *
129132
"/assets/Manifest.toml"
130-
link_project = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version *
133+
link_project = "https://github.com/SciML/" *
134+
name *
135+
".jl/tree/gh-pages/v" *
136+
version *
131137
"/assets/Project.toml"
132138
Markdown.parse("""You can also download the
133139
[manifest]($link_manifest)

0 commit comments

Comments
 (0)