This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch jjardon/doc_sandbox in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c1d7dc6361af36379a82015890a56c60b7d514dd Author: Javier Jardón <[email protected]> AuthorDate: Mon Apr 23 14:16:01 2018 +0200 core_framework.rst: No need to duplicate the autogenerated index --- doc/source/core_framework.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst index e7aed1b..f94ddcd 100644 --- a/doc/source/core_framework.rst +++ b/doc/source/core_framework.rst @@ -9,17 +9,8 @@ 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: 2 + :maxdepth: 5 modules buildstream.sandbox
