We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c76407 commit 606321fCopy full SHA for 606321f
1 file changed
docs/make.jl
@@ -8,23 +8,12 @@ makedocs(
8
sitename = "SimJulia.jl",
9
pages = [
10
"Home" => "index.md",
11
- "Intro" => [
12
- "10_min/1_installation.md",
13
- "10_min/2_basic_concepts.md",
14
- "10_min/3_process_interaction.md",
15
- ],
16
- "Manual" => "topics.md",
17
- "Examples" => [
18
- "examples/1_bank_renege.md",
19
20
- "Library" => "api.md"
21
- ]
22
-
+ ]
23
)
24
25
deploydocs(
26
repo = "github.com/BenLauwens/SimJulia.jl.git",
27
- julia = "0.5",
+ julia = "0.6",
28
osname = "linux",
29
target = "build",
30
deps = nothing,
0 commit comments