add return type to function definition
TradeFace opened this issue · comments
TradeFace commented
For better documentation the return tpye should be add to every function that has a clear output type
def nice_function(param: str) -> bool:
TradeFace commented
BTW I'm using pdoc, which works fine. Any suggestions for other tools that can generate markdown?