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 5709987 commit f1295fdCopy full SHA for f1295fd
docs/make.jl
@@ -13,9 +13,4 @@ makedocs(
13
14
deploydocs(
15
repo = "github.com/scls19fr/ExtensibleScheduler.jl.git",
16
- julia = "0.6",
17
- latest = "master",
18
- target = "build",
19
- deps = nothing, # we use the `format = :html`, without `mkdocs`
20
- make = nothing, # we use the `format = :html`, without `mkdocs`
21
)
docs/src/getting_started.md
@@ -17,9 +17,10 @@ Pkg.add("ExtensibleScheduler")
````@eval
+using Markdown
Markdown.parse("""
22
```julia
-$(readstring("sample/sample.jl"))
23
+$(read("sample/sample.jl", String))
24
```
25
""")
26
````
0 commit comments