summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2018-02-26 17:54:04 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2018-03-01 17:27:28 +0000
commitb884fe14956ed004f3fb5d1a101dc594d01a56c4 (patch)
tree2251f01afa3b458a5fa83eacdaa0e5817304fe04 /doc
parent42de997e993fb1f97b2f2f8e873294e8a7055f79 (diff)
downloadbuildstream-b884fe14956ed004f3fb5d1a101dc594d01a56c4.tar.gz
Add Filter element
Diffstat (limited to 'doc')
-rw-r--r--doc/source/main_authoring.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/main_authoring.rst b/doc/source/main_authoring.rst
index 73d37f4d0..f23bfb7c1 100644
--- a/doc/source/main_authoring.rst
+++ b/doc/source/main_authoring.rst
@@ -57,6 +57,7 @@ General Elements
* :mod:`compose <elements.compose>` - Compose the output of multiple elements
* :mod:`script <elements.script>` - Run scripts to create output
* :mod:`junction <elements.junction>` - Integrate subprojects
+* :mod:`filter <elements.filter>` - Extract a subset of files from another element
Build Elements