Closed eamspoker closed 4 years ago
Implemented a function to return template for every function that is present in the given python script.
Few things left to implement -
[x] Implement customized docstring types as arguments for google, sphinx, numpy etc. Reference
[x] Solve the indentation problem that is arising due to adding of docstrings.
[x] Connect the function with the main click cli.
[ ] Generate docstrings for classes as well.
Create a command for the CLI that creates templates for comments before every method declaration.
Template should include:
[x] Name
[x] Function
[x] Parameters
[x] What the function returns
[x] Additional information (this might change based on the language)