robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
9 stars 9 forks source link

Move examples to root directory #3

Open virtuald opened 8 months ago

virtuald commented 8 months ago

The only subprojects that have examples are cscore and ntcore, I think.

martincarapia commented 3 months ago

Should these be moved into an EXAMPLES folder in the project root?

Folder tree would look something like this:

EXAMPLES
|
|
------ cscore
|        --- example1.py
|
|
------ ntcore
|          --- example2.py
virtuald commented 3 months ago

That seems reasonable.