summaryrefslogtreecommitdiff
path: root/Documentation/index.rst
diff options
context:
space:
mode:
authorChris Chinchilla <chris@gregariousmammal.com>2020-07-20 10:05:34 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-08-20 16:56:13 +0100
commit33fe27741b32e46fb8da5aca9ce3d85cd9d4ceca (patch)
treeb537a35413cff781bac4c4ec7edea44305b6217f /Documentation/index.rst
parentb704efeb86c8766840a40d5c1d3799b0b8a26f80 (diff)
Documentation: Guides: Pipeline Handler Writer's Guide
Introduce a pipeline-handler writers guide to provide a walk through of the steps and concepts required to implement a new Pipeline Handler. Signed-off-by: Chris Chinchilla <chris@gregariousmammal.com> [Reflow/Rework, update to mainline API] Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> [Further reworks and review] Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r--Documentation/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 44656c86..a30688ac 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -15,3 +15,4 @@
Developer Guide <guides/introduction>
Application Writer's Guide <guides/application-developer>
+ Pipeline Handler Writer's Guide <guides/pipeline-handler>