diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 17:36:07 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 17:36:07 -0400 |
commit | 96c219d0f39be6a50badcd11abaf93d05ef0a072 (patch) | |
tree | 969eb0c7696051ce2c660dfbe93f08d3b629feda /buildstream/source.py | |
parent | 5f794829baf2548d98af3af9eec75ea0b1d82c30 (diff) | |
download | buildstream-96c219d0f39be6a50badcd11abaf93d05ef0a072.tar.gz |
doc/source/core_framework.rst: Use a toctree instead of links
Diffstat (limited to 'buildstream/source.py')
-rw-r--r-- | buildstream/source.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/source.py b/buildstream/source.py index fa547d641..470a407ad 100644 --- a/buildstream/source.py +++ b/buildstream/source.py @@ -18,8 +18,8 @@ # Authors: # Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> """ -Source -====== +Source - base source class +========================== .. _core_source_abstract_methods: |