-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1051 from iterative/refactor/get-started
get-started: initial refactoring
- Loading branch information
Showing
53 changed files
with
1,954 additions
and
1,783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# DVC Documentation | ||
|
||
Welcome! In here you may find all the guiding material and technical documents | ||
needed to learn about DVC: how to use it, how it works, and where to go for | ||
additional resources. | ||
|
||
## Before you start | ||
|
||
✅ Please join our [community](/community) or use the [support](/support) | ||
channels if you have any questions or need specific help. We are very responsive | ||
⚡. | ||
|
||
✅ Check out our [GitHub repository](https://github.com/iterative/dvc) and give | ||
us a ⭐ if you like the project! | ||
|
||
✅ Contribute to DVC [on GitHub](https://github.com/iterative/dvc) or help us | ||
improve this [documentation](https://github.com/iterative/dvc.org) 🙏. | ||
|
||
## Main topics | ||
|
||
- Learn how to [install](/doc/install) and | ||
[get started](/doc/tutorials/get-started) with DVC in the first sections. | ||
- Explore the main [reasons](/doc/use-cases) to adopt DVC. | ||
- Study the detailed [inner-workings](/doc/user-guide) of DVC, as well as each | ||
one of its [commands](/doc/command-reference) and Python | ||
[functions](/doc/api-reference). | ||
|
||
Please choose a topic from the sidebar to the left, or click the `Next` button | ||
below to start from the beginning ↘ |
Oops, something went wrong.