summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-13 16:45:19 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-02-13 16:45:19 +0100
commit939b2a8bc88d9ed45fd2f01727498042ef137e04 (patch)
tree65ffe1cd41ae96589f2e1a8ab5072f5850fc361d
parentb3bd147a06b013efca688ef5dafdfa732a036346 (diff)
[skip ci] link to templates
-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).