Description
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?
- Should probably also work on iterative/dvcx/issues/1 along with this one.