TuringLang / SSMProblems.jl

Common abstractions for state-space models
http://turinglang.org/SSMProblems.jl/
MIT License
2 stars 2 forks source link

Update documentation to match new interface #18

Closed THargreaves closed 12 months ago

FredericWantiez commented 12 months ago

In docs/src/index.md we need to add the new submodules:

### Interface
```@autodocs
Modules = [SSMProblems, SSMProblems.Utils]
Order   = [:type, :function, :module]