Skip to content

Commit ef736c1

Browse files
tox
1 parent a96f0f9 commit ef736c1

6 files changed

+30
-14
lines changed

docs/archive/launch_readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ parent: _archive
66
---
77

88
# ADeus: Open-Source AI Wearable Device
9-
109
{: .no_toc }
1110

1211
## Table of contents
13-
1412
{: .no_toc .text-delta }
1513

1614
1. TOC
17-
{:toc}
15+
{:toc}
1816

1917
---
2018

docs/getting_started.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ nav_order: 2
55
---
66

77
# Getting Started (Setup)
8-
98
{: .no_toc }
109

1110
## Table of contents
12-
1311
{: .no_toc .text-delta }
1412

1513
1. TOC
16-
{:toc}
14+
{:toc}
1715

1816
---
1917

docs/guides/setup_raspberry_pi_zero.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ parent: How to Guides
66
---
77

88
# Raspberry Pi Zero W Setup Guide
9+
{: .no_toc }
910

11+
## Table of contents
12+
{: .no_toc .text-delta }
13+
14+
1. TOC
15+
{:toc}
16+
17+
---
1018
This guide provides step-by-step instructions for setting up a Raspberry Pi Zero W with the necessary software and configurations for development purposes.
1119

1220
## Prerequisites

docs/guides/use_python_recorder.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ parent: How to Guides
66
---
77

88
# Develop without hardware device using a python script
9+
{: .no_toc }
910

11+
## Table of contents
12+
{: .no_toc .text-delta }
13+
14+
1. TOC
15+
{:toc}
16+
17+
---
1018
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.
1119

1220
#### Setup:

docs/index.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ nav_order: 1
55
---
66

77
# Adeus Documentation
8-
98
{: .no_toc }
109

11-
<details open markdown="block">
12-
<summary>
13-
Table of contents
14-
</summary>
15-
{: .text-delta }
16-
- TOC
10+
## Table of contents
11+
{: .no_toc .text-delta }
12+
13+
1. TOC
1714
{:toc}
18-
</details>
1915

2016
## Introduction
2117

docs/troubleshoot.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ nav_order: 4
55
---
66

77
# Troubleshoot
8+
{: .no_toc }
89

10+
## Table of contents
11+
{: .no_toc .text-delta }
12+
13+
1. TOC
14+
{:toc}
15+
16+
---
917
### building 'hid' extension, error: unknown file type '.pxd' (from 'chid.pxd')
1018

1119
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 commit comments

Comments
 (0)