Skip to content

Commit a379144

Browse files
author
SciML Bot
committed
Apply JuliaFormatter to fix code formatting
- Applied JuliaFormatter with SciML style guide - Formatted 1 files 🤖 Generated by OrgMaintenanceScripts.jl
1 parent f6b90a5 commit a379144

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/make.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dev_subpkg("DataDrivenDMD")
1212
dev_subpkg("DataDrivenSparse")
1313
dev_subpkg("DataDrivenSR")
1414

15-
1615
using Documenter
1716
using DataDrivenDiffEq
1817
using DataDrivenDMD
@@ -22,8 +21,10 @@ using DataDrivenSR
2221
using StatsBase
2322
using Literate
2423

25-
cp(joinpath(@__DIR__, "Manifest.toml"), joinpath(@__DIR__, "src", "assets", "Manifest.toml"), force = true)
26-
cp(joinpath(@__DIR__, "Project.toml"), joinpath(@__DIR__, "src", "assets", "Project.toml"), force = true)
24+
cp(joinpath(@__DIR__, "Manifest.toml"),
25+
joinpath(@__DIR__, "src", "assets", "Manifest.toml"), force = true)
26+
cp(joinpath(@__DIR__, "Project.toml"),
27+
joinpath(@__DIR__, "src", "assets", "Project.toml"), force = true)
2728

2829
ENV["GKSwstype"] = "100"
2930

@@ -78,7 +79,7 @@ makedocs(sitename = "DataDrivenDiffEq.jl",
7879
"http://cwrowley.princeton.edu/papers/Hemati-2017a.pdf",
7980
"https://royalsocietypublishing.org/doi/10.1098/rspa.2020.0279",
8081
"https://www.pnas.org/doi/10.1073/pnas.1517384113",
81-
"https://link.springer.com/article/10.1007/s00332-015-9258-5",
82+
"https://link.springer.com/article/10.1007/s00332-015-9258-5"
8283
],
8384
format = Documenter.HTML(assets = ["assets/favicon.ico"],
8485
canonical = "https://docs.sciml.ai/DataDrivenDiffEq/stable/"),

0 commit comments

Comments
 (0)