summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-10 11:49:32 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-10 11:49:32 +0000
commit5d8fad1814c3ec5f1d73e316853aba301070299f (patch)
treeb4652dfe44c3ebe585d3e59f55a43bb29a6f26e6 /src
parentc7da4a2e7f8cb26c63ebc5c226c0cfefb5290755 (diff)
parent6166aad3e082119ead02413659cfb6ea2e661ef7 (diff)
Merge last trunk modifications
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/persistence_diagram_improvement@2609 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7bd35b1a3515450f92efd4cb44d0b81d1e215dd3
Diffstat (limited to 'src')
-rw-r--r--src/common/doc/file_formats.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/common/doc/file_formats.h b/src/common/doc/file_formats.h
index c145b271..9d0415b1 100644
--- a/src/common/doc/file_formats.h
+++ b/src/common/doc/file_formats.h
@@ -2,7 +2,7 @@
* (Geometric Understanding in Higher Dimensions) is a generic C++
* library for computational topology.
*
-* Author(s): Clément Jamin
+* Author(s): Clément Jamin
*
* Copyright (C) 2017 INRIA
*
@@ -34,18 +34,19 @@ namespace Gudhi {
Such a file, whose extension is usually `.pers`, contains a list of persistence intervals.<br>
Lines starting with `#` are ignored (comments).<br>
Other lines might contain 2, 3 or 4 values (the number of values on each line must be the same for all lines):
- \code{.unparsed}
+ \verbatim
[[field] dimension] birth death
- \endcode
+ \endverbatim
Here is a simple sample file:
- \code{.unparsed}
- # Beautiful persistence diagram
+ \verbatim
+ # Persistence diagram example
2 2.7 3.7
2 9.6 14.
+ # Some comments
3 34.2 34.974
4 3. inf
- \endcode
+ \endverbatim
Other sample files can be found in the `data/persistence_diagram` folder.
*/