Skip to content

Commit

Permalink
readme: move images back to extension/docs/ foler
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jun 14, 2022
1 parent e8c681e commit d099f31
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Code. This extension uses [DVC](https://dvc.org/), an open-source data
versioning and ML experiment management tool. No additional services or
databases are required.

![Extension Overview](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/images/overview.gif)
![Extension Overview](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/docs/overview.gif)

- **Experiment tracking**: Record training data, parameters, and metrics on top
of [Git](https://git-scm.com/). Navigate your experiments, compare their
Expand Down Expand Up @@ -61,7 +61,7 @@ databases are required.
> 💡 Feel free to try our [example DVC project] first! Opening it [with Github
> Codespaces] will include this extension automatically.
![Initial Get Started page](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/images/walkthroughs.png)
![Initial Get Started page](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/docs/walkthroughs.png)

[this extension]:
https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
Expand Down Expand Up @@ -91,7 +91,7 @@ This extension augments VS Code in the following ways:
status]. You can [restore] or reset project versions (based on the current Git
`HEAD` commit) as well as manage new and existing data from here.
- Adds a brand-new new **[DVC View]** (<img
src="https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/images/dvc.png"
src="https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/docs/dvc.png"
alt="DVC logo" style="height: 1em;"/> icon in the Activity Bar) with panels to
visualize and manage [DVC Experiments].
- Provides special _Editors_ to manage **[Experiments]** and display **[Plots]**
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"displayName": "%displayName%",
"description": "%description%",
"publisher": "iterative",
"icon": "images/dvc.png",
"icon": "docs/dvc.png",
"extensionDependencies": [
"vscode.git"
],
Expand Down

0 comments on commit d099f31

Please sign in to comment.