You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vex Code Snippets is a collection of code snippets designed to control a Vex V5 Robot using Python and the Vexcode Library. These snippets provide ready-to-use code segments that can be easily integrated into your robot projects. Each snippet focuses on a specific functionality or task, allowing you to quickly implement common robotic operations.
9
9
10
10
11
11
## Table of Contents
12
-
1.[ChangeLog](CHANGELOG.md)
13
-
2.[Documentation](Docs.md)
14
-
3.[Contributing](CONTRIBUTING.md)
15
-
4.[License](LICENSE.md)
12
+
1.[ChangeLog](Docs/CHANGELOG.md)
13
+
2.[Documentation](Docs/Docs.md)
14
+
3.[Contributing](Docs/CONTRIBUTING.md)
15
+
4.[License](Docs/LICENSE.md)
16
+
5.[Code of Conduct](Docs/CODE_OF_CONDUCT.md)
17
+
6.[Contact](#contact)
18
+
7.[Snippets](./docs/Snippets-Docs/)
16
19
17
20
18
21
@@ -72,13 +75,13 @@ For detailed documentation on the Vexcode Library and Vex Python Library, refer
72
75
73
76
## Discord Community
74
77
75
-
Join our Discord community to connect with other robotics enthusiasts, ask questions, and share your projects: [Discord Invite Link](https://discord.gg/kvrQSyRExj)
78
+
Join our Discord community to connect with other robotics enthusiasts, ask questions, and share your projects: [RoboHub Invite Link](https://discord.gg/kvrQSyRExj)
76
79
77
80
## Social Media
78
81
79
82
Stay updated with the latest news, projects, and announcements by following us on social media:
@@ -87,7 +90,7 @@ This project is licensed under the [Creative Commons Attribution 3.0 Unported Li
87
90
88
91
## Contribution Guide
89
92
90
-
Contributions to the Vex Code Snippets project are welcome! If you want to contribute code snippets, bug fixes, or improvements, please refer to the [Contribution Guide](CONTRIBUTING.md) for more information on how to get started.
93
+
Contributions to the Vex Code Snippets project are welcome! If you want to contribute code snippets, bug fixes, or improvements, please refer to the [Contribution Guide](Docs/CONTRIBUTING.md) for more information on how to get started.
91
94
## Contact
92
95
93
96
If you have any questions or suggestions regarding this project, feel free to reach out to me on Twitter [@4tro_Dev](https://twitter.com/4tro_Dev) or join our Discord community using the link provided above.
0 commit comments