summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-04-17 11:46:36 +0100
committerJames Ennis <james.ennis@codethink.com>2018-04-17 16:55:47 +0100
commit8f9f6e90c119439f7fee215f97b6ec413df4f223 (patch)
treea7ac8cc94cce37885a655e60dd4826def424afe1
parentce09e4ff9a62511b883cc3c3b0f852d8728cff9b (diff)
downloadbuildstream-8f9f6e90c119439f7fee215f97b6ec413df4f223.tar.gz
invoking.rst: renamed to commands.rst (anchors also changed)
-rw-r--r--doc/source/artifacts.rst2
-rw-r--r--doc/source/commands.rst (renamed from doc/source/invoking.rst)6
-rw-r--r--doc/source/main_using.rst2
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