Skip to content

Commit a2c9e02

Browse files
authored
Merge pull request #2 from sparkfun/wes-updates
Minor Updates
2 parents 8fa2269 + 26984dc commit a2c9e02

File tree

7 files changed

+16
-18
lines changed

7 files changed

+16
-18
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: 3.x
3535

3636
- name: Install Python dependencies
37-
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
37+
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
3838

3939
- name: Set up build cache
4040
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
1.43 MB
Binary file not shown.

docs/github/file_issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Spot something wrong? Please let us know. <a href="https://github.com/sparkfun/S
66
!!! warning "Need Help?"
77
If you need technical assistance or more information on a product that is not working as you expected, we recommend heading on over to the [SparkFun Technical Assistance](https://www.sparkfun.com/technical_assistanc) page for some initial troubleshooting. This **Submit Issues** page is not where users should seek assistance.
88

9-
<center>
9+
<article style="text-align: center;" markdown>
1010
[SparkFun Technical Assistance Page](https://www.sparkfun.com/technical_assistance){ .md-button .md-button--primary }
11-
</center>
11+
</article>
1212

1313
If you can't find what you need there, the [SparkFun Forums](https://forum.sparkfun.com/index.php) is a great place to search the product forums and ask questions.
1414

docs/hardware_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This document gives a detailed overview of the RedBoard IoT - RP2350 and all com
44

55
The IoT RedBoard - RP2350 is packed with hardware aimed at helping users get the most out of the RP2350. This includes multiple power inputs like USB-C and a 2-pin JST connector, Qwiic connector, standard R3 female headers, several status LEDs and also a couple specialized headers for the RP2350's high-speed transmit (HSTX) pins and its debug pins. The photo below highlights most of the major components on this board that we'll cover in this Hardware Overview.
66

7-
<center>
7+
<figure markdown>
88
[![Photo highlighting major components on the IoT RedBoard - RP2350](./assets/img/SparkFun_IoT_RedBoard-Annotated.jpg){ width="600"}](./assets/img/SparkFun_IoT_RedBoard-Annotated.jpg "Click to enlarge")
9-
</center>
9+
</figure>
1010

1111
## RP2350 Microcontroller
1212

docs/micropython.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
MicroPython is an application of the Python 3 language that runs on microcontrollers like the IoT RedBoard - RP2350 that allows you to easily interact with the board directly over a USB serial interface through either a command line interface or your preferred Python IDE such as [Thonny](https://thonny.org/). We'll do a quick overview of how to download MicroPython firmware on to the RedBoard IoT - RP2350 but for a complete overview of using MicroPython with this and other RP2350 boards, head over to Raspberry Pi's documentation by clicking the button below:
44

5-
<center>
6-
[Raspberry Pi MicroPython Docs](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html){ .md-button .md-button--primary}
7-
</center>
5+
<article style="text-align: center;" markdown>
6+
[Raspberry Pi MicroPython Docs](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html){ .md-button .md-button--primary}
7+
</article>
88

99
## UF2 Firmware
1010

docs/picosdk.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
The Pico C SDK is a C/C++ development kit for Raspberry Pi microcontrollers including the RP2350. Click on the links below for complete documentation on installing and using the SDK.
44

5-
<center>
6-
[Pico C SDK Documentation](https://www.raspberrypi.com/documentation/pico-sdk/){ .md-button .md-button--primary }
7-
</center>
5+
<article style="text-align: center;" markdown>
6+
[Pico C SDK Documentation](https://www.raspberrypi.com/documentation/pico-sdk/){ .md-button .md-button--primary }
7+
</article>
88

9-
<center>
10-
[Pico C SDK GitHub Repository](https://github.com/raspberrypi/pico-sdk){ .md-button .md-button--primary }
11-
</center>
9+
<article style="text-align: center;" markdown>
10+
[Pico C SDK GitHub Repository](https://github.com/raspberrypi/pico-sdk){ .md-button .md-button--primary }
11+
</article>
1212

1313
### RedBoard IoT - RP2350 Board Definition
1414

mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ plugins:
156156
- git-committers:
157157
repository: sparkfun/SparkFun_IoT_RedBoard_RP2350
158158
branch: main
159-
# Add git authors at the bottom of the page
160-
- git-authors
161159
# Enables use of Git submodules and larger code base
162160
- monorepo
163161
# # For PDF rendering
@@ -197,8 +195,8 @@ markdown_extensions:
197195
- md_in_html
198196
- attr_list
199197
- pymdownx.emoji:
200-
emoji_index: !!python/name:materialx.emoji.twemoji
201-
emoji_generator: !!python/name:materialx.emoji.to_svg
198+
emoji_index: !!python/name:material.extensions.emoji.twemoji
199+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
202200
options:
203201
custom_icons:
204202
- overrides/.icons

0 commit comments

Comments
 (0)