TuringLang / SSMProblems.jl

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

Function docstring formatting #45

Closed willtebbutt closed 1 month ago

willtebbutt commented 1 month ago

Current docstring formatting is a little bit unusual. For example:

help?> SSMProblems.logdensity

on the current main branch yields oddly-formatting docstrings. By changing the indenting to be what Julia expects, this resolves that.

(github doesn't preserve the formatting of the docstrings, so you'll have to run things at the REPL to see the difference)