summaryrefslogtreecommitdiff
path: root/buildstream/source.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-12 23:20:14 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-13 00:24:27 -0400
commit9d7296eb84d604a02e5e9f989a09cb30994503c1 (patch)
tree2d70e86dd7eedb8eba066d063df61d6b9871473c /buildstream/source.py
parent53bc7272edb232b22c290017ecff0ce6972b3771 (diff)
downloadbuildstream-9d7296eb84d604a02e5e9f989a09cb30994503c1.tar.gz
doc: Overhaul of page names and titles
o Giving main pages simple word titles This makes the main page: * About * Installing * Using * Reference * Contributing o Now named all rst files with their parent page name as a prefix. o Also changed some titles to make overall consistent titles.
Diffstat (limited to 'buildstream/source.py')
-rw-r--r--buildstream/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index 470a407ad..387ed6a99 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -18,7 +18,7 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
"""
-Source - base source class
+Source - Base source class
==========================