Most docstrings don't have a description of the attributes the class defines (see, e.g., Cube or Maps). A few, such as Bin, are probably ok. We should go through all the docstrings and make sure all attributes are documented and those that are not are hidden attributes.
Most docstrings don't have a description of the attributes the class defines (see, e.g.,
Cube
orMaps
). A few, such asBin
, are probably ok. We should go through all the docstrings and make sure all attributes are documented and those that are not are hidden attributes.