Hi

Can I suppress link generation when I use 

:ivar something: An instance variable

in my class docstring?

Reason:
I use ivar alone since I want my instance variables to appear only in the 
class description under 'Variables' and not mixed in with the list of class 
methods. The latter is what happens when I use the

self.something = None  #: An instance variable

approach. I find that confusing. In addition, the ivar links often point to 
the wrong target. In one example I have a class with a 'project' member but 
there is also a 'project' module somewhere. When I use :ivar project: 
sphinx links it to the project module.

Thanks
Lukas

-- 
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/d/optout.

Reply via email to