Skip to content

Commit f791e9e

Browse files
authored
[docs] Shorten Choreo description and sort formatter list (#1373)
1 parent 09acf8a commit f791e9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/contributing/building-choreo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ target = "<target>"
8686

8787
### Formatters/linters
8888

89-
- [wpiformat](https://pypi.org/project/wpiformat/): C++ formatter
90-
- [spotless](https://github.com/diffplug/spotless): Java formatter
89+
- [eslint](https://eslint.org/): JavaScript/TypeScript linter
9190
- [prettier](https://prettier.io/): JavaScript/TypeScript formatter
9291
- [rustfmt](https://github.com/rust-lang/rustfmt): Rust formatter
93-
- [eslint](https://eslint.org/): JavaScript/TypeScript linter
92+
- [spotless](https://github.com/diffplug/spotless): Java formatter
93+
- [wpiformat](https://pypi.org/project/wpiformat/): C++ formatter

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to the [Choreo](https://github.com/SleipnirGroup/Choreo) documentation.
77

88
## What is Choreo?
99

10-
Choreo (Constraint-Honoring Omnidirectional Route Editor and Optimizer, pronounced /koʊˈɹiːoʊ/, like K + "Oreo") is a graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.
10+
Choreo (_Constraint-Honoring Omnidirectional Route Editor and Optimizer_, pronounced like choreography) is a time-optimal drivetrain trajectory planner for the FIRST Robotics Competition.
1111

1212
<div class="grid cards" markdown>
1313

0 commit comments

Comments
 (0)