Move parameter doc to use tooltips generated using the online documentation (#2059)

* prework

* add tooltips

* .

* Update build.yaml

* remove tooltip link and embed it directly

* embedd tooltip directly

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* fix disabled tooltips

* fix disabled tooltips

* renamed Parameter in UI, added units, fixed labels

* .

* .

* .

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2023-02-24 18:36:26 +01:00
committed by GitHub
parent 2c1a7f4c9e
commit b0de37b762
14 changed files with 7662 additions and 460 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
# Checkout the documentation reposo we can extract the parameter documentation
if [ -d "AI-on-the-edge-device-docs" ] ; then
# Repo already checked out, pull it
cd AI-on-the-edge-device-docs
git checkout main
git pull
cd ..
else
# Repos folde ris missing, clone it
git clone https://github.com/jomjol/AI-on-the-edge-device-docs.git
fi
python generate-param-doc-tooltips.py