summaryrefslogtreecommitdiff
path: root/buildstream/scriptelement.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 17:36:07 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 17:36:07 -0400
commit96c219d0f39be6a50badcd11abaf93d05ef0a072 (patch)
tree969eb0c7696051ce2c660dfbe93f08d3b629feda /buildstream/scriptelement.py
parent5f794829baf2548d98af3af9eec75ea0b1d82c30 (diff)
downloadbuildstream-96c219d0f39be6a50badcd11abaf93d05ef0a072.tar.gz
doc/source/core_framework.rst: Use a toctree instead of links
Diffstat (limited to 'buildstream/scriptelement.py')
-rw-r--r--buildstream/scriptelement.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildstream/scriptelement.py b/buildstream/scriptelement.py
index 95e6928ee..a0b12eef5 100644
--- a/buildstream/scriptelement.py
+++ b/buildstream/scriptelement.py
@@ -19,9 +19,8 @@
# Jonathan Maw <jonathan.maw@codethink.co.uk>
"""
-ScriptElement
-=============
-
+ScriptElement - Abstract class for scripting elements
+=====================================================
The ScriptElement class is a convenience class one can derive for
implementing elements that stage elements and run command-lines on them.