Hi, all. I'm trying to use autodoc in my project, but I'm running into difficulties with functions that take named default parameters. In my case, my function takes functions as named parameters. When Sphinx runs through it, however, the default parameters appear in the documentation as their direct string representation -- in this case, something like <function myfunc at 0x948bfb4>. Is there any way I can change this behavior?
-- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
