Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JoshuaLampert and github-actions[bot] authored Aug 20, 2024
1 parent 090883c commit b973e33
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ using Changelog: Changelog

# Dynamically set all files in subdirectories of the source directory to include all files in these subdirectories
# This way they don't need to be listed explicitly
EQUATIONS_FILES = joinpath.(Ref("equations"), readdir(joinpath(dirname(@__DIR__), "src",
"equations")))
CALLBACKS_STEP_FILES = joinpath.(Ref("callbacks_step"), readdir(joinpath(dirname(@__DIR__), "src",
"callbacks_step")))
EQUATIONS_FILES = joinpath.(Ref("equations"),
readdir(joinpath(dirname(@__DIR__), "src",
"equations")))
CALLBACKS_STEP_FILES = joinpath.(Ref("callbacks_step"),
readdir(joinpath(dirname(@__DIR__), "src",
"callbacks_step")))

# Define module-wide setups such that the respective modules are available in doctests
DocMeta.setdocmeta!(DispersiveShallowWater, :DocTestSetup, :(using DispersiveShallowWater);
Expand Down

0 comments on commit b973e33

Please sign in to comment.