summaryrefslogtreecommitdiff
path: root/for_dev/code_conventions.md
diff options
context:
space:
mode:
Diffstat (limited to 'for_dev/code_conventions.md')
-rw-r--r--for_dev/code_conventions.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/for_dev/code_conventions.md b/for_dev/code_conventions.md
index 7f9f7471..9724f722 100644
--- a/for_dev/code_conventions.md
+++ b/for_dev/code_conventions.md
@@ -29,6 +29,9 @@ cd src # there is a .clang-format file with these specifications
clang-format -style=file -i Simplex_tree/include/gudhi/Simplex_tree.h # -i means in place, your file will be modified
```
+### Template
+Please use the file [following template](copyright_template.h).
+
## Python
In progress...
@@ -39,3 +42,6 @@ We are using [PEP8 Python style guide](https://www.python.org/dev/peps/pep-0008/
```bash
black -l 120 src/python/example/bottleneck_basic_example.py
```
+
+### Template
+Please use the file [following template](copyright_template.py).