Closed
Description
pydocstyle
merged in checking for numpy style docstrings this year. I'm intending to open a PR to get pymc3/step_methods/hmc
, which currently has 45 violations, to conform to this, which might help get a discussion about doing that for the rest of the project, which has 1,381 violations.
The benefits are that it will allow us to use more of the documentation tools being built for the rest of the python science stack. The downsids are that it is one more hurdle to jump on PRs, and it can discourage quick iteration. There's a half-step I sort of like of enabling it for specific directories.
pydocstyle --convention=numpy pymc3/step_methods/hmc/
To see current problems!