Skip to content
Snippets Groups Projects
Verified Commit b8e479e3 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update docs and deps

parent d6c8916d
No related branches found
No related tags found
1 merge request!3Muonscanfit
Pipeline #43952 failed
......@@ -10,8 +10,10 @@ Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocOpt = "968ba79b-81e4-546f-ab3a-2eecfa62a9db"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FHist = "68837c9b-b678-4cd5-9925-8a54edc8f695"
FlexiMaps = "6394faf6-06db-4fa8-b750-35ccc60383f7"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
......@@ -39,7 +41,7 @@ Colors = "^0.12"
DataFrames = "^1"
Distributions = "^0.25"
DocStringExtensions = "^0.8, ^0.9"
HDF5 = "^0.12, ^0.13, ^0.14, ^0.15, ^0.16"
HDF5 = "^0.16, ^0.17"
HTTP = "^1"
IntervalArithmetic = "^0.14, ^0.15, ^0.16, ^0.17, ^0.18, ^0.19, ^0.20"
Ipopt = "^1"
......
......@@ -2,4 +2,8 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
NeRCA = "89b7c20c-a96a-11e9-35df-35fba0891eb2"
[compat]
Documenter = "1"
......@@ -10,13 +10,17 @@ makedocs(;
collapselevel = 4,
warn_outdated = true,
),
warnonly = [:missing_docs],
pages = [
"Home" => "index.md",
"I/O" => "io.md",
"Hits" => "hits.md",
"ROyFit" => "fit.md",
],
repo = "https://git.km3net.de/tgal/NeRCA.jl/blob/{commit}{path}#L{line}",
repo = Documenter.Remotes.URL(
"https://git.km3net.de/tgal/NeRCA.jl/blob/{commit}{path}#L{line}",
"https://git.km3net.de/tgal/NeRCA.jl"
),
)
deploydocs(;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment