diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-29 13:58:46 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-31 17:39:09 -0500 |
commit | 9474914d56f4a3a4a79f0eede35388db12ce8fd1 (patch) | |
tree | 87995a2bbff2afc837600e94ca058e2497059d09 /doc | |
parent | 4d125c577f10667c34a9756d5507482e9fc2464f (diff) | |
download | buildstream-9474914d56f4a3a4a79f0eede35388db12ce8fd1.tar.gz |
Documentation: Reorganized the index a bit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index d4430c36a..afa812467 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -35,12 +35,13 @@ BuildStream project. Core Framework -------------- +* :mod:`Source <buildstream.source>` - Base Source Class +* :mod:`Element <buildstream.element>` - Base Element Class +* :mod:`BuildElement <buildstream.buildelement>` - Build Element Class * :mod:`Context <buildstream.context>` - Invocation Context * :mod:`Project <buildstream.project>` - Loaded Project -* :mod:`Element <buildstream.element>` - Base Element Class -* :mod:`Source <buildstream.source>` - Base Source Class -* :mod:`Utilities <buildstream.utils>` - Utilities for Plugins * :mod:`Sandbox <buildstream.sandbox>` - Sandbox Abstraction Class +* :mod:`Utilities <buildstream.utils>` - Utilities for Plugins Plugins @@ -49,7 +50,7 @@ Plugins Elements ~~~~~~~~ -* :mod:`build` - Abstract Software Building Element +* :mod:`manual` - Abstract Software Building Element Sources ~~~~~~~ |