Open
Description
Is your feature request related to a problem? Please describe.
I have a julia package that most users use through juliacall. Ideally, they would be able to pull up my docstrings in jupyter notebooks, IDEs, etc.
Describe the solution you'd like
Ideally, the python docstrings of julia functions would be set when they are called through juliacall. I don't know enough about the internals to have an understanding of how difficult this would be, but I have some free effort to help if it's something a non-intiate can do.
Describe alternatives you've considered
I've considered wrapping my package in a custom python package that uses juliacall internally, but that seems like an inelegant solution.