pythresh
pythresh copied to clipboard
Fix documentation issues
When reading the documentation of PyThresh, I noticed some issues. This PR fixes the following:
- The PyDoc documentation of the
pythresh.thresholds.base.BaseThresholderwas not rendering correctly. - The threshold attribute of all thresholders is not named
thres_in the code, butthresh_. - My IDE automatically fixed some formatting issues (too short or long title underlines, additional spaces @ EOL, missing newlines @ EOF)