Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Sep 7, 2024
2 parents 8c3dfe5 + f959a5a commit e9847ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
using Documenter

makedocs(
remotes = nothing,
warnonly = :cross_references,
sitename = "Calculus of variations",
format = Documenter.HTML(
prettyurls = false,
size_threshold_ignore = ["index.md"],
assets = [
makedocs(;
remotes=nothing,
warnonly=:cross_references,
sitename="Calculus of variations",
format=Documenter.HTML(;
prettyurls=false,
size_threshold_ignore=["index.md"],
assets=[
asset("https://control-toolbox.org/assets/css/documentation.css"),
asset("https://control-toolbox.org/assets/js/documentation.js"),
],
),
pages = [
pages=[
"Introduction" => "index.md",
"Catenoid solution" => "application-surface-revolution.md",
],
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Test

#
@testset verbose = true showtiming = true "Base" begin
for name (:aqua, :default,)
for name in (:aqua, :default)
@testset "$(name)" begin
test_name = Symbol(:test_, name)
include("$(test_name).jl")
Expand Down
2 changes: 1 addition & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ function test_aqua()
# do not warn about ambiguities in dependencies
Aqua.test_ambiguities(CalculusOfVariations)
end
end
end

0 comments on commit e9847ad

Please sign in to comment.