Prior to enabling markers for the examples, we had a variable called examples_to_skip that would skip collecting certain files from the docs/examples folder. We should migrate those examples to the commented marker system.
As a part of this, we should ensure which files should actually be skipped. There were a few that shared names with other files in the directory (ie __init__.py). We should prioritize running those that can be run (even if they are overly simple like the non-failing __init__.pys).