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 78133bcf6cbec0471aac15852c5fa736d56cabd8 Author: Javier Jardón <[email protected]> AuthorDate: Mon Apr 23 13:59:06 2018 +0200 main_core.rst: Move API generated docs to core_framework.rst --- doc/source/core_framework.rst | 7 +++++++ doc/source/main_core.rst | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst index 8caae1f..e7aed1b 100644 --- a/doc/source/core_framework.rst +++ b/doc/source/core_framework.rst @@ -16,3 +16,10 @@ useful for working on BuildStream itself. * :mod:`ScriptElement <buildstream.scriptelement>` - Script Element Class * :mod:`Sandbox <buildstream.sandbox.sandbox>` - Build Sandbox * :mod:`Utilities <buildstream.utils>` - Utilities for Plugins + + +.. toctree:: + :maxdepth: 2 + + modules + buildstream.sandbox diff --git a/doc/source/main_core.rst b/doc/source/main_core.rst index acf3eb6..8a8649a 100644 --- a/doc/source/main_core.rst +++ b/doc/source/main_core.rst @@ -15,5 +15,3 @@ other more elaborate details about BuildStream internals. cachekeys sandboxing core_framework - modules - buildstream.sandbox
