dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

#85: add support for type declaration in param statement for reST docstrings #100

Closed dadadel closed 3 years ago

dadadel commented 3 years ago

This adds support for types declared inside a param statement for reST docstrings like in: :param str name: description. However, Pyment will still continue to produce reST docstring where the type is not inside the param statement. This closes #85