- Notifications
You must be signed in to change notification settings - Fork14
Let's focus on writing demos
License
JuliaDocs/DemoCards.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Documentation | Build Status |
---|---|
This package is used todynamically generate a demo page and integrate withDocumenter.jl.
Let's focus on writing demos
- a plugin package to
Documenter.jl
to manage all your demos. - folder structure is the demo structure.
- minimal configuration.
- CI friendly
- support demos in markdown and julia format.
The philosophy of DemoCards is "folder structure is the structure of demos"; organizing folders and files inthe a structural way, thenDemoCards.jl
will help manage how you navigate through the pages.
examples├── part1│ ├── assets│ ├── demo_1.md│ ├── demo_2.md│ └── demo_3.md└── part2 ├── demo_4.jl └── demo_5.jl
DemoCards would understand it in the following way:
# Examples ## Part1 demo_1.md demo_2.md demo_3.md ## Part2 demo_4.jl demo_5.jl
Read theQuick Start for more instructions.
repo | theme |
---|---|
AlgebraOfGraphics.jl | |
Augmentor.jl | |
Bokeh.jl | |
Deneb.jl | |
FractionalDiffEq.jl | |
LeetCode.jl | |
Images.jl | |
ImageMorphology.jl | |
ReinforcementLearning.jl | |
Plots.jl | |
PSSFSS.jl |
The use of this package heavily relies onDocumenter.jl,Literate.jl,Mustache.jland others. Unfortunately, I'm not a contributor of any. This package also uses a lot of Regex, which I know little.
The initial purpose of this package is to set up thedemo page of JuliaImages.I'm not sure how broadly this package suits the need of others, but I'd like to accept any issues/PRs on improving the usage experience.
About
Let's focus on writing demos
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.