-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full release of robodash
- Loading branch information
Showing
208 changed files
with
21,860 additions
and
23,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ name: Build and Deploy Docs | |
# events but only for the master branch | ||
on: | ||
push: | ||
branches: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
|
||
|
@@ -20,9 +20,9 @@ jobs: | |
with: | ||
submodulePath: ./docs/doxygen-awesome-css | ||
- name: Generate Documentation | ||
uses: mattnotmitt/doxygen-action@v1.9.5 | ||
uses: mattnotmitt/doxygen-action@edge | ||
with: | ||
doxyfile-path: 'docs/Doxyfile' | ||
doxyfile-path: "docs/Doxyfile" | ||
- name: Deploy | ||
uses: JamesIves/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,5 @@ temp.errors | |
*.ini | ||
.d/ | ||
|
||
**/.DS_Store | ||
|
||
docs-output/ | ||
**/__pycache__/ | ||
.DS_STORE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# robodash | ||
|
||
Robodash is a flexible GUI toolkit for the VEX V5 brain. It is built to provide | ||
useful tools that take full advantage of the V5 brain's LCD display, as well as | ||
provide a foundation to improve compatibility with templates that provide | ||
LVGL-powered GUIs. | ||
Robodash is a GUI toolkit for the VEX V5 brain intended to provide tools that | ||
take full advantage of the V5 brain's LCD display, as well as provide a | ||
foundation to improve compatibility with templates that provide LVGL-powered | ||
GUIs. | ||
|
||
Get started with robodash by reading | ||
[the docs](https://unwieldycat.github.io/robodash/). |
Oops, something went wrong.