@@ -115,7 +115,7 @@ makedocs(sitename="TrixiParticles.jl",
115115 " Examples" => " examples.md" ,
116116 " Visualization" => " visualization.md" ,
117117 " Preprocessing" => [
118- " Sampling of Geometries" => joinpath (" preprocessing" , " preprocessing.md" ),
118+ " Sampling of Geometries" => joinpath (" preprocessing" , " preprocessing.md" )
119119 ],
120120 " Components" => [
121121 " Overview" => " overview.md" ,
@@ -127,7 +127,7 @@ makedocs(sitename="TrixiParticles.jl",
127127 " Density Calculators" => joinpath (" general" , " density_calculators.md" ),
128128 " Smoothing Kernels" => joinpath (" general" , " smoothing_kernels.md" ),
129129 " Neighborhood Search" => joinpath (" general" , " neighborhood_search.md" ),
130- " Util" => joinpath (" general" , " util.md" ),
130+ " Util" => joinpath (" general" , " util.md" )
131131 ],
132132 " Systems" => [
133133 " Discrete Element Method (Solid)" => joinpath (" systems" ,
@@ -138,18 +138,18 @@ makedocs(sitename="TrixiParticles.jl",
138138 " entropically_damped_sph.md" ),
139139 " Total Lagrangian SPH (Elastic Structure)" => joinpath (" systems" ,
140140 " total_lagrangian_sph.md" ),
141- " Boundary" => joinpath (" systems" , " boundary.md" ),
141+ " Boundary" => joinpath (" systems" , " boundary.md" )
142142 ],
143143 " Time Integration" => " time_integration.md" ,
144144 " Callbacks" => " callbacks.md" ,
145145 " TrixiBase.jl API Reference" => " reference-trixibase.md" ,
146- " PointNeighbors.jl API Reference" => " reference-pointneighbors.md" ,
146+ " PointNeighbors.jl API Reference" => " reference-pointneighbors.md"
147147 ],
148148 " Authors" => " authors.md" ,
149149 " Contributing" => " contributing.md" ,
150150 " Code of Conduct" => " code_of_conduct.md" ,
151151 " License" => " license.md" ,
152- " References" => " references.md" ,
152+ " References" => " references.md"
153153 ])
154154
155155deploydocs (repo= " github.com/trixi-framework/TrixiParticles.jl" ,
0 commit comments