-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.7.1 - Newline Removed Between :raises :
and :param :
Documentation
#216
Comments
I think I've taken care of your other issues in #215, #218, and #219. Tag v1.7.2-rc1 has the fixes if you'd like to give it a try. Feedback would be appreciated. For this issue, commit cb7bf8d introduced code to handle wrapping of long descriptions in field lists with the
I'm leaning towards 3 with 2 being the default behavior because I think that could be helpful behavior when I tackle Numpy and Google style field lists. |
Hmm...would it be possible to retain (or collapse to) a single newline if any exist? I imagine there may be something in the implementation preventing this... I'd be fine with any of those options. The grouping seems (at least naively) a bit intrusive....if someone, for instance, has logically grouped a certain P.S. I'm also noticing an extra space being added after the closing colon if additional content doesn't follow it. This upsets |
@rmartin16 this should be fixed in v1.7.3-rc1. I finally decided not to do anything fancy and just retain newlines as is. |
With v1.7.1, some newlines are being removed between
:raises :
and:param :
documentation.Although, this one is not reformatted:
Config:
more examples: rmartin16/qbittorrent-api#210
The text was updated successfully, but these errors were encountered: