I have an inner class inside a wrapping function. def myfunction(interface): ''' some documentation ''' class myclass(interface): ''' some documentation ''' [ ... ] return c
Documenting it like: .. autoclass:: mymodule::file.myfunction.myclass :members: does not work. How'd you do it? -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.