-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Better live docs #111
Comments
The simplest thing to do is to show the docs for The next step might be to find a way to show One problem is that adding |
Thanks! Perhaps as an experiment, you could take an existing notebook, and run the methods that @ilyagr suggested and see if the results would be helpful. |
About autocompleting functions that can be dispatched on something: https://discourse.julialang.org/t/why-is-multiple-dispatch-a-feature/31101/10?u=pfitzseb |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
(Hiding the above conversation because it is resolved by 744e002) |
One more wish: |
I don't think that we can get docs if the process is busy. |
Might make sense to add a ''go back'' arrow? I often find myself going down a rabbit hole of 3-4 levels, might be useful keeping track of the last 5 items visited or whatever makes more sense UI and performance-wise. |
JuliaLang/julia#38791 is related. |
New discussion pageWe created https://github.com/JuliaCommunity/live-docs-discussion/discussions as a dedicated place to discuss Pluto's Live Docs feature, and future ideas for Julia's documentation in general! Take a look! |
New discussion page
We created https://github.com/JuliaCommunity/live-docs-discussion/discussions as a dedicated place to discuss Pluto's Live Docs feature, and future ideas for Julia's documentation in general! Take a look!
Some improvements:
Module.funky
Extras:
apropos(str)
might be useful. Is resource intensive though, maybe write our own version that just returns the first hit? Although that might not be the most relevant onetext/html
) I found this useful when the docs are unclear or when you want to know how something works.What is Julia's doc system missing? CLIPPY
obj.<TAB>
to autocomplete.Please post other ideas and suggestions!
The text was updated successfully, but these errors were encountered: