Skip to content

Commit

Permalink
add more documentation structure
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 29, 2024
1 parent eea7b72 commit 98acba6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions EpiAware/docs/src/index.md
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.

0 comments on commit 98acba6

Please sign in to comment.