Skip to content

Commit

Permalink
re-organize docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Nov 8, 2024
1 parent 2de46b1 commit 72cb826
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ CurrentModule = BeliefPropagation
# API reference

## Docstrings
### Belief Propagation
```@autodocs
Modules = [BeliefPropagation]
```

### Models
```@autodocs
Modules = [BeliefPropagation.Models]
```

### Test utilities
```@autodocs
Modules = [BeliefPropagation,
BeliefPropagation.Models,
BeliefPropagation.Test,
]
Modules = [BeliefPropagation.Test]
```

## Index
Expand Down

0 comments on commit 72cb826

Please sign in to comment.