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 /doc | |
parent | 5f794829baf2548d98af3af9eec75ea0b1d82c30 (diff) | |
download | buildstream-96c219d0f39be6a50badcd11abaf93d05ef0a072.tar.gz |
doc/source/core_framework.rst: Use a toctree instead of links
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/core_framework.rst | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst index 8caae1f3f..5f0db07ab 100644 --- a/doc/source/core_framework.rst +++ b/doc/source/core_framework.rst @@ -9,10 +9,13 @@ implement custom :mod:`Element <buildstream.element>` or :mod:`Source <buildstream.source>` plugins, and can also be useful for working on BuildStream itself. -* :mod:`Plugin <buildstream.plugin>` - Base Class for all plugins -* :mod:`Source <buildstream.source>` - Base Source Class -* :mod:`Element <buildstream.element>` - Base Element Class -* :mod:`BuildElement <buildstream.buildelement>` - Build Element Class -* :mod:`ScriptElement <buildstream.scriptelement>` - Script Element Class -* :mod:`Sandbox <buildstream.sandbox.sandbox>` - Build Sandbox -* :mod:`Utilities <buildstream.utils>` - Utilities for Plugins +.. toctree:: + :maxdepth: 1 + + buildstream.plugin + buildstream.source + buildstream.element + buildstream.buildelement + buildstream.scriptelement + buildstream.sandbox.sandbox + buildstream.utils |