-
Notifications
You must be signed in to change notification settings - Fork 4
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
22 changed files
with
353 additions
and
36 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
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,9 @@ | ||
# EpiAwareBase.jl | ||
|
||
This package provides the core functionality for the EpiAware ecosystem. It is a dependency of all other EpiAware packages. | ||
|
||
## API | ||
|
||
```@contents | ||
Pages = ["lib/EpiAwareBase/public.md", "lib/EpiAwareBase/internals.md"] | ||
``` |
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,23 @@ | ||
# Internal Documentation | ||
|
||
Documentation for `EpiAwareBase.jl`'s internal interface. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["internals.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["internals.md"] | ||
``` | ||
|
||
## Internal API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiAwareBase] | ||
Public = false | ||
``` |
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,25 @@ | ||
# Public Documentation | ||
|
||
Documentation for `EpiAwareBae.jl`'s public interface. | ||
|
||
See the Internals section of the manual for internal package docs covering all submodules. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["public.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["public.md"] | ||
``` | ||
|
||
## Public API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiAwareBase] | ||
Private = false | ||
``` |
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,9 @@ | ||
# EpiAwareUtils.jl | ||
|
||
This package provides utility functions for the EpiAware ecosystem. | ||
|
||
## API | ||
|
||
```@contents | ||
Pages = ["lib/EpiAwareUtils/public.md", "lib/EpiAwareUtils/internals.md"] | ||
``` |
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,23 @@ | ||
# Internal Documentation | ||
|
||
Documentation for `EpiAwareUtils.jl`'s internal interface. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["internals.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["internals.md"] | ||
``` | ||
|
||
## Internal API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiAwareUtils] | ||
Public = false | ||
``` |
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,25 @@ | ||
# Public Documentation | ||
|
||
Documentation for `EpiAwareBae.jl`'s public interface. | ||
|
||
See the Internals section of the manual for internal package docs covering all submodules. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["public.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["public.md"] | ||
``` | ||
|
||
## Public API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiAwareBase] | ||
Private = false | ||
``` |
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,9 @@ | ||
# EpiInfModels.jl | ||
|
||
This package provides infectious disease transmission models for the `EpiAware` ecosystem. | ||
|
||
## API | ||
|
||
```@contents | ||
Pages = ["lib/EpiInfModels/public.md", "lib/EpiInfModels/internals.md"] | ||
``` |
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,23 @@ | ||
# Internal Documentation | ||
|
||
Documentation for `EpiInfModels.jl`'s internal interface. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["internals.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["internals.md"] | ||
``` | ||
|
||
## Internal API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiInfModels] | ||
Public = false | ||
``` |
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,25 @@ | ||
# Public Documentation | ||
|
||
Documentation for `EpiInfModels.jl`'s public interface. | ||
|
||
See the Internals section of the manual for internal package docs covering all submodules. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["public.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["public.md"] | ||
``` | ||
|
||
## Public API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiInfModels] | ||
Private = false | ||
``` |
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,9 @@ | ||
# EpiInference.jl | ||
|
||
This package provides inference algorithms for the `EpiAware` ecosystem. | ||
|
||
## API | ||
|
||
```@contents | ||
Pages = ["lib/EpiInference/public.md", "lib/EpiInference/internals.md"] | ||
``` |
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,23 @@ | ||
# Internal Documentation | ||
|
||
Documentation for `EpInference.jl`'s internal interface. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["internals.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["internals.md"] | ||
``` | ||
|
||
## Internal API | ||
|
||
```@autodocs | ||
Modules = [EpiInference] | ||
Public = false | ||
``` |
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,25 @@ | ||
# Public Documentation | ||
|
||
Documentation for `EpiInference.jl`'s public interface. | ||
|
||
See the Internals section of the manual for internal package docs covering all submodules. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["public.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["public.md"] | ||
``` | ||
|
||
## Public API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiAwareInference] | ||
Private = false | ||
``` |
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,9 @@ | ||
# EpiLatentModels.jl | ||
|
||
This package provides latent variable models for the `EpiAware` ecosystem. | ||
|
||
## API | ||
|
||
```@contents | ||
Pages = ["lib/EpiLatentModels/public.md", "lib/EpiLatentModels/internals.md"] | ||
``` |
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,23 @@ | ||
# Internal Documentation | ||
|
||
Documentation for `EpiLatentModels.jl`'s internal interface. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["internals.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["internals.md"] | ||
``` | ||
|
||
## Internal API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiLatentModels] | ||
Public = false | ||
``` |
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,25 @@ | ||
# Public Documentation | ||
|
||
Documentation for `EpiLatentModels.jl`'s public interface. | ||
|
||
See the Internals section of the manual for internal package docs covering all submodules. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["public.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["public.md"] | ||
``` | ||
|
||
## Public API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiLatentModels] | ||
Private = false | ||
``` |
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,9 @@ | ||
# EpiObsModels.jl | ||
|
||
This package provides observation models for the `EpiAware` ecosystem. | ||
|
||
## API | ||
|
||
```@contents | ||
Pages = ["lib/EpiObsModels/public.md", "lib/EpiObsModels/internals.md"] | ||
``` |
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,23 @@ | ||
# Internal Documentation | ||
|
||
Documentation for `EpiObsModels.jl`'s internal interface. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["internals.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["internals.md"] | ||
``` | ||
|
||
## Internal API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiObsModels] | ||
Public = false | ||
``` |
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,25 @@ | ||
# Public Documentation | ||
|
||
Documentation for `EpiObsModels.jl`'s public interface. | ||
|
||
See the Internals section of the manual for internal package docs covering all submodules. | ||
|
||
## Contents | ||
|
||
```@contents | ||
Pages = ["public.md"] | ||
Depth = 2:2 | ||
``` | ||
|
||
## Index | ||
|
||
```@index | ||
Pages = ["public.md"] | ||
``` | ||
|
||
## Public API | ||
|
||
```@autodocs | ||
Modules = [EpiAware.EpiObsModels] | ||
Private = false | ||
``` |
2 changes: 1 addition & 1 deletion
2
EpiAware/docs/src/lib/internals/EpiAware.md → EpiAware/docs/src/lib/internals.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# internal Documentation | ||
# Internal Documentation | ||
|
||
Documentation for `EpiAware.jl`'s internal interface. | ||
|
||
|
File renamed without changes.
Oops, something went wrong.