Skip to content

Commit c54dd76

Browse files
authored
Update walkthrough (#1792)
* update walkthrough text * consolidate terminology for accessing the command palette * capitalise community
1 parent a97877a commit c54dd76

File tree

13 files changed

+45
-29
lines changed

13 files changed

+45
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After we conclude alpha and beta testing the repository will become public.
2626
- **Step 3.** See walkthrough.
2727

2828
**Note:** You will be prompted to open our walkthrough after installation. If
29-
for any reason you need to revisit the walkthrough, open the command palette
29+
for any reason you need to revisit the walkthrough, open the Command Palette
3030
(⇧⌃P on Windows/Linux or ⇧⌘P on macOS) and select the `DVC: Get Started`
3131
command.
3232

extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@
13061306
{
13071307
"id": "dvc.installDVC",
13081308
"title": "Install DVC",
1309-
"description": "The DVC Extension requires DVC to be installed. To install follow the guide shown on [dvc.org](https://dvc.org).\n\n[Install DVC](https://dvc.org/doc/install)\n",
1309+
"description": "The DVC extension requires DVC to be installed. To install follow the guide shown on [dvc.org](https://dvc.org).\n\n[Install DVC](https://dvc.org/doc/install)\n",
13101310
"media": {
13111311
"markdown": "resources/walkthrough/install-dvc.md"
13121312
},
@@ -1318,7 +1318,7 @@
13181318
{
13191319
"id": "dvc.setup",
13201320
"title": "Setup The Workspace",
1321-
"description": "Setup the workspace for the dvc extension.\n[Setup The Workspace](command:dvc.setupWorkspace)",
1321+
"description": "Setup the workspace for the DVC extension.\n[Setup The Workspace](command:dvc.setupWorkspace)",
13221322
"media": {
13231323
"markdown": "resources/walkthrough/setup-workspace.md"
13241324
},
@@ -1329,7 +1329,7 @@
13291329
{
13301330
"id": "dvc.showCommands",
13311331
"title": "Available Commands",
1332-
"description": "View all of the available commands.\n[View Commands](command:dvc.showCommands)",
1332+
"description": "View available commands.\n[View Commands](command:dvc.showCommands)",
13331333
"media": {
13341334
"markdown": "resources/walkthrough/command-palette.md"
13351335
},
@@ -1353,7 +1353,7 @@
13531353
{
13541354
"id": "dvc.scm",
13551355
"title": "Source Control Management",
1356-
"description": "Open the DVC SCM view.\n[Show SCM](command:workbench.view.scm)",
1356+
"description": "Open the SCM view.\n[Show SCM](command:workbench.view.scm)",
13571357
"media": {
13581358
"markdown": "resources/walkthrough/source-control-management.md"
13591359
},
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Command palette
1+
# Command Palette
22

33
This extension makes extensive use of the
44
[Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
5+
Which can be accessed via ⇧⌃P on Windows/Linux or ⇧⌘P on macOS.
56

6-
To see a list of available commands
7-
[type DVC into the command palette](command:dvc.showCommands).
7+
To see a list of available commands click [here](command:dvc.showCommands) or
8+
type DVC into the Command Palette.
89

910
For further information on `DVC` commands see the
1011
[command-reference docs](https://dvc.org/doc/command-reference).

extension/resources/walkthrough/dvc-learn-more.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DVC CLI - Resources
1+
# More Resources
22

33
- Get started with our [guide](https://dvc.org/doc/start).
44

@@ -11,6 +11,8 @@
1111
- Check out the [DVC github repository](https://github.com/iterative/dvc) or an
1212
[example project](https://github.com/iterative/example-get-started).
1313

14+
- Explore our [free course](https://learn.iterative.ai/).
15+
1416
- Read our [blog](https://dvc.org/blog).
1517

16-
- Meet the [community](https://dvc.org/community).
18+
- Meet the [Community](https://dvc.org/community).
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Experiments table
1+
# Experiments Table
22

33
The extension's equivalent of `dvc exp show`.
44

5-
Use `DVC: Show Experiments` from the command palette to open up the experiments
5+
Use `DVC: Show Experiments` from the Command Palette to open up the experiments
66
table for a `DVC` repository.
7+
8+
The view can be manipulated using the controls shown in the extension's view
9+
container.

extension/resources/walkthrough/install-dvc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ To install the latest version of `DVC` follow your platform specific guide on
88

99
To verify the installation run `dvc -h` in your terminal of choice.
1010

11-
**Note**: you can create a new integrated terminal from the command palette. Run
12-
`Terminal: Create New Terminal`.
11+
**Note**: Use `Terminal: Create New Terminal` from the Command Palette to create
12+
a new
13+
[integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal).

extension/resources/walkthrough/output-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Output channel
1+
# Output Channel
22

33
All `DVC` CLI commands generate two entries in this extension's dedicated output
44
channel.

extension/resources/walkthrough/plots.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ The extension will display the following sections for selected experiments:
77
- Images - a table used to display image plots side by side.
88
- Trends - linear plots based on data from the experiments table.
99

10-
Use `DVC: Show Plots` from the command palette to open the view for a `DVC`
10+
Use `DVC: Show Plots` from the Command Palette to open the view for a `DVC`
1111
repository.
12+
13+
The view can be manipulated using the controls shown in the extension's view
14+
container.

extension/resources/walkthrough/setup-workspace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ You will need a `DVC` project opened within the workspace to see all of the
77
extension's available features. See the `Explore More Resources` step for
88
details on creating a `DVC` project.
99

10-
Use the workspace setup wizard to set the required config options. See the
11-
welcome view underneath the `DVC Tracked` view in the side bar's explorer view
12-
container or [DVC: Setup The Workspace](command:dvc.setupWorkspace) from the
13-
command palette.
10+
Use the workspace setup wizard to set the required config options.
1411

1512
Once completed, the rest of the walkthrough will appear.
13+
14+
The wizard can be accessed by clicking [here](command:dvc.setupWorkspace) or use
15+
`DVC: Setup The Workspace` from the Command Palette.

extension/resources/walkthrough/source-control-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source control management
1+
# Source Control Management
22

33
Resources tracked by `DVC` can be managed through the SCM view.
44

0 commit comments

Comments
 (0)