summaryrefslogtreecommitdiff
path: root/src/cython/doc
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/cython/doc
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/cython/doc')
-rw-r--r--src/cython/doc/index.rst7
1 files changed, 3 insertions, 4 deletions
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
***************