remove global state change in docu examples
Since sphinx gallery doesnt reset the python environment between running the different examples, its necessary to avoid global changes like the one here. Maybe it would also work to reset our modules in their respective init.py files, but not entirely sure.