V2dha / alphadoc

Automatic docstring generator that supports and generates a number of specified and widely used docstring style conventions for documentation in Python.
https://pypi.org/project/alphadoc/
MIT License
6 stars 4 forks source link

Commenting Template #2

Closed eamspoker closed 4 years ago

eamspoker commented 4 years ago

Create a command for the CLI that creates templates for comments before every method declaration.

Template should include:

V2dha commented 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 -