Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Let's focus on writing demos

License

NotificationsYou must be signed in to change notification settings

JuliaDocs/DemoCards.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocumentationBuild Status

This package is used todynamically generate a demo page and integrate withDocumenter.jl.

Let's focus on writing demos

Overview

  • a plugin package toDocumenter.jl to manage all your demos.
  • folder structure is the demo structure.
  • minimal configuration.
  • CI friendly
  • support demos in markdown and julia format.

democards workflow

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.

Examples

repotheme
AlgebraOfGraphics.jl
Augmentor.jl
Bokeh.jl
Deneb.jl
FractionalDiffEq.jl
LeetCode.jl
Images.jl
ImageMorphology.jl
ReinforcementLearning.jl
Plots.jl
PSSFSS.jl

Caveat Emptor

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

Stars

Watchers

Forks

Packages

No packages published

Contributors15


[8]ページ先頭

©2009-2025 Movatter.jp