diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2018-02-16 13:17:48 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2018-02-20 11:58:25 +0000 |
commit | 68cace2b9e813ed8dcd45a1ece2ddaf586473747 (patch) | |
tree | 83aa4b11de626617227830d748eaa9b842449c40 /buildstream/sandbox/sandbox.py | |
parent | 2643b095c59db6e8cbc2b8620c2ad820c7a5636d (diff) | |
download | buildstream-sam/doc-sandbox.tar.gz |
doc: Add 'sandboxing' sectionsam/doc-sandbox
This attempts to document and specify our current sandboxing
functionality.
Diffstat (limited to 'buildstream/sandbox/sandbox.py')
-rw-r--r-- | buildstream/sandbox/sandbox.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/sandbox/sandbox.py b/buildstream/sandbox/sandbox.py index 00245309a..bc080e30d 100644 --- a/buildstream/sandbox/sandbox.py +++ b/buildstream/sandbox/sandbox.py @@ -26,6 +26,8 @@ Sandbox need only understand this interface, while it may be given a different sandbox implementation, any sandbox implementation it is given will conform to this interface. + +See also: :ref:`sandboxing`. """ import os |