Skip to content

Group rST roles #14

Description

@flaviut

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions