summaryrefslogtreecommitdiff
path: root/doc/source/completion.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/completion.rst')
-rw-r--r--doc/source/completion.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/source/completion.rst b/doc/source/completion.rst
deleted file mode 100644
index cc5f6d33c..000000000
--- a/doc/source/completion.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. _completion:
-
-Bash Completions
-================
-
-Bash completions are supported by sourcing the ``buildstream/data/bst``
-script found in the BuildStream repository. On many systems this script
-can be installed into a completions directory but when installing BuildStream
-without a package manager this is not an option.
-
-To enable completions for an installation of BuildStream you
-installed yourself from git, just append the script verbatim
-to your ``~/.bash_completion``:
-
-.. literalinclude:: ../../buildstream/data/bst
- :language: yaml