Skip to content

Commit

Permalink
readme: Link current Quick start to Cmd Ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored and efiop committed Jun 20, 2022
1 parent d056d8a commit eafe686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ the `Get Started <https://dvc.org/doc/get-started>`_ tutorial to learn more.
Quick start
===========

Please read our `Get Started <https://dvc.org/doc/get-started>`_ guides for
a full version.
Please read our `Command Reference https://dvc.org/doc/command-reference>`_
for a full reference.

Common workflow commands include:

+-----------------------------------+----------------------------------------------------------------------------+
| Step | Command |
| Task | Terminal |
+===================================+============================================================================+
| Track data | | ``$ git add train.py`` |
| | | ``$ dvc add images.zip`` |
+-----------------------------------+----------------------------------------------------------------------------+
| Connect code and data by commands | | ``$ dvc run -n prepare -d images.zip -o images/ unzip -q images.zip`` |
| Connect code and data | | ``$ dvc run -n prepare -d images.zip -o images/ unzip -q images.zip`` |
| | | ``$ dvc run -n train -d images/ -d train.py -o model.p python train.py`` |
+-----------------------------------+----------------------------------------------------------------------------+
| Make changes and reproduce | | ``$ vi train.py`` |
Expand Down

0 comments on commit eafe686

Please sign in to comment.