Skip to content

Commit

Permalink
Doc style and typo fixes (#140)
Browse files Browse the repository at this point in the history
* Doc: minor style and typo fixes

* Doc: Fixed broken link
  • Loading branch information
vovamarch authored Dec 19, 2023
1 parent 14a6adf commit fb43015
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/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)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Doxygen/src/mainpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions Documentation/Doxygen/style_template/extra_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit fb43015

Please sign in to comment.