-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhelpfull docstring for MCMCThreads #105
Comments
The docstring of Generally, the interface is described in much more detail in the online documentation of AbstractMCMC since there are many parts relevant for different functions and types, and to keep the size of the docstrings somewhat maneagable. |
Yhea, the documentation in the docstring for Current docstring for `sample`
Only the second last entry explains parallel sampling, with the short sentence
It does not mention So linking to Proposed docstring for `sample`
|
Yes, probably it would be useful to add the signatures to the docstrings. We could use DocStringExtensions.jl to ensure that they are correct and simplify updates. Would you like to make a PR? Unfortunately, the REPL output for You can obtain only the docstring of interest by searching more specifically for a certain function calls or signatures instead of the generic |
No, sorry. I do not feel competent enough, and I do not have time right now to figure out the best way of doing this.
I did not know this! That does change things - having them split apart makes more sense in that case. |
This is the current helpstring for MCMCThreads
It would be extremely helpful if there was a method signature demonstrating how to use it. However, that functionality lives in
Turing.jl
, so I am not sure if adding that signature here even makes sense.I would like it if something like the following could be added to the docstring:
If this is to be done, it should be a coherent effort across similar functions such as
MCMCDistributed()
.The text was updated successfully, but these errors were encountered: