PyCQA / docformatter

Formats docstrings to follow PEP 257
https://pypi.python.org/pypi/docformatter
MIT License
530 stars 61 forks source link

fix: wrapping issues with reST directives, quoted URLs, and Sphinx field lists #219

Closed weibullguy closed 1 year ago

weibullguy commented 1 year ago

Fixes the problem with reST directives being split up when they contain two words surrounded by colons (#215). Fixes the problem with quoted URLs being wrapped after the opening quote (#217). Fixes the problem with Sphinx field lists not having all the white space removed before wrapping (#218).

Closes #215 Closes #217 Closes #218