examples: shorten subfolders' names#21221
Conversation
|
I like this change, with my PR I wanted to stay 1:1 with the category titles but yours sound better as folder names 😄 Thank you for putting so much effort into refining my stuff! |
Maybe just |
I tried to have the high-level ones a bit more speaking. But I'm also fine with |
OlegHahm
left a comment
There was a problem hiding this comment.
Sorry, for the bunch of unrelated findings. Besides these cosmetics: ACK from my side.
29f572e to
405ae1a
Compare
|
@OlegHahm Thanks for having a detailed read-through! Fixed all the typos ( |
405ae1a to
cfb5c47
Compare
cfb5c47 to
d4f3626
Compare
OlegHahm
left a comment
There was a problem hiding this comment.
I used or LINE in $(git show | grep '^+' | grep -oE 'examples[^*,)$" ]*'); do ls -lah ${LINE} > /dev/null ; done` to get a quick overview about potentially invalid path names and found one more case of a broken link.
d4f3626 to
9a45c30
Compare
OlegHahm
left a comment
There was a problem hiding this comment.
Couldn't spot any issues with the latest state so I dare to give an ACK. 👍
|
Thanks for your thorough review! |
Contribution description
Shorten some subfolder names in the examples directory to make them less verbous:
examples/essentials=>examples/basicexamples/advanced_examples/=>examples/advancedexamples/networking/bluetooth_low_energy/misc_ble_examples=>examples/networking/ble/miscexamples/networking/gnrc_networking=>examples/networking/gnrcexamples/networking/core_resource_directory=>examples/networking/cordexamples/language_bindings/{officially,community}_supported=>examples/lang_support/{official,community}I'm not particularly happy with
language_bindingsas name either, but could not come up with a shorter one. Maybelanguage_supportwould be better although not much shorter?Testing procedure
Check if CI still builds all examples, check working links in examples/README.md
Issues/PRs references
Follow-up of #21135 by @AnnsAnns