Skip to content

Commit

Permalink
2024-08-25 update : simplify the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Aug 25, 2024
1 parent 9c4178e commit b19bdd0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 42 deletions.
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ makedocs(;
"UCIWWEIHR FITTING MODEL W/ FORECASTING" => "tutorials/uciwwiehr_model_fitting_forecast.md",
]
,
"NEWS" => "news.md",
"PACKAGE DEVELOPMENT" => "package_development.md",
"REFERENCE" => "reference.md",
"LICENSE" => "license.md",
],
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ UCIWWEIHR.jl is a Julia package for forecasting and nowcasting COVID-19 hospital

- Comprehensive library of Bayesian models
- Simulation of infectious disease
- Parameter estimation and model calibration
- Model calibration
- Sensitivity analysis and uncertainty quantification?
- Visualization of results and MCMC evaluations(live?)

Expand All @@ -22,5 +22,5 @@ To install UCIWWEIHR.jl, you can use the Julia package manager. Open the Julia R

```julia
using Pkg
Pkg.add("UCIWWEIHR")
Pkg.add("[email protected]:cbernalz/UCIWWEIHR.jl.git")
```
14 changes: 0 additions & 14 deletions docs/src/news.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/src/package_development.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the UCIWWEIHR.jl package, open the Julia REPL and run the following c

``` julia
using Pkg
Pkg.add("UCIWWEIHR")
Pkg.add("[email protected]:cbernalz/UCIWWEIHR.jl.git")
```


Expand Down

0 comments on commit b19bdd0

Please sign in to comment.