pythresh icon indicating copy to clipboard operation
pythresh copied to clipboard

Fix documentation issues

Open SebastianSchmidl opened this issue 3 years ago • 0 comments

When reading the documentation of PyThresh, I noticed some issues. This PR fixes the following:

  • The PyDoc documentation of the pythresh.thresholds.base.BaseThresholder was not rendering correctly.
  • The threshold attribute of all thresholders is not named thres_ in the code, but thresh_.
  • My IDE automatically fixed some formatting issues (too short or long title underlines, additional spaces @ EOL, missing newlines @ EOF)

SebastianSchmidl avatar Nov 04 '22 11:11 SebastianSchmidl