generate-param-doc-tooltips.sh 415 B

123456789101112131415
  1. #!/bin/bash
  2. # Checkout the documentation reposo we can extract the parameter documentation
  3. if [ -d "AI-on-the-edge-device-docs" ] ; then
  4. # Repo already checked out, pull it
  5. cd AI-on-the-edge-device-docs
  6. git checkout main
  7. git pull
  8. cd ..
  9. else
  10. # Repos folde ris missing, clone it
  11. git clone https://github.com/jomjol/AI-on-the-edge-device-docs.git
  12. fi
  13. python generate-param-doc-tooltips.py