Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcohenhillel committed Feb 13, 2024
1 parent a96f0f9 commit ef736c1
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 14 deletions.
4 changes: 1 addition & 3 deletions docs/archive/launch_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

---

Expand Down
4 changes: 1 addition & 3 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ nav_order: 2
---

# Getting Started (Setup)

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

1. TOC
{:toc}
{:toc}

---

Expand Down
8 changes: 8 additions & 0 deletions docs/guides/setup_raspberry_pi_zero.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/guides/use_python_recorder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 4 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ nav_order: 1
---

# Adeus Documentation

{: .no_toc }

<details open markdown="block">
<summary>
Table of contents
</summary>
{: .text-delta }
- TOC
## Table of contents
{: .no_toc .text-delta }

1. TOC
{:toc}
</details>

## Introduction

Expand Down
8 changes: 8 additions & 0 deletions docs/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit ef736c1

Please sign in to comment.