Skip to content

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic authored and github-actions[bot] committed Jan 25, 2025
1 parent 51d3548 commit 8030a12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ makedocs(; sitename="LazySets.jl",
"Parallel Approximations" => "man/parallel_approximations.md",
"Lazy Intersections" => "man/lazy_intersections.md"
#
],
],
"Library" => ["API" => "lib/API.md",
"Set Interfaces" => [
#
Expand All @@ -56,7 +56,7 @@ makedocs(; sitename="LazySets.jl",
"lib/interfaces/AbstractSparsePolynomialZonotope.md",
"lib/interfaces/AbstractBallp.md"
#
],
],
"Sets" => [
#
"Ball1" => "lib/sets/Ball1.md",
Expand Down Expand Up @@ -90,7 +90,7 @@ makedocs(; sitename="LazySets.jl",
"ZeroSet" => "lib/sets/ZeroSet.md",
"Zonotope" => "lib/sets/Zonotope.md"
#
],
],
"Lazy Operations" => [
#
"AffineMap" => "lib/lazy_operations/AffineMap.md",
Expand All @@ -110,7 +110,7 @@ makedocs(; sitename="LazySets.jl",
"Translation" => "lib/lazy_operations/Translation.md",
"UnionSet" => "lib/lazy_operations/UnionSet.md"
#
],
],
"Concrete Binary Operations" => [
#
"lib/concrete_binary_operations/overview.md",
Expand All @@ -124,7 +124,7 @@ makedocs(; sitename="LazySets.jl",
"lib/concrete_binary_operations/isdisjoint.md",
"lib/concrete_binary_operations/issubset.md"
#
],
],
"Conversions between set representations" => "lib/conversion.md",
"Approximations" => [
#
Expand All @@ -138,11 +138,11 @@ makedocs(; sitename="LazySets.jl",
"lib/approximations/decompose.md",
"lib/approximations/hausdorff_distance.md"
#
],
],
"Utilities" => "lib/utils.md",
"Parallel" => "lib/parallel.md"
#
],
],
"About" => "about.md",
"Bibliography" => "bibliography.md"
#
Expand Down

0 comments on commit 8030a12

Please sign in to comment.