Docstrings
Created by: asogaard
Added docstrings to a few modules and made a few minor, structural changes:
- Renamed
src/graphnet/modules.pytosrc/graphnet/deployment/i3modules.pyto both make the intention clearer and to open up for multiple means of deployment. - Renamed
src/graphnet/utils.pytosrc/graphnet/maths.pyto make the intention clearer, and because it's poor form to call modulesutils.py
Addresses #109 (closed)