You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any chance of getting this issue revisited. The :param name: desc type things are at the very least a defacto standard for docstrings, and the better ides can generate these automatically from function signatures, so having the ability to interpret these would be huge.
Usually the parameters of a method or function is formatted like this in docstring:
:param the_param_name: description
pdoc is not converting this correctly. Is there a way to display parameters nicely?
Otherwise I really like it, thanks you for creating it!
The text was updated successfully, but these errors were encountered: