Skip to content

Commit 5aa4c69

Browse files
committed
doc: further restructure
cleans up samples and other structure Signed-off-by: Anna Wojdylo <anna.wojdylo@nordicsemi.no>
1 parent fe72776 commit 5aa4c69

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
# -- Project information -----------------------------------------------------
3535

3636
project = 'nRF Connect SDK - Edge AI Add-on'
37-
copyright = '2025, Nordic Semiconductor'
37+
copyright = '2026, Nordic Semiconductor'
3838
author = 'Nordic Semiconductor'
3939

4040
# The full version, including alpha/beta/rc tags
41-
release = '2025'
41+
release = '2026'
4242

4343

4444
# -- General configuration ---------------------------------------------------

samples/edge_impulse/data_forwarder/doc/images/ei_data_acquisition.png renamed to doc/images/ei_data_acquisition.png

File renamed without changes.

samples/edge_impulse/data_forwarder/doc/images/ei_start_sampling.png renamed to doc/images/ei_start_sampling.png

File renamed without changes.

doc/integrations/edge_impulse.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Integration overview
2525
Before integrating the Edge Impulse machine learning model into an |EAI| application, you must prepare and deploy the machine learning model for your embedded device.
2626
This model is prepared using the `Edge Impulse studio`_ external web tool.
2727
It relies on sensor data that can be provided by different sources, for example data forwarder.
28-
Check the :ref:`ei_data_forwarder_sample` sample for a demonstration of how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
28+
Check the :ref:`include_ei_data_forwarder_sample` sample for a demonstration of how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
2929

3030
The machine learning model is distributed as a single :file:`zip` archive that includes C++ library sources.
3131
This file is used by the |NCS| build system to build the Edge Impulse library.
@@ -53,7 +53,7 @@ This tutorial will guide you through the following steps:
5353

5454
.. note::
5555
You can use one of the development boards supported directly by Edge Impulse or your mobile phone to collect the data.
56-
You can also modify the :ref:`ei_data_forwarder_sample` application and use it to forward data from a sensor that is connected to any board available in the |NCS|.
56+
You can also modify the :ref:`include_ei_data_forwarder_sample` application and use it to forward data from a sensor that is connected to any board available in the |NCS|.
5757

5858
#. Designing your machine learning model (an *impulse*).
5959
#. Deploying the machine learning model to use it on an embedded device.
@@ -87,4 +87,4 @@ Applications and samples
8787

8888
The following samples demonstrate the Edge Impulse integration in the |EAI|:
8989

90-
* :ref:`ei_data_forwarder_sample` sample - demonstrates how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
90+
* :ref:`include_ei_data_forwarder_sample` sample - demonstrates how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.

samples/edge_impulse/data_forwarder/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Testing
9696
a. Go to the :guilabel:`Data acquisition` tab.
9797
#. In the **Collect data** panel, set the desired values and click :guilabel:`Start sampling`.
9898

99-
.. figure:: ./doc/images/ei_data_acquisition.png
99+
.. figure:: ../../../doc/images/ei_data_acquisition.png
100100
:scale: 50 %
101101
:alt: Sampling under Data acquisition in Edge Impulse studio
102102

@@ -105,7 +105,7 @@ Testing
105105
#. Observe the received sample data on the raw data graph under the panel.
106106
For the default sample configuration, you should observe sine waves.
107107

108-
.. figure:: ./doc/images/ei_start_sampling.png
108+
.. figure:: ../../../doc/images/ei_start_sampling.png
109109
:scale: 50 %
110110
:alt: Sampling example
111111

0 commit comments

Comments
 (0)