Skip to content
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

Group rST roles #14

Open
flaviut opened this issue Nov 13, 2021 · 0 comments
Open

Group rST roles #14

flaviut opened this issue Nov 13, 2021 · 0 comments

Comments

@flaviut
Copy link

flaviut commented Nov 13, 2021

At the moment, rST roles like

:param str sender: The person sending the message
:param str recipient: The recipient of the message
:param str message_body: The body of the message
:param priority: The priority of the message, can be a number 1-5
:type priority: integer or None
:return: the message id

are translated individually. However, if the programmer had placed them here in a less logical way, like by putting the :return: in the middle of the parameters, it'd be a bit ugly and confusing.

It'd be nice if all roles were grouped together in the rendered output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant