Better documentation for tooltips from docstrings
https://github.com/pyapp-kit/magicgui/pull/100 added a pretty amazing feature of generating tooltips from docstrings, but it's not really documented, just mentioned in code in a single example? https://pyapp-kit.github.io/magicgui/generated_examples/basic_widgets_demo/#basic-widgets-demo
would heartily welcome a docs PR anywhere you see fit. let me know if it's unclear how to get it where you'd like to see it
Any thoughts on where to best fit a short description?
Is it worth it's own thing under Usage?
"Docstrings to Tooltips"?
well, since this feature only applies to FunctionGui (i.e. the return type of the @magicgui decorator) then a section on https://pyapp-kit.github.io/magicgui/decorators/ would make sense. And perhaps also the FunctionGui class docstring should be expanded as well