TopoToolbox / pytopotoolbox

Python interface to TopoToolbox
https://topotoolbox.github.io/pytopotoolbox/
GNU General Public License v3.0
1 stars 2 forks source link

Implement Pep8 standard #23

Closed Teschl closed 2 months ago

Teschl commented 2 months ago

Added Docstrings to all python files, enforced max line lengths, and fixed issued pointed out by pylint. Also added comments to grid.cpp.

wkearn commented 2 months ago

This looks good. Thanks, @Teschl!