Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)