Skip to content

Commit 0e853d3

Browse files
committed
Fix docs
1 parent 36eca96 commit 0e853d3

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/src/func_ref.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Modules = [DistributedFactorGraphs]
4444
Pages = ["entities/DFGFactor.jl"]
4545
```
4646

47+
### Error Types
48+
```@autodocs
49+
Modules = [DistributedFactorGraphs]
50+
Pages = ["errors.jl"]
51+
```
52+
4753
## DFG Plots [GraphMakie.jl]
4854

4955
```@autodocs

src/Deprecated.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,6 @@ function fncStringToData(args...; kwargs...)
421421
end
422422

423423
#TODO make sure getFactorOperationalMemoryType is obsolete
424-
"""
425-
$(SIGNATURES)
426-
427-
Method must be overloaded by the user for Serialization to work. E.g. IncrementalInference uses `CommonConvWrapper <: FactorSolverCache`.
428-
"""
429424
function getFactorOperationalMemoryType(dummy)
430425
return error(
431426
"Please extend your workspace with function getFactorOperationalMemoryType(<:AbstractParams) for your usecase, e.g. IncrementalInference uses `CommonConvWrapper <: FactorSolverCache`",

0 commit comments

Comments
 (0)