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

Live docs not shown for certain operators and functions #925

Closed
aplavin opened this issue Feb 18, 2021 · 2 comments
Closed

Live docs not shown for certain operators and functions #925

aplavin opened this issue Feb 18, 2021 · 2 comments
Assignees
Labels
Live Docs The Live Docs panel on the bottom right of the editor

Comments

@aplavin
Copy link
Contributor

aplavin commented Feb 18, 2021

An earlier issue #832 was closed, but at least for me the most recent version of Pluto 0.12.20 still has the same problems with live docs.
After posting that issue I noticed that live docs don't work not only for operators (like : and +=), but also for some objects and functions (specifically, I noticed it for PyPlot package). See screenshots below. Regular julia REPL shows correct docs in all these cases.

: operator:
image
+= operator:
image
plt object from PyPlot.jl:
image
plt.plot function from PyPlot.jl:
image

@aplavin aplavin changed the title Live docs doesn't show for certain operators and functions Live docs not shown for certain operators and functions Feb 19, 2021
@melonedo
Copy link
Contributor

The result is inconsistent with Docs.doc or Docs.getdoc, mayby Pluto does not directly call these functions?

@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

There are actually two issues:

Both are 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

4 participants