Skip to content

Commit

Permalink
Merge ee6cc58 into 8ed3ec5
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 authored Sep 30, 2024
2 parents 8ed3ec5 + ee6cc58 commit a74f9ae
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 25 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,4 @@ EpiAware/docs/src/examples/*.md
# benchmark ignore
/.benchmarkci
/benchmark/*.json
EpiAware/docs/src/getting-started/tutorials/censored-obs.md
4 changes: 4 additions & 0 deletions EpiAware/docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
EpiAware = "b2eeebe4-5992-4301-9193-7ebc9f62c855"
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PairPlots = "43a3c2be-4208-490b-832a-a21dcd55d7da"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoStaticHTML = "359b1769-a58e-495b-9770-312e911026ad"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
TuringBenchmarking = "0db1332d-5c25-4deb-809f-459bc696f94f"
1 change: 1 addition & 0 deletions EpiAware/docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ getting_started_pages = Any[
"Nowcasting" => "getting-started/tutorials/nowcasting.md",
"Multiple observation models" => "getting-started/tutorials/multiple-observation-models.md",
"Multiple infection processes" => "getting-started/tutorials/multiple-infection-processes.md",
"Fitting distributions with censored data" => "getting-started/tutorials/censored-obs.md",
"Partial pooling" => "getting-started/tutorials/partial-pooling.md"
]
]
Expand Down
Loading

0 comments on commit a74f9ae

Please sign in to comment.