Skip to content
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

fix: H2->3 in <details> sections #4093

Merged
merged 2 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bring, explore, and access data artifacts from outside the project'

<details>

## 🎬 Click to watch a video intro.
### 🎬 Click to watch a video intro.

https://youtu.be/EE7Gk84OZY8

Expand Down
2 changes: 1 addition & 1 deletion content/docs/start/data-management/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version, and reproduce your data science and machine learning workflows.'

<details>

## 🎬 Click to watch a video intro.
### 🎬 Click to watch a video intro.

https://youtu.be/71IGzyH95UY

Expand Down
2 changes: 1 addition & 1 deletion content/docs/start/data-management/data-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ files in Git.'

<details>

## 🎬 Click to watch a video intro.
### 🎬 Click to watch a video intro.

https://youtu.be/kLKBcPonMYw

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ capture, evaluate, and visualize ML projects without leaving Git.'

<details>

## 🎬 Click to watch a video intro.
### 🎬 Click to watch a video intro.

https://youtu.be/bu3l75eQlQo

Expand Down
4 changes: 2 additions & 2 deletions content/docs/start/experiment-management/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ comparing them easily and finding the best performers.'

<details>

## 🎬 Click to watch a video intro.
### 🎬 Click to watch a video intro.

<admon type="warn">

Expand Down Expand Up @@ -43,7 +43,7 @@ the [`example-dvc-experiments`][ede] project.

<details>

## ⚙️ Initializing a project with DVC experiments
### ⚙️ Initializing a project with DVC experiments

If you already have a DVC project, that's great. You can start to use `dvc exp`
commands right away to run experiments in your project. (See the [User Guide]
Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/how-to/stop-tracking-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in error to DVC.

<details>

## Expand to add a sample data `data.csv` file
### Expand to add a sample data `data.csv` file

`dvc add` creates a `.dvc` file to track the file, and lists it in `.gitignore`:

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-guide/pipelines/defining-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ files to find stages, rebuilding all the pipelines that these may define.

<details>

## Directed Acyclic Graph (DAG)
### Directed Acyclic Graph (DAG)

DVC represents a pipeline internally as a _graph_ where the nodes are stages and
the edges are _directed_ dependencies (e.g. A before B). And in order for DVC to
Expand Down