Skip to content

Commit 5fc698f

Browse files
authored
Merge pull request #502 from luxonis/fix-index-page
Update index.rst
2 parents f56827f + a7797a7 commit 5fc698f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We support both :ref:`Python API <Python API Reference>` and :ref:`C++ API <C++
1818
- **Device side** is the OAK device itself. If something is happening on the device side, it means that it's running on the `Myriad X VPU <https://www.intel.com/content/www/us/en/products/details/processors/movidius-vpu/movidius-myriad-x.html>`__. More :ref:`information here <components_device>`.
1919
- **Pipeline** is a complete workflow on the device side, consisting of :ref:`nodes <Nodes>` and connections between them. More :ref:`information here <components_device>`.
2020
- **Node** is a single functionality of the DepthAI. :ref:`Nodes` have inputs or outputs, and have configurable properties (like resolution on the camera node).
21-
- **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 <Messages>` in order to achieve an expected result
21+
- **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 <Messages>` in order to achieve an expected result
2222
- **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.
2323
- **Messages** are transferred between nodes, as defined by a connection. More :ref:`information here <components_messages>`.
2424

@@ -30,6 +30,8 @@ First, you need to :ref:`install the DepthAI <Installation>` library and its dep
3030
After installation, you can continue with an insightful :ref:`Hello World tutorial <Hello World>`, or with :ref:`code examples <Code Samples>`, where different
3131
node functionalities are presented with code.
3232

33+
.. include:: /includes/footer-short.rst
34+
3335
.. toctree::
3436
:maxdepth: 0
3537
:hidden:

0 commit comments

Comments
 (0)