aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/pipeline_input_context/introduction.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-22 15:06:50 +0200
committerThéo de la Hogue2024-04-22 15:06:50 +0200
commitc0cd527c8977ad56102f86ec9daecea10db901c6 (patch)
treed838ea1eb56910116f513dd45eb09e6810f1400f /docs/user_guide/pipeline_input_context/introduction.md
parent81e6bbf2e4b4c9ba93690dc0989cbf5686243b03 (diff)
parente7344955a1368c24c55fc12b2cb9ff2582278785 (diff)
downloadargaze-c0cd527c8977ad56102f86ec9daecea10db901c6.zip
argaze-c0cd527c8977ad56102f86ec9daecea10db901c6.tar.gz
argaze-c0cd527c8977ad56102f86ec9daecea10db901c6.tar.bz2
argaze-c0cd527c8977ad56102f86ec9daecea10db901c6.tar.xz
Merge doc/update branch.
Diffstat (limited to 'docs/user_guide/pipeline_input_context/introduction.md')
-rw-r--r--docs/user_guide/pipeline_input_context/introduction.md15
1 files changed, 15 insertions, 0 deletions
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)