summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 16:55:58 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 16:55:58 +0000
commitdf173dbefd275c54d8f5e33794d51709b887d2d3 (patch)
treee088441c24f328cfb449f44a91af9bc0f9af9640 /src
parent041e86d2abb18e093cb9d73acc198873288d3d82 (diff)
Modification for GUDHI version 2.0.0
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2060 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4b91c810b51851f5ef98b09dd58ce0359003390d
Diffstat (limited to 'src')
-rw-r--r--src/cython/doc/index.rst2
-rw-r--r--src/cython/doc/rips_complex_sum.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/doc/index.rst b/src/cython/doc/index.rst
index 26580880..d0165588 100644
--- a/src/cython/doc/index.rst
+++ b/src/cython/doc/index.rst
@@ -9,7 +9,7 @@ Introduction
The Gudhi library (Geometry Understanding in Higher Dimensions) is a generic
open source `C++ library <http://gudhi.gforge.inria.fr/doc/latest/>`_, with a
-`cython interface <http://gudhi.gforge.inria.fr/cython/latest/>`_, for
+`Cython interface <http://gudhi.gforge.inria.fr/cython/latest/>`_, for
Computational Topology and Topological Data Analysis
(`TDA <https://en.wikipedia.org/wiki/Topological_data_analysis>`_).
The GUDHI library intends to help the development of new algorithmic solutions
diff --git a/src/cython/doc/rips_complex_sum.rst b/src/cython/doc/rips_complex_sum.rst
index ad57e54e..eae6b499 100644
--- a/src/cython/doc/rips_complex_sum.rst
+++ b/src/cython/doc/rips_complex_sum.rst
@@ -3,7 +3,7 @@
================================================================= =================================== ===================================
+----------------------------------------------------------------+------------------------------------------------------------------------+
-| .. figure:: | Rips_complex is a simplicial complex constructed from a one skeleton |
+| .. figure:: | Rips complex is a simplicial complex constructed from a one skeleton |
| img/rips_complex_representation.png | graph. |
| :figclass: align-center | |
| | The filtration value of each edge is computed from a user-given |