I don't think we use docstrings much since the code is meant to be self-documenting for developers.
However, for dvc.api (currently a single file: https://github.com/iterative/dvc/blob/master/dvc/api.py) I think we should have significant code documentation (multi-line file and function docstrings, other comments).
Let's find a good docstring format we want to use and maintain e.g. Sphinx?
I don't think we use docstrings much since the code is meant to be self-documenting for developers.
However, for
dvc.api(currently a single file: https://github.com/iterative/dvc/blob/master/dvc/api.py) I think we should have significant code documentation (multi-line file and function docstrings, other comments).Let's find a good docstring format we want to use and maintain e.g. Sphinx?