From ef736c1bde277438088c405cb87c277cb7560075 Mon Sep 17 00:00:00 2001 From: Adam Cohen Hillel Date: Tue, 13 Feb 2024 14:59:58 -0500 Subject: [PATCH] tox --- docs/archive/launch_readme.md | 4 +--- docs/getting_started.md | 4 +--- docs/guides/setup_raspberry_pi_zero.md | 8 ++++++++ docs/guides/use_python_recorder.md | 8 ++++++++ docs/index.md | 12 ++++-------- docs/troubleshoot.md | 8 ++++++++ 6 files changed, 30 insertions(+), 14 deletions(-) diff --git a/docs/archive/launch_readme.md b/docs/archive/launch_readme.md index e40148b..9ddd9bd 100644 --- a/docs/archive/launch_readme.md +++ b/docs/archive/launch_readme.md @@ -6,15 +6,13 @@ parent: _archive --- # ADeus: Open-Source AI Wearable Device - {: .no_toc } ## Table of contents - {: .no_toc .text-delta } 1. TOC - {:toc} +{:toc} --- diff --git a/docs/getting_started.md b/docs/getting_started.md index 294b351..b1fa7d2 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -5,15 +5,13 @@ nav_order: 2 --- # Getting Started (Setup) - {: .no_toc } ## Table of contents - {: .no_toc .text-delta } 1. TOC - {:toc} +{:toc} --- diff --git a/docs/guides/setup_raspberry_pi_zero.md b/docs/guides/setup_raspberry_pi_zero.md index 618a51c..d89c1b8 100644 --- a/docs/guides/setup_raspberry_pi_zero.md +++ b/docs/guides/setup_raspberry_pi_zero.md @@ -6,7 +6,15 @@ parent: How to Guides --- # Raspberry Pi Zero W Setup Guide +{: .no_toc } +## Table of contents +{: .no_toc .text-delta } + +1. TOC +{:toc} + +--- This guide provides step-by-step instructions for setting up a Raspberry Pi Zero W with the necessary software and configurations for development purposes. ## Prerequisites diff --git a/docs/guides/use_python_recorder.md b/docs/guides/use_python_recorder.md index 659daf0..7f25469 100644 --- a/docs/guides/use_python_recorder.md +++ b/docs/guides/use_python_recorder.md @@ -6,7 +6,15 @@ parent: How to Guides --- # Develop without hardware device using a python script +{: .no_toc } +## Table of contents +{: .no_toc .text-delta } + +1. TOC +{:toc} + +--- Sometimes, when working on the frontend / backend of Adeus, you want an easier and faster feedback loop, one that does not require the use of the physical device. This is exactly what this guide is about. #### Setup: diff --git a/docs/index.md b/docs/index.md index 543953d..d1b9984 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,17 +5,13 @@ nav_order: 1 --- # Adeus Documentation - {: .no_toc } -
- - Table of contents - - {: .text-delta } -- TOC +## Table of contents +{: .no_toc .text-delta } + +1. TOC {:toc} -
## Introduction diff --git a/docs/troubleshoot.md b/docs/troubleshoot.md index 587570d..7fa6607 100644 --- a/docs/troubleshoot.md +++ b/docs/troubleshoot.md @@ -5,7 +5,15 @@ nav_order: 4 --- # Troubleshoot +{: .no_toc } +## Table of contents +{: .no_toc .text-delta } + +1. TOC +{:toc} + +--- ### building 'hid' extension, error: unknown file type '.pxd' (from 'chid.pxd') When setting up your computer for CoralAI development (installing `setup.sh` from the `coralmicro` repo ) you'd need to change the `coralmicro/scripts/requirements.txt` file, making the version of the package `hidapi==0.14.0` (see [issue](https://github.com/google-coral/coralmicro/pull/98))