summaryrefslogtreecommitdiff
path: root/buildstream/scriptelement.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-08-31 22:24:43 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-08-31 22:24:43 -0400
commit3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c (patch)
tree4850b62e450954f03efd1ab2db79b836f00af1e7 /buildstream/scriptelement.py
parentdc9b1a90e66e31cf65ecff65044fba6c7c310a3b (diff)
downloadbuildstream-3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c.tar.gz
documentation: Set page titles manually in python modules.
Diffstat (limited to 'buildstream/scriptelement.py')
-rw-r--r--buildstream/scriptelement.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildstream/scriptelement.py b/buildstream/scriptelement.py
index d84ca9157..ce9bf95b5 100644
--- a/buildstream/scriptelement.py
+++ b/buildstream/scriptelement.py
@@ -18,7 +18,11 @@
# Authors:
# Jonathan Maw <jonathan.maw@codethink.co.uk>
-"""The ScriptElement class is a convenience class one can derive for
+"""
+ScriptElement
+=============
+
+The ScriptElement class is a convenience class one can derive for
implementing elements that stage elements and run command-lines on them.
Any derived classes must write their own configure() implementation, using