OpenMS / pyopenms-docs

pyOpenMS readthedocs documentation, additional utilities, addons, scripts, and examples.
https://pyopenms.readthedocs.io
Other
46 stars 55 forks source link

Remove redundant `from pyopenms import *` statements #163

Closed jpfeuffer closed 3 years ago

jpfeuffer commented 3 years ago

Since those are jupyter notebooks you only need it once at the beginning of every notebook. I.e. once in the first code-block of every RST file.

kazoni commented 3 years ago

This one should be easy enough. I'll get it.

kazoni commented 3 years ago

Fixed by #175