Closed scw closed 10 years ago
When opening up the function definitions, the first thing Jason Simpson clued in on was the path names in the comment blocks for each function. These are remnants of the tbx to pyt conversion, and should be replaced with appropriate pydoc strings.
Added basic pydoc strings for all of the functions in the main btm.pyt, made sure we don't have any local path references which are confusing.
When opening up the function definitions, the first thing Jason Simpson clued in on was the path names in the comment blocks for each function. These are remnants of the tbx to pyt conversion, and should be replaced with appropriate pydoc strings.