summaryrefslogtreecommitdiff
path: root/src/cython/CONVENTIONS
blob: 804e97f337264ce1c0fa9c6f57d194f496e04917 (plain)
1
2
3
4
5
6
7
8
9
Gudhi is following PEP8 conventions.

Please refer to:
https://www.python.org/dev/peps/pep-0008/

A summary:
 - modules (filenames) should have short, all-lowercase names, and they can contain underscores.
 - packages (directories) should have short, all-lowercase names, preferably without underscores.
 - classes should use the CapWords convention.