We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f76bce commit 0e6284dCopy full SHA for 0e6284d
docs/make.jl
@@ -18,6 +18,12 @@ for (example_title, example_md) in EXAMPLES
18
example_jl = example_md[1:end-2]*"jl"
19
@info "Building $example_md"
20
open(joinpath(@__DIR__, "src", example_md), "w") do mdfile
21
+ println(mdfile, """
22
+ ```@meta
23
+ EditURL = "https://github.com/JuliaParallel/MPI.jl/blob/master/docs/$(example_jl)"
24
+ ```
25
+ """
26
+ )
27
println(mdfile, "# $example_title")
28
println(mdfile)
29
println(mdfile, "```julia")
0 commit comments