pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
347 stars 94 forks source link

Switch docstrings to Google style #146

Open djhoese opened 5 years ago

djhoese commented 5 years ago

Pyresample has a mixed set of docstring styles (my fault I think). All docstrings should be switched to Google style docstrings to match satpy and hopefully other pytroll packages.

adybbroe commented 5 years ago

Sounds good. Have you tried running yapf on the code base?

djhoese commented 5 years ago

I've never actually used it and didn't know it existed until just now. From what I can tell it doesn't handle docstrings, right?

Hiyorimi commented 4 years ago

Is this still actual ?

mraspaud commented 4 years ago

@Hiyorimi yes, but we have someone working on it in #219