I have something like this:

class Foo:

    class Any:
        pass

    def get(which=Any):
        ...

After sphinx-apidoc and sphinx-build are done, I end up with something like 
this in the docs:

Foo.get(*which**=<class Foo.Any at 0x38ccdb8>*)

When what I really want is just Foo.Any or just Any.

Is there a way around this?

Thanks,
Rich

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to