summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 |