-
Notifications
You must be signed in to change notification settings - Fork 189
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
[Feature request] Integrate Python docstrings with Julia help #46
Comments
The |
Relevant: JuliaLang/julia#3988. I'd really like a proscribed way to do this. cc: @JeffBezanson |
(I think you mean "prescribed". A proscribed technique would not be very useful. ;-) |
Hahah. Yes, that is what I meant. |
haha |
This is now possible with the |
@MichaelHatherly, I can't figure out how to hook into the Ideally, it would be enough to just define a Does a hook function need to be added to Base.Docs for custom (lazy) docstring lookup? |
Something like that might work. I'm not all that familiar with PyCall though, so couldn't say for certain. |
The point is that for |
In that case, yes we'd need to add support for that in |
OK, we can do this now! |
Awesome, thanks for getting this in! |
Not sure how implausible this is, but it would be great if typing
?[python function]
at the julia REPL gave back the docstring of that function/module, just as IPython's ? does.
The text was updated successfully, but these errors were encountered: