Open mzfr opened 5 years ago
@Rechi are we using some specific format for docstrings? If not I would like to recommend REST format. https://www.python.org/dev/peps/pep-0287/
@mzfr I noticed that some already existing docstrings are uniform. For eg:in main.py def check_artifact(artifact_path, args, all_repo_addons):
is using REST format (different from what you are using)
Please correct them as well in your PR while you are at it.
It is just my opinion to use REST format.
Fixes #179
I haven't added docstring to any method/class that doesn't have any code in it(not sure what to write in them).