Skip to content
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

Cannot display docstring of type Text{String} #1239

Closed
melonedo opened this issue Jun 12, 2021 · 3 comments
Closed

Cannot display docstring of type Text{String} #1239

melonedo opened this issue Jun 12, 2021 · 3 comments
Assignees
Labels
Live Docs The Live Docs panel on the bottom right of the editor

Comments

@melonedo
Copy link
Contributor

PyCall.jl returns documentation of Text{String}, doc_fetcher can not display it. This is how doc_fetcher uses its documentation

(repr(MIME"text/html"(), Docs.doc(value)), :👍)

which fails because show(::IOBuffer, ::MIME{Symbol("text/html")}, ::Text{String}) is not defined.

@fonsp
Copy link
Owner

fonsp commented Jun 12, 2021

Thanks for all the feedback on live docs, keep them coming!

@fonsp fonsp added the Live Docs The Live Docs panel on the bottom right of the editor label Jun 12, 2021
@dralletje
Copy link
Collaborator

PyCall is doing fine now, so need a new example D:

image

@dralletje
Copy link
Collaborator

Ah I was too quick.
Obviously it's docs it gets through python... like in PyPlot!
But it is fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Live Docs The Live Docs panel on the bottom right of the editor
Projects
None yet
Development

No branches or pull requests

3 participants