-
Notifications
You must be signed in to change notification settings - Fork 406
metrics(plots): regular udpates & terminology #1848
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- A few of these would imply a change in the core repo too:
UPDATE: Updated in treeverse/dvc/pull/4699.
| positional arguments: | ||
| targets Limit command scope to these metric files. | ||
| Using -R, directories to search metric files | ||
| targets Limit command scope to these metrics files. | ||
| Using -R, directories to search metrics files | ||
| in can also be given. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
metrics show
| positional arguments: | ||
| target Metric file to set properties to | ||
| target Metrics file to set properties to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plots modify
| positional arguments: | ||
| targets Metric files to visualize. | ||
| targets Metrics files to visualize. | ||
| Shows all plots by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plots show
* api: update to latest definitions to match treeverse/dvc.org/pull/908 * Update dvc/api.py * metrics show: update -h output to match docs per treeverse/dvc.org@2c34521 * api: update docstrings to match treeverse/dvc.org/pull/908 * api: refactor DVC repo check in get_url, and document it * dvc: cosmetic edits as I explored exceptions that api functions may raise * api: copy default info to read() docstring from open() per #3426 (review) * api: improve open() docstring for clarity and add example per #3426 (review) * api: remove unnecessary info from get_url docstring per #3426 (comment) * api: produces->generated in open() docstring * api: simplify open docstring per #3426 (comment) * term: "metrics" plural in output messages treeverse/dvc.org#1848 (review) * typo Co-authored-by: Ruslan Kuprieiev <kupruser@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.