diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2017-10-25 13:49:56 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2017-10-26 08:36:59 +0000 |
commit | 315bfbfeaeda4d0acaa1381ee760cb0b6c7ac33d (patch) | |
tree | a49d648fcba4e4e39328ce6158c9b8ca648213bc /doc | |
parent | 0a625d1f74848b52d91e02b063e43468e10de779 (diff) | |
download | buildstream-315bfbfeaeda4d0acaa1381ee760cb0b6c7ac33d.tar.gz |
Update documentation to refer to new home of dpkg and x86image elementsjonathan/external-plugins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 5 | ||||
-rw-r--r-- | doc/source/pluginindex.rst | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index f120711c3..e62e23492 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,6 +63,11 @@ Builtin Plugins * :ref:`plugins_elements` * :ref:`plugins_sources` +External Plugins +---------------- + +* `bst-external <http://buildstream.gitlab.io/bst-external/>`_ + Creating Plugins ---------------- diff --git a/doc/source/pluginindex.rst b/doc/source/pluginindex.rst index b50dc8a22..18e7b3d0b 100644 --- a/doc/source/pluginindex.rst +++ b/doc/source/pluginindex.rst @@ -18,8 +18,6 @@ General Elements * :mod:`import <elements.import>` - Import sources directly * :mod:`compose <elements.compose>` - Compose the output of multiple elements * :mod:`script <elements.script>` - Run scripts to create output -* :mod:`x86image <elements.x86image>` - Create x86 bootable disk images -* :mod:`dpkg_deploy <elements.dpkg_deploy>` - Create debian packages Build Elements ~~~~~~~~~~~~~~ @@ -32,7 +30,6 @@ Build Elements * :mod:`makemaker <elements.makemaker>` - Perl MakeMaker Build Element * :mod:`modulebuild <elements.modulebuild>` - Perl Module::Build Build Element * :mod:`meson <elements.meson>` - Meson Build Element -* :mod:`dpkg_build <elements.dpkg_build>` - Dpkg-based build element * :mod:`pip <elements.pip>` - Pip build element |