Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 389 Bytes

standards.md

File metadata and controls

9 lines (6 loc) · 389 Bytes

Coding Standards

Python

Document according to the Google style guide. In my opinion the Google style docstrings are more readable than the numpy style docstrings.

Otherwise, let's follow numpy/scipy standards whenever reasonable - these projects are the "gold standard" for scientific computing in python.