DemoCards.jl
DemoCards.jl copied to clipboard
Let's focus on writing demos
A naive solution to support documentation with multiple languages, is to provide folder structure as follows: ```text docs/ ├── Project.toml ├── build ├── make.jl └── src ├── en │ └──...
In https://github.com/JuliaImages/juliaimages.github.io/pull/159, even though the "order" is specified: ```json { "order":[ "introduction", "axes", "metadata", "features", "segmentation", "transformations" ] } ``` it uses some unknown order instead of the customized order....
[Weave.jl](https://github.com/JunoLab/Weave.jl) as a featured alternative to [Literate.jl](https://github.com/fredrikekre/Literate.jl)
Currently, it is only possible to pass a `description` item to `config.json` for each section, but it is not very useful if the description is very long. A better solution...
I have some demos that I want to use DemoCards.jl to handle, but need to pass some postprocessing code to Literate.jl. I suspect this will need a small patch to...