summaryrefslogtreecommitdiff
path: root/cython/CONVENTIONS
diff options
context:
space:
mode:
Diffstat (limited to 'cython/CONVENTIONS')
-rw-r--r--cython/CONVENTIONS9
1 files changed, 0 insertions, 9 deletions
diff --git a/cython/CONVENTIONS b/cython/CONVENTIONS
deleted file mode 100644
index 804e97f3..00000000
--- a/cython/CONVENTIONS
+++ /dev/null
@@ -1,9 +0,0 @@
-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