Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasrobotics/raidzero-outreach-swerve-docs-zh_tw
Swerve software documentation for FRC robots (Traditional Chinese)
https://github.com/tasrobotics/raidzero-outreach-swerve-docs-zh_tw
documentation first-robotics-competition frc java swerve swerve-drive
Last synced: about 1 month ago
JSON representation
Swerve software documentation for FRC robots (Traditional Chinese)
- Host: GitHub
- URL: https://github.com/tasrobotics/raidzero-outreach-swerve-docs-zh_tw
- Owner: TASRobotics
- License: gpl-3.0
- Created: 2022-12-25T07:00:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T08:44:57.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T17:45:36.772Z (about 1 month ago)
- Topics: documentation, first-robotics-competition, frc, java, swerve, swerve-drive
- Language: HTML
- Homepage: https://tasrobotics.github.io/RaidZero-Outreach-Swerve-Docs-zh_TW/
- Size: 9.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub](https://img.shields.io/github/license/TASRobotics/RaidZero-Outreach-Swerve-Docs-zh_TW?logo=Github)
![Website](https://img.shields.io/website?down_color=red&down_message=offline&label=docs&logo=readthedocs&up_color=green&up_message=online&url=https%3A%2F%2Fraidzero-swerve-docs.readthedocs.io%2Fzh_TW%2Flatest%2F)# Raid Zero Outreach Swerve Docs (Traditional Chinese)
Welcome to Raid Zero's swerve documentation! Check out the English documentation [here](https://raidzero-swerve-docs.readthedocs.io/en/latest/), Chinese (Traditional) documentation [here](https://raidzero-swerve-docs.readthedocs.io/zh_TW/latest/).
Additionally, check out the swerve source code used in these docs [here](https://github.com/TASRobotics/RaidZero-Swerve-Template).
## Building the Docs
1. Install everything in [``requirements.txt``](requirements.txt).
2. Run ``make html`` at the root of the project to generate HTML files.
3. Open ``index.html`` in build/html to view the website.Check out more information regarding Sphinx at the [official documentation](https://www.sphinx-doc.org/en/master/).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## Contributors
See [here](https://github.com/TASRobotics/RaidZero-Outreach-Swerve-Docs#contributors).
## License
[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/)