-
Notifications
You must be signed in to change notification settings - Fork 394
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
config: reorder and summarize sections (in ref.) #3098
Conversation
<abbr>cache</abbr>. | ||
- [`exp`](#exp) - options to change the default repo paths assumed by | ||
`dvc exp init` | ||
- [`plots`](#plots) - contains an option to set custom HTML templates. |
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.
- Looks like this has to be updated soon per ref: Add
plots.auto_open
indvc.config
#3101 (review): there are 2 options in that section now.
Ping @dberenbaum (when you can) |
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.
LGTM! I left a couple minor formatting suggestions for consistency.
config file (`.dvc/config` by default), supporting different config options | ||
within: | ||
|
||
- [`core`](#core) - main section with the general config options |
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.
- [`core`](#core) - main section with the general config options | |
- [`core`](#core) - main section with the general config options. |
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.
Not a full sentence 😬
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.
Nor do they complete a stem started before the bullet list
|
||
- [`core`](#core) - main section with the general config options | ||
- [`remote`](#remote) - sections in the config file that describe particular | ||
remotes |
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.
remotes | |
remotes. |
- [`cache`](#cache) - contains the options that affect the project's | ||
<abbr>cache</abbr>. | ||
- [`exp`](#exp) - options to change the default repo paths assumed by | ||
`dvc exp init` |
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.
`dvc exp init` | |
`dvc exp init`. |
Co-authored-by: Restyled.io <[email protected]>
I don't think the periods are necessary @dberenbaum but please lmk if I'm wrong and I'll rewrite as full sentences. Thanks |
* ref: reorder config sections, add summary list with links * ref: move config section summaries to bullet list * ref: rewrite exp section of config * Update content/docs/command-reference/config.md * Update content/docs/command-reference/config.md * Restyled by prettier (#3148) Co-authored-by: Restyled.io <[email protected]> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
exp init
related section