Closed lwgray closed 7 years ago
@AdiChat I would like to work on this issue.
@yashasingh Go for it. 👍
If the function does not explicitly return do we still need to provide a description beyond returns None?
I think that for the functions that don't return anything, just include a general description of the function and it's inputs. I would exclude the Returns portion of the docstring in these functions. @AdiChat what do you think? Also, don't use Returns None. None is an object in python.
Please chime in if you think it should be handled differently
I agree 👍
Need to reopen issue... I found several minor issues with the docstrings and will submit a PR
Sure 👍
Overall: A docstring should be included at the top of code to summarize project @adiChat This might be good for you to do
Specifically (see example below): This could be done by other contributers