-
Notifications
You must be signed in to change notification settings - Fork 190
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
A better type for docstring #949
Comments
Since when is it deprecated? If it's a julia> showable("text/markdown", Docs.Text("foo"))
false It should be showing it as |
JuliaLang/julia@86639e1 |
|
I think you are right, another type won't fix the issue about Pluto. Nevertheless it is better to avoid deprecated interfaces. |
Closing this as it's not an issue in Julia 1.x, and the only alternative would to be to re-implement |
See also JuliaLang/julia#43532. |
PyCall.jl/src/PyCall.jl
Lines 260 to 268 in e3e3008
Docstring for python objects have the type
Base.Docs.Text{String}
, which has been deprecated. Since python documentation is usually in RST format, maybe we could create a type for that?This has caused trouble in Pluto when displaying documentation in the help panel.
The text was updated successfully, but these errors were encountered: