Dave Berenbaum
Dave Berenbaum
@dtrifiro Let me know when you want another review here.
One reason dvclive is a separate library is so that we can have dependencies on ML frameworks there without weighing down the core dvc library. There are a couple of...
cc @pared
Remaining work here is to have all supported methods linked from the docs: > It makes sense to start small with examples for this PR, but can we hold off...
Docstrings were added in https://github.com/iterative/dvc/pull/8332. Now how can we publish some docs from them?
Is there a plan with plugins to separate dvcfs from dvc?
Yup @jorgeorpinel! The problem here is that dvcfs is one of the few things we haven't made into a separate package, so there's no obvious way to generate that.
Added a ticket in https://github.com/iterative/dvc/issues/8428. I'd vote to keep this one also to remember to link to whatever gets generated, but if you prefer to close it to reduce noise,...
My main concern is that it's unclear which methods from fsspec are implemented by dvcfs.
Good points @skshetry. It looks like auto suggestions and docstrings from within the IDE are working well, and between that, the existings fsspec reference, and the "read only filesystem" description,...