JoshuaLampert / DispersiveShallowWater.jl

Structure-preserving numerical methods for dispersive shallow water models
https://joshualampert.github.io/DispersiveShallowWater.jl/
MIT License
15 stars 3 forks source link

Simplify setting all files in subdirectory in docs #145

Closed JoshuaLampert closed 4 weeks ago

JoshuaLampert commented 4 weeks ago

I asked the question on Zulip on how to dynamically insert all the files of a subdirectory in the PAGES keyword and now got an answer. Seems like we can access the definitions from make.jl by prefixing them with Main., which makes this nicer.

Xref https://github.com/JoshuaLampert/DispersiveShallowWater.jl/pull/134#discussion_r1718894042