From 8d7329f3e5ad843e553c3c5503cecc28ef2eead6 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 20 Apr 2017 11:10:45 +0200 Subject: GUDHI 2.0.0 as released by upstream in a tarball. --- cython/CONVENTIONS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cython/CONVENTIONS (limited to 'cython/CONVENTIONS') diff --git a/cython/CONVENTIONS b/cython/CONVENTIONS new file mode 100644 index 00000000..804e97f3 --- /dev/null +++ b/cython/CONVENTIONS @@ -0,0 +1,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. \ No newline at end of file -- cgit v1.2.3