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 fdc3c2c commit 63a5ee4Copy full SHA for 63a5ee4
1 file changed
examples/README.md
@@ -8,7 +8,9 @@ scripts and are embedded into the docs using [Literate.jl](https://fredrikekre.g
8
The example files have to be built and updated manually. In order to trigger the file
9
generation, run:
10
11
-``julia examples/make.jl`
+```bash
12
+julia examples/make.jl
13
+```
14
15
By default, this will only generate files when the input file has not changed. This is
16
achieved by keeping a checksum of the `main.jl` file in each example in a `Cache.toml`.
0 commit comments