I noticed that there are several ways to document variables.
ivar
cvar
and just var
However, the documentation in sphinx, ironically of course, doesn't seem to clarify the difference between them.
If they were all the same, I would hope that there would at least be some what of a statement telling potential users that they were all just the same and kept around for what ever reason..
Example: All of these are the same however are kept around for backward compatibility.
What is the difference between these and how is their usage different?
Question also exists on stack overflow...
http://stackoverflow.com/questions/41052221/what-is-the-difference-between-var-cvar-and-ivar-in-pythons-sphinx/41052389