On Wed, Feb 12, 2014 at 08:25:54PM -0500, Matthew Woehlke wrote:
> I have some code like:
> 
> Foo/Bar.py
> class Bar(object):
>   ...code and doc...
> 
> Foo/__init__.py
> from .Bar import Bar
You could try changing how Bar.Bar thinks about itself: set Bar.__module__
to be the target namespace, i.e. Foo.

Zbyszek

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to