diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-17 20:58:20 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-17 20:58:20 -0400 |
commit | 3f56037896a6f546d6949c70aa65384d78b7a0fc (patch) | |
tree | dcef3f858e1a32efa104d6451ab4933f8303475d | |
parent | 6fa3f9228d365613ee5c6b8256b3b95914cc738a (diff) | |
download | buildstream-3f56037896a6f546d6949c70aa65384d78b7a0fc.tar.gz |
doc/source/tutorial/first-project.rst: Adding links
Linking out to the relevant invoking pages for the command line
reference, and adding a link anchor here for use by the next chapter.
-rw-r--r-- | doc/source/tutorial/first-project.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/source/tutorial/first-project.rst b/doc/source/tutorial/first-project.rst index 9112350f0..6e4635f41 100644 --- a/doc/source/tutorial/first-project.rst +++ b/doc/source/tutorial/first-project.rst @@ -1,4 +1,7 @@ + +.. _tutorial_first_project: + Your first project ================== To get a feel for the basics, we'll start with the most basic BuildStream project we @@ -87,8 +90,8 @@ for us. Now the artifact is ready. -Using ``bst show``, we can observe that the artifact's state, which was reported -as ``buildable`` in the ``bst build`` command above, has now changed to ``cached``: +Using :ref:`bst show <invoking_show>`, we can observe that the artifact's state, which was reported +as ``buildable`` in the :ref:`bst build <invoking_build>` command above, has now changed to ``cached``: .. raw:: html :file: ../sessions/first-project-show.html @@ -97,7 +100,7 @@ as ``buildable`` in the ``bst build`` command above, has now changed to ``cached Observe the output ------------------ Now that we've finished building, we can checkout the output of the -artifact we've created: +artifact we've created using :ref:`bst checkout <invoking_checkout>` .. raw:: html :file: ../sessions/first-project-checkout.html |