You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Names of class variables that are described with :ivar are getting cross-referenced. I would rather expect that this would not be crossreferenced, as the names of parameters (:param:) in methods are not.
Here is a screenshot:
Notice here names of variables time and phase. Both are links. The former one is linked to python's time module, the latter is linked to some not relevant part of our code.
Describe the bug
Names of class variables that are described with
:ivar
are getting cross-referenced. I would rather expect that this would not be crossreferenced, as the names of parameters (:param:
) in methods are not.Here is a screenshot:
Notice here names of variables
time
andphase
. Both are links. The former one is linked to python'stime
module, the latter is linked to some not relevant part of our code.Code that defines that page is here:
https://github.com/obspy/obspy/blob/master/obspy/taup/helper_classes.py
I tried to use
:samp:
directive but it breaks rendering. obspy/obspy#2662 (comment)To Reproduce
Steps to reproduce the behavior:
Expected behavior
Names of class variables should not be links. Exactly as names of method parameters are not.
Your project
https://github.com/obspy/obspy
Environment info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: