From e7344955a1368c24c55fc12b2cb9ff2582278785 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 22 Apr 2024 14:31:24 +0200 Subject: First work around ArContext documentation. --- docs/user_guide/pipeline_input_context/introduction.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/user_guide/pipeline_input_context/introduction.md (limited to 'docs/user_guide/pipeline_input_context/introduction.md') diff --git a/docs/user_guide/pipeline_input_context/introduction.md b/docs/user_guide/pipeline_input_context/introduction.md new file mode 100644 index 0000000..002f1e2 --- /dev/null +++ b/docs/user_guide/pipeline_input_context/introduction.md @@ -0,0 +1,15 @@ +Overview +======== + +This section explains how to wrap any pipeline detailled in previous sections into various context. + +First, let's look at the schema below: it gives an overview of the main notions involved in the following chapters. + +![Pipeline input context](../../img/pipeline_input_context.png) + +To build your own input context, you need to know: + +* [How to define a context class](context_definition.md), +* [How to load and connect a context](configuration_and_connection.md), +* [How to visualize a context](visualization.md), +* [How to pause and resume a context](pause_and_resume.md) -- cgit v1.1