From 68753b3c28321e28eedd5829c94234da84e25c8d Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 9 Sep 2019 16:03:40 +0200 Subject: Code review: rename cython as python (make target and directory --- src/python/CONVENTIONS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/python/CONVENTIONS (limited to 'src/python/CONVENTIONS') diff --git a/src/python/CONVENTIONS b/src/python/CONVENTIONS new file mode 100644 index 00000000..804e97f3 --- /dev/null +++ b/src/python/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