mfherbst / ReducedBasis.jl

Reduced basis methods for parametrised eigenproblems
https://mfherbst.github.io/ReducedBasis.jl/stable/
MIT License
14 stars 0 forks source link

Use Literate.jl to insert examples into docs? #15

Closed pbrehmer closed 1 year ago

pbrehmer commented 1 year ago

To reduce code duplication, we could use Literate.jl to insert all examples from /examples/ into the documentation.

Question: Is it possible with Literate.jl to hide parts of the code? (This would be very useful.)