Lyceum / LyceumDocs.jl

Documentation for the Lyceum ecosystem
MIT License
4 stars 0 forks source link

Allow examples to have file dependencies #11

Open colinxs opened 4 years ago

colinxs commented 4 years ago

Currently, Literate examples are packed up into LyceumExamples based on the specified build options, but this precludes examples that depend on external files (e.g. included Julia scripts, MuJoCo xml's).

One way around this is to add another config option for specifying external dependencies.