Is there any way to document a nested class with Sphinx\'s autodoc plugin?
In:
class A: class B: \"\"\" class B\'s documentation. \"\
Try:
.. autoclass:: package.module::A.B
Source: https://groups.google.com/forum/#!topic/sphinx-users/IL5V7HR1ZYE