summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-09 18:15:22 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-09-09 18:15:22 -0400
commit2193e9f61428d0de7028780d9492be54c305da86 (patch)
treec7dca098b356c9f8ed3562d12cba093f0268b35f
parentb1b5cd56386272b04487eb7563198215ce9ae9a1 (diff)
downloadbuildstream-2193e9f61428d0de7028780d9492be54c305da86.tar.gz
Adding new patch source to the docs index.
-rw-r--r--doc/source/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 95f89c407..5a06b501d 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -77,6 +77,7 @@ The following source types are provided with BuildStream:
* :mod:`git <sources.git>` - A Source implementation for git
* :mod:`bzr <sources.bzr>` - A Source implementation for bazaar
* :mod:`ostree <sources.ostree>` - A Source implementation for ostree
+* :mod:`patch <sources.patch>` - A Source implementation for applying local patches
Core Framework