fix doc generation
Because cachedproperty does magic with doc it broke sphinx static analyse because it expect doc to be a string and doing cachedproperty.doc returns an uninitiliazerd property, not the string.
Because cachedproperty does magic with doc it broke sphinx static analyse because it expect doc to be a string and doing cachedproperty.doc returns an uninitiliazerd property, not the string.