Skip to content

Commit

Permalink
format make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Apr 22, 2023
1 parent a7987e1 commit b8ab7b2
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,33 +101,33 @@ sections = [
name="helloworld",
title="Hello world",
options=``,
mode=:asciinema
mode=:asciinema,
),
],
"More in REPL" => [
(
name="helpmode",
title="Help mode",
options=``,
mode=:asciinema
mode=:asciinema,
),
(
name="pkgmode",
title="Package mode",
options=``,
mode=:asciinema
mode=:asciinema,
),
(
name="shellmode",
title="Shell mode",
options=``,
mode=:asciinema
mode=:asciinema,
),
(
name="tab_completion",
title="Tab completion",
options=``,
mode=:asciinema
mode=:asciinema,
),
],
"CLI options" => [
Expand All @@ -141,33 +141,33 @@ sections = [
name="quietmode",
title="Quiet mode",
options=``,
mode=:asciinema
mode=:asciinema,
),
],
"Working with other packages" => [
(
name="ohmyrepl",
title="OhMyREPL.jl",
options=``,
mode=:asciinema
mode=:asciinema,
),
(
name="unicodefun",
title="UnicodeFun.jl",
options=``,
mode=:asciinema
mode=:asciinema,
),
(
name="pythoncall",
title="PythonCall.jl",
options=``,
mode=:asciinema
mode=:asciinema,
),
(
name="unicodeplots",
title="UnicodePlots.jl",
options=``,
mode=:asciinema
mode=:asciinema,
),
(
name="unicodeplots_animated",
Expand All @@ -181,10 +181,11 @@ sections = [
options=``,
mode=:asciinema,
),
( name="sixel",
(
name="sixel",
title="Sixel.jl",
options=``,
mode=:disabled
mode=:disabled,
),
(
name="plots_with_sixel",
Expand Down

0 comments on commit b8ab7b2

Please sign in to comment.