Skip to content

Commit 2a78d11

Browse files
committed
run Runic
1 parent 1191032 commit 2a78d11

4 files changed

Lines changed: 132 additions & 130 deletions

File tree

docs/make.jl

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
#
44

55
if "--help" ARGS
6-
println("""
7-
docs/make.jl
6+
println(
7+
"""
8+
docs/make.jl
89
9-
Render the `AlgorithmsInterface.jl` documentation with optional arguments
10+
Render the `AlgorithmsInterface.jl` documentation with optional arguments
1011
11-
Arguments
12-
* `--help` print this help and exit without rendering the documentation
13-
* `--prettyurls` toggle the pretty urls part to true, which is always set on CI
14-
""")
12+
Arguments
13+
* `--help` print this help and exit without rendering the documentation
14+
* `--prettyurls` toggle the pretty urls part to true, which is always set on CI
15+
"""
16+
)
1517
exit(0)
1618
end
1719

0 commit comments

Comments
 (0)