From 8ce2be8de498f328678eeed998dbe6994734c15e Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Mon, 20 Mar 2023 15:35:42 +0000 Subject: MLECO-3802: [Maintenance] Remove Pillow warning - Image.Resampling.BILINEAR replace deprecated Image.BILINEAR - Trivial documentation fixes Change-Id: Ia75af2d2bf171085d4a0a2c472f0e3f94dbdc5b9 Signed-off-by: Isabella Gottardi --- docs/documentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/documentation.md') diff --git a/docs/documentation.md b/docs/documentation.md index 6e016e6..7d8fc4a 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -170,14 +170,14 @@ What these folders contain: contains a class for a generic KWS neural network model and the "processing" API give user an easier way to drive the MFCC calculations. -> **NOTE:** The API here is also used to export a CMSIS-pack from this repository and therefore, it is imperative to -> that the sources here do not depend on any HAL component or drive any platform dependent logic. If you are looking to -> reuse components from this repository for your application level logic, this directory should be the prime candidate. + > **NOTE:** The API here is also used to export a CMSIS-pack from this repository and therefore, it is imperative to + > that the sources here do not depend on any HAL component or drive any platform dependent logic. If you are looking to + > reuse components from this repository for your application level logic, this directory should be the prime candidate. - `hal`: Contains Hardware Abstraction Layer (HAL) sources, providing a platform-agnostic API to access hardware platform-specific functions. -> **Note:** Common code related to the `Arm Ethos-U NPU` software framework resides in *hal/components* sub-folder. + > **Note:** Common code related to the `Arm Ethos-U NPU` software framework resides in *hal/components* sub-folder. - `log`: Common to all code logging macros managing log levels. -- cgit v1.2.1