summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-03-27 20:01:13 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-28 11:19:13 +0900
commit9de1c62679d6e6475d2871b76b0ff6f70d53ee2b (patch)
tree193e536b4dd6e3054d43c9698c5adee51e12d7cb
parent0cb0be7adcbb6f9370b62351875ef7094f9b8b6e (diff)
downloadbuildstream-9de1c62679d6e6475d2871b76b0ff6f70d53ee2b.tar.gz
source/main_core.rst: Use toctree instead normal list
So index appear in left menu This is a part of the fix for #246
-rw-r--r--doc/source/main_core.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/source/main_core.rst b/doc/source/main_core.rst
index d0abdc958..6fbcbe11b 100644
--- a/doc/source/main_core.rst
+++ b/doc/source/main_core.rst
@@ -26,8 +26,9 @@ useful for working on BuildStream itself.
* :mod:`Sandbox <buildstream.sandbox.sandbox>` - Build Sandbox
* :mod:`Utilities <buildstream.utils>` - Utilities for Plugins
+.. toctree::
+ :maxdepth: 2
+ :caption: Internals
-Internals
----------
-* :ref:`cachekeys`
-* :ref:`sandboxing`
+ cachekeys
+ sandboxing