summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-24 11:18:41 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-24 11:18:41 +0000
commit3f98e5b18fc468222711cd483cca78f64eddfeeb (patch)
tree8dbf19ca09f9fd3db2858fefae4658eb6db6765a /src
parentc23eee17fb16dd3d6229184aac95d57d04f93275 (diff)
Doc typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2375 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 181a2d688b3333b202aa7a25768413259c6c8fbd
Diffstat (limited to 'src')
-rw-r--r--src/common/doc/main_page.h2
-rw-r--r--src/cython/doc/index.rst7
2 files changed, 4 insertions, 5 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 2e45e5aa..125ef47b 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -16,7 +16,7 @@
*
* \li Data structures to represent, construct and manipulate simplicial complexes.
* \li Simplification of simplicial complexes by edge contraction.
- * \li Algorithms to compute persistent homology persistent homology.
+ * \li Algorithms to compute persistent homology and bottleneck distance.
*
* All data-structures are generic and several of their aspects can be parameterized via template classes.
* We refer to \cite gudhilibrary_ICMS14 for a detailed description of the design of the library.
diff --git a/src/cython/doc/index.rst b/src/cython/doc/index.rst
index 94dbc65a..89bc0bb2 100644
--- a/src/cython/doc/index.rst
+++ b/src/cython/doc/index.rst
@@ -20,12 +20,11 @@ data structures.
The current release of the GUDHI library includes:
* Data structures to represent, construct and manipulate simplicial complexes.
-* Algorithms to compute persistent homology and multi-field persistent homology.
* Simplication of simplicial complexes by edge contraction.
+* Algorithms to compute persistent homology and bottleneck distance.
-All data-structures are generic and several of their aspects can be
-parameterized via template classes. We refer to :cite:`gudhilibrary_ICMS14`
-for a detailed description of the design of the library.
+We refer to :cite:`gudhilibrary_ICMS14` for a detailed description of the
+design of the library.
Data structures
***************