https://github.com/tasrobotics/raidzero-training-docs
Training Documentation for Raid Zero 4253
https://github.com/tasrobotics/raidzero-training-docs
first-robotics-competition frc robotics
Last synced: 5 months ago
JSON representation
Training Documentation for Raid Zero 4253
- Host: GitHub
- URL: https://github.com/tasrobotics/raidzero-training-docs
- Owner: TASRobotics
- License: gpl-3.0
- Created: 2024-01-04T13:36:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T00:53:46.000Z (about 2 years ago)
- Last Synced: 2025-03-16T03:43:58.401Z (about 1 year ago)
- Topics: first-robotics-competition, frc, robotics
- Language: HTML
- Homepage: https://tasrobotics.github.io/RaidZero-Training-Docs/index.html
- Size: 17.2 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](#contributors-)
# Raid Zero Training Docs
Welcome to Raid Zero's Training Documentation! Check out the documentation website [here](https://tasrobotics.github.io/RaidZero-Training-Docs/index.html).
## Building the Docs
1. Install everything in [``requirements.txt``](requirements.txt) by running ``pip install -r 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.
## License
[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/)