-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add cli docs #577
base: main
Are you sure you want to change the base?
docs: add cli docs #577
Conversation
for more information, see https://pre-commit.ci
Deploying datachain-documentation with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #577 +/- ##
=======================================
Coverage 87.83% 87.83%
=======================================
Files 100 100
Lines 9993 9993
Branches 1356 1356
=======================================
Hits 8777 8777
Misses 873 873
Partials 343 343
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No. It looks like Python API docs to me. It should be more like what we have in dvc.org for CLI. I'm not sure if there are good example for this engine. |
I see @iterative/datachain I see we lack proper restructuring for cli commands. So, could you please check the feasibility of using click for proper structure? Also, we can generate the docs using If we don't want to take that road, we should basically follow the same procedure as we do for |
tbh, I don't like click. To my mind it doesn't provide enough value for an extra dependency, standard lib gives 95% of what we need. Also,
@skshetry what is your take on this? |
From comment
Do we mean sth like this ?
Putting as draft as we need to include all the commands before we merge.