diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 18:08:49 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 18:08:49 -0400 |
commit | 77dd1091afe92298082c3bfdc62a68babe493eee (patch) | |
tree | edb3f9bbdae14ec2e6f23c97a6188f6d56206892 | |
parent | 1e98ecb22d43e9d0791345df5118357a0e992405 (diff) | |
download | buildstream-77dd1091afe92298082c3bfdc62a68babe493eee.tar.gz |
doc: Split out cache keys and sandboxing writings into a sub section
-rw-r--r-- | doc/source/core_additional.rst | 10 | ||||
-rw-r--r-- | doc/source/main_core.rst | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/source/core_additional.rst b/doc/source/core_additional.rst new file mode 100644 index 000000000..10b74cbd2 --- /dev/null +++ b/doc/source/core_additional.rst @@ -0,0 +1,10 @@ + + +Additional writings +=================== + +.. toctree:: + :maxdepth: 2 + + cachekeys + sandboxing diff --git a/doc/source/main_core.rst b/doc/source/main_core.rst index 6571c4e42..e3b9083f8 100644 --- a/doc/source/main_core.rst +++ b/doc/source/main_core.rst @@ -1,7 +1,5 @@ -.. _main_core: - Reference documentation ======================= This section details the core API reference along with @@ -12,9 +10,8 @@ other more elaborate details about BuildStream internals. :maxdepth: 2 authoring - cachekeys - sandboxing core_framework + core_additional .. |