diff options
author | James Ennis <james.ennis@codethink.com> | 2018-04-17 11:46:36 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-04-17 16:52:27 +0000 |
commit | 516daa5c9e33ebc3cc98692f73f8b188ca27c159 (patch) | |
tree | 0d69774ca96a89d2585ae999e441a565adaa5715 /doc/source | |
parent | 58f8e6bc6de85247b4d84533036eb22a0b8ce497 (diff) | |
download | buildstream-516daa5c9e33ebc3cc98692f73f8b188ca27c159.tar.gz |
invoking.rst: renamed to commands.rst (anchors also changed)
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/artifacts.rst | 2 | ||||
-rw-r--r-- | doc/source/commands.rst (renamed from doc/source/invoking.rst) | 6 | ||||
-rw-r--r-- | doc/source/main_using.rst | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/artifacts.rst b/doc/source/artifacts.rst index 9f2c31ec3..c51ce09ac 100644 --- a/doc/source/artifacts.rst +++ b/doc/source/artifacts.rst @@ -41,7 +41,7 @@ them in a specific order: When an artifact is built locally, BuildStream will try to push it to all the caches which have the ``push: true`` flag set. You can also manually push -artifacts to a specific cache using the :ref:`bst pull command <invoking>`. +artifacts to a specific cache using the :ref:`bst pull command <commands>`. Artifacts are identified using the element's :ref:`cache key <cachekeys>` so the builds provided by a cache should be interchangable with those provided diff --git a/doc/source/invoking.rst b/doc/source/commands.rst index 14a8fe217..dad9fae46 100644 --- a/doc/source/invoking.rst +++ b/doc/source/commands.rst @@ -1,8 +1,8 @@ -.. _invoking: +.. _commands: -Invoking BuildStream -==================== +Commands +======== .. click:: buildstream._frontend:cli :prog: bst diff --git a/doc/source/main_using.rst b/doc/source/main_using.rst index 5ae96bdaf..069ac0466 100644 --- a/doc/source/main_using.rst +++ b/doc/source/main_using.rst @@ -10,6 +10,6 @@ This section details how to use the BuildStream command line interface, work wit .. toctree:: :maxdepth: 2 - invoking + commands config authoring |