Skip to content

Commit

Permalink
admons: remove for VS Code, update types (#3783)
Browse files Browse the repository at this point in the history
* vs-code: remove/update admons

* admons: remove VS Code from start, fix types
  • Loading branch information
jorgeorpinel authored Jul 19, 2022
1 parent 926a609 commit 1250f7e
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 38 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in your terminal).

</admon>

<admon icon="fire">
<admon type="tip">

**New!** DVC is also available [for the VS Code IDE], which adds many DVC
operations [to the Command Palette].
Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/params/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ epochs = params['train']['epochs']
layers = params['train']['layers']
```

<admon>
<admon type="info">

We use [ruamel.yaml](https://pypi.org/project/ruamel.yaml/) which supports YAML
1.2 (unlike the more popular PyYAML).
Expand Down
9 changes: 0 additions & 9 deletions content/docs/command-reference/plots/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ Data-series plots utilize [Vega-Lite](https://vega.github.io/vega-lite/) for
rendering (declarative JSON grammar for defining graphics). Image-type plots are
rendered using `<img>` tags directly.

<admon icon="fire">

**New!** DVC Plots are available [inside the VS Code IDE], a quick and intuitive
UI for DVC Experiments.

[inside the vs code ide]: /doc/vs-code-extension

</admon>

## Supported file formats

Image-type plots are included in HTML as-is, without additional processing.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ lr = params['train']['lr']
epochs = params['train']['epochs']
```

<admon>
<admon type="info">

We use [ruamel.yaml](https://pypi.org/project/ruamel.yaml/) which supports YAML
1.2 (unlike the more popular PyYAML).
Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/stage/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ lr = params['train']['lr']
epochs = params['train']['epochs']
```

<admon>
<admon type="info">

We use [ruamel.yaml](https://pypi.org/project/ruamel.yaml/) which supports YAML
1.2 (unlike the more popular PyYAML).
Expand Down
9 changes: 0 additions & 9 deletions content/docs/start/data-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ Or switching to a different version of a 100Gb file in less than a second with a

https://youtu.be/kLKBcPonMYw

<admon icon="fire">

**New!** You can manage your data and ML models with DVC directly [from Visual
Studio Code], a leading IDE in the industry.

[from visual studio code]: /doc/vs-code-extension

</admon>

The foundation of DVC consists of a few commands you can run along with `git` to
track large files, directories, or ML model files. Read on or watch the video
above to learn more!
Expand Down
2 changes: 1 addition & 1 deletion content/docs/start/experiments/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ones that we need to Git.
https://youtu.be/FHQq_zZz5ms

<admon icon="fire">
<admon type="tip">

**New!** You can track and compare you ML experiments with DVC directly [from
Visual Studio Code], a leading IDE in the industry.
Expand Down
13 changes: 0 additions & 13 deletions content/docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ $ git commit -m "Initialize DVC"

Now you're ready to DVC!

<admon icon="fire">

**New!** Once you set up a DVC project, you can work on it [from the VS Code
IDE] or online with [Iterative Studio], the web UI that integrates all of our
data science tools. Check out [this live demo]!

[from the vs code ide]: /doc/vs-code-extension
[iterative studio]: /doc/studio
[this live demo]:
https://studio.iterative.ai/team/Iterative/views/example-get-started-zde16i6c4g

</admon>

DVC's features can be grouped into functional components. You can explore them
in two independent trails:

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/experiment-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ approaches:
you compare and share them. 📖 More info in the [Experiments
Overview][experiments].

<admon icon="fire">
<admon type="tip">

**New!** DVC Experiments can be used directly [from the VS Code IDE] or online
with [Iterative Studio], the web UI that integrates all of our data science
Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/running-dvc-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ involving system performance. Some, for example, have to do with NTFS file
system characteristics and Windows built-in security mechanisms. Below are some
workarounds that can help avoid these potential problems:

<admon title="VS Code Extension">
<admon tipe="info">

Did you know that DVC is available for Microsoft **Visual Studio Code**? More
details [here](/doc/install/ide-plugins#visual-studio-code)!
Expand Down

0 comments on commit 1250f7e

Please sign in to comment.