Unverified Commit fb43015a authored by Vladimir Marchenko's avatar Vladimir Marchenko Committed by GitHub
Browse files

Doc style and typo fixes (#140)

* Doc: minor style and typo fixes

* Doc: Fixed broken link
parent 14a6adfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
*.bak
Documentation/html/
Documentation/Doxygen/dsp.dxy
Documentation/Doxygen/history.txt
Documentation/Doxygen/src/history.txt
DSP_Lib_TestSuite/build/
PythonWrapper/cmsisdsp.cp36-win_amd64.pyd
PythonWrapper/internal.cp36-win_amd64.pyd
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash
# Version: 3.0
# Date: 2023-11-06
# This bash script generates CMSIS-NN Documentation:
# This bash script generates CMSIS-DSP Documentation:
#
# Pre-requisites:
# - bash shell (for Windows: install git for Windows)
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ The library is now tested on Fast Models building with cmake. Core M0, M4, M7, M

## Access to CMSIS-DSP {#pack}

CMSIS-DSP is actively maintained in the [**CMSIS-DSP GitHub repository**](https://github.com/ARM-software/CMSIS-RTX) and is released as a standalone [**CMSIS-DSP pack**](https://www.keil.arm.com/packs/cmsis-dsp-arm/versions/) in the [CMSIS-Pack format](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html).
CMSIS-DSP is actively maintained in the [**CMSIS-DSP GitHub repository**](https://github.com/ARM-software/CMSIS-DSP) and is released as a standalone [**CMSIS-DSP pack**](https://www.keil.arm.com/packs/cmsis-dsp-arm/versions/) in the [CMSIS-Pack format](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html).

The table below explains the content of **ARM::CMSIS-DSP** pack.

+1 −0
Original line number Diff line number Diff line
@@ -1477,6 +1477,7 @@ div.headertitle
dl
{
    padding: 0 0 0 10px;
    max-width: var(--max_textblock_width);
}

/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */