-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# EpiAware.jl | ||
|
||
*Infectious disease situational awareness modelling toolkit for Julia.* | ||
|
||
A package for building and fitting situational awareness models for infectious diseases. The package is designed to be flexible and extensible, and to provide a consistent interface for fitting and simulating models. | ||
|
||
## Package Features | ||
|
||
- **Flexible**: The package is designed to be flexible and extensible, and to provide a consistent interface for fitting and simulating models. | ||
- **Modular**: The package is designed to be modular, with a clear separation between the model and the data. | ||
- **Extensible**: The package is designed to be extensible, with a clear separation between the model and the data. | ||
- **Consistent**: The package is designed to provide a consistent interface for fitting and simulating models. | ||
- **Efficient**: The package is designed to be efficient, with a clear separation between the model and the data. | ||
|
||
See the [Index](@ref main-index) for the complete list of documented functions and types. | ||
|
||
## Manual Outline | ||
|
||
```@contents | ||
Pages = [ | ||
"man/contributing.md", | ||
] | ||
Depth = 1 | ||
``` | ||
|
||
## Library Outline | ||
|
||
```@contents | ||
Pages = ["lib/public.md", "lib/internals.md"] | ||
``` | ||
|
||
### [Index](@id main-index) | ||
|
||
```@index | ||
Pages = ["lib/public.md"] | ||
``` |
File renamed without changes.