diff options
Diffstat (limited to 'doc')
-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 |