From a7797a762a3cd5bf8ca1230fd41ba46cd2fc3b6e Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 7 Feb 2022 10:55:58 +0100 Subject: [PATCH] Update index.rst --- docs/source/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 186d779e6..b49af1911 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ We support both :ref:`Python API ` and :ref:`C++ API `__. More :ref:`information here `. - **Pipeline** is a complete workflow on the device side, consisting of :ref:`nodes ` and connections between them. More :ref:`information here `. - **Node** is a single functionality of the DepthAI. :ref:`Nodes` have inputs or outputs, and have configurable properties (like resolution on the camera node). -- **Connection** is a link between one node's output and another one's input. In order to define the pipeline dataflow, the connections define where to send `messages ` in order to achieve an expected result +- **Connection** is a link between one node's output and another one's input. In order to define the pipeline dataflow, the connections define where to send :ref:`messages ` in order to achieve an expected result - **XLink** is a middleware that is capable to exchange data between device and host. :ref:`XLinkIn` node allows sending the data from the host to a device, while :ref:`XLinkOut` does the opposite. - **Messages** are transferred between nodes, as defined by a connection. More :ref:`information here `. @@ -30,6 +30,8 @@ First, you need to :ref:`install the DepthAI ` library and its dep After installation, you can continue with an insightful :ref:`Hello World tutorial `, or with :ref:`code examples `, where different node functionalities are presented with code. +.. include:: /includes/footer-short.rst + .. toctree:: :maxdepth: 0 :hidden: