summaryrefslogtreecommitdiff
path: root/Conventions.txt
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-07 14:54:21 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-07 14:54:21 +0000
commit62c62d9efbb9f8f27ff5b495c41e0a7c3e01213f (patch)
tree2d4a0c2c867e3eb3f50a6c59c12491abc876dd61 /Conventions.txt
parentfc8b158bc6604dd6b8b0017db62608bf927565d7 (diff)
Replace content by a link to the wiki
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/fix_naming@1256 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 15a35a7aaeb71f3e137508acce7cd4ff2a0505dc
Diffstat (limited to 'Conventions.txt')
-rw-r--r--Conventions.txt76
1 files changed, 1 insertions, 75 deletions
diff --git a/Conventions.txt b/Conventions.txt
index f7d6831e..e4ae7925 100644
--- a/Conventions.txt
+++ b/Conventions.txt
@@ -1,75 +1 @@
-Please read this convention before adding your package(s) into Gudhi library.
-
-
-Compilation:
-*********************
-CMake is used for compilation purpose.
-
-
-
-Naming conventions:
-*********************
-
-All headers are named *.h and all sources are named *.cpp.
-Concepts are named with camel case starting with uppercase that is "PersistentHomology.h"
-for instance for the concept of Persitence homology.
-Classes and methods are named with underscore separator that is :
-- "Skeleton_blocker_contractor.h" for the class Skeleton_blocker_contractor
-- "int num_vertices() const" for a method
-
-
-Package organization:
-*********************
-The Gudhi directories are organised by 2 manners (Internal for svn developpers and User for external User/Developper).
-
-Internal:
---------
-
-src/common/concept/common_concept.h
- doc/MainPage.h
- include/gudhi/io.h
- ....h
- package1/concept/package1_concept1.h
- ....h
- doc/Intro_package.h
- include/gudhi/*.h
- source/*.cpp
- test/*.cpp
- CMakeLists.txt
- example/*.cpp
- CMakeLists.txt
- package2/...
- ...
- cmake/modules/*.cmake
-
-data/points/kl.txt
- sphere_3D.txt
- ....txt
- meshes/sphere.off
- Paris.off
-scripts/generate_version.sh
- ....sh
- ....py
-Doxyfile
-CMakeLists.txt
-Version.txt
-Conventions.txt
-README
-COPYING
-
-User:
---------
-
-include/gudhi/*.h
-source/*.cpp
-example/package1/*.cpp
- CMakeLists.txt
- package2/*.cpp
- CMakeLists.txt
- ...
-cmake/modules/*.cmake
-CMakeLists.txt
-Version.txt
-Conventions.txt
-README
-COPYING
+Please refer to the Wiki: https://gforge.inria.fr/plugins/mediawiki/wiki/gudhi/index.php/Conventions \ No newline at end of file