Skip to content

Commit 0d24f7a

Browse files
Adding "Coming Soon" pages to yml
1 parent 883f4d7 commit 0d24f7a

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

docs/software_setup-FTC.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
icon: first
3+
---
4+
5+
## Java
6+
We are actively working on the Java library for First Tech Challenge Teams, but if you wish to find the files, they are here:
7+
8+
9+
<center>
10+
[SparkFun Optical Tracking Odometry Sensor Java Library GitHub](https://github.com/sparkfun/SparkFun_Qwiic_OTOS_FTC_Java_Library/archive/refs/heads/main.zip){ .md-button .md-button--primary }
11+
</center>
12+
13+

docs/software_setup-Python.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ icon: simple/python
33
---
44

55
## Python
6+
We are actively working on the Python package, but if you wish to find the files, they are here:
67

7-
!!! attention
8-
If this is your first time using Arduino, please review our tutorial on [installing the Arduino IDE](https://learn.sparkfun.com/tutorials/installing-arduino-ide). If you have not previously installed an Arduino library, please check out our [installation guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library).
9-
10-
We've written a library to get you started with the SparkFun Optical Tracking Odometry Sensor. You can obtain this library through the Arduino Library Manager by searching for "Odometry" and installing the latest version from SparkFun. If you prefer downloading libraries manually, you can grab them from the GitHub Repository.
118

129
<center>
13-
[SparkFun Optical Tracking Odometry Sensor Arduino Library GitHub](https://github.com/sparkfun/SparkFun_Qwiic_OTOS_Arduino_Library/archive/refs/heads/main.zip){ .md-button .md-button--primary }
10+
[SparkFun Optical Tracking Odometry Sensor Python Package GitHub](https://github.com/sparkfun/Qwiic_OTOS_Py/archive/refs/heads/master.zip){ .md-button .md-button--primary }
1411
</center>
1512

16-

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ nav:
258258
- FTC: hardware_assembly_FTC.md
259259
- Software Setup:
260260
- Arduino: software_setup-Arduino.md
261-
# - Python: software_setup-Python.md
262-
# - FIRST Tech Challenge:
261+
- Python - Coming Soon: software_setup-Python.md
262+
- FIRST Tech Challenge - Coming Soon: software_setup-FTC.md
263263
- Examples:
264264
- Arduino Examples: examples.md
265265
# - Python Examples:

0 commit comments

Comments
 (0)