Skip to content

Commit

Permalink
start: bi-trail reorg (#3455)
Browse files Browse the repository at this point in the history
* reorg #3 for trails

* shortened data/ urls

* renamed access

* renamed pipelines

* redirects from older URLs to new doc/start/data/ URLs

* added trail section titles and minor revision

* deleting forgotten metrics file

* update visualization from #3050

* Update content/docs/sidebar.json

Co-authored-by: Jorge Orpinel <[email protected]>

* Update redirects-list.json

Co-authored-by: Jorge Orpinel <[email protected]>

* renamed to experiments

* moved visualization to experiments/

* Update content/docs/start/index.md

Co-authored-by: Jorge Orpinel <[email protected]>

* reverting the sidebar titles

* Restyled by prettier (#3471)

Co-authored-by: Restyled.io <[email protected]>

* renamed the directory

Co-authored-by: Jorge Orpinel <[email protected]>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
4 people authored Apr 28, 2022
1 parent 937d285 commit e5c12a2
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 33 deletions.
68 changes: 37 additions & 31 deletions content/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,43 +35,49 @@
},
"children": [
{
"slug": "data-and-model-versioning",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/versioning"
}
},
{
"slug": "data-and-model-access",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/accessing"
}
},
{
"slug": "data-pipelines",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/stages"
}
},
{
"label": "Metrics, Parameters, and Plots",
"slug": "metrics-parameters-plots",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/params-metrics-plots"
}
"slug": "data-management",
"label": "Data Management",
"source": "data-management/index.md",
"children": [
{
"label": "Data and Model Access",
"slug": "access",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/accessing"
}
},
{
"label": "Data Pipelines",
"slug": "pipelines",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/stages"
}
},
{
"label": "Metrics, Parameters, and Plots",
"slug": "metrics-parameters-plots",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/params-metrics-plots"
}
}
]
},
{
"slug": "experiments",
"label": "Experiments",
"source": "experiments/index.md",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/experiments"
}
},
{
"label": "Visualization with Plots",
"slug": "visualization",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/visualization"
}
},
"children": [
{
"label": "Visualization",
"slug": "visualization",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/params-metrics-plots"
}
}
]
}
]
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 10 additions & 2 deletions content/docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ $ git commit -m "Initialize DVC"

Now you're ready to DVC!

DVC's features can be grouped into functional components. We'll explore them one
by one in the next few pages:
DVC's features can be grouped into functional components. You can explore them
in two independent trails:

### Data Management Trail

- [**Data and model versioning**](/doc/start/data-and-model-versioning) (try
this next) is the base layer of DVC for large files, datasets, and machine
Expand All @@ -72,11 +74,17 @@ by one in the next few pages:
be attached to pipelines. These let you capture, navigate, and evaluate ML
projects without leaving Git. Think "Git for machine learning".

### Experiments Trail

- [**Experiments**](/doc/start/experiments) enable exploration, iteration, and
comparison across many ML experiments. Track your experiments with automatic
versioning and checkpoint logging. Compare differences in parameters, metrics,
code, and data. Apply, drop, roll back, resume, or share any experiment.

- [**Visualization**](/doc/start/experiments/visualization) compare experiment
results visually, track your plots and generate them with library
integrations.

**New!** Once you set up your DVC repository, you can also interact with it
using Iterative Studio, the online UI for DVC.
[Here's a demo](https://studio.iterative.ai/team/Iterative/views/example-get-started-zde16i6c4g)
Expand Down
4 changes: 4 additions & 0 deletions redirects-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"^/doc/get-started(/.*)?$ /doc/start",
"^/doc/start/data-versioning$ /doc/start/data-and-model-versioning",
"^/doc/start/data-access$ /doc/start/data-and-model-access",
"^/doc/start/data-and-model-versioning(/.*)?$ /doc/start/data-management$1 302",
"^/doc/start/data-and-model-access(/.*)?$ /doc/start/data-management/access$1 302",
"^/doc/start/data-pipelines(/.*)?$ /doc/start/data-management/pipelines$1 302",
"^/doc/start/metrics-parameters-plots(/.*)?$ /doc/start/data-management/metrics-parameters-plots$1 302",
"^/doc/start/sharing-data-and-model-files$ /doc/start/data-and-model-versioning#storing-and-sharing 303",
"^/doc/tutorial(/.*)?$ /doc/start",
"^/doc/tutorials/get-started(/.*)?$ /doc/start",
Expand Down

0 comments on commit e5c12a2

Please sign in to comment.