summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-30 08:48:05 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-30 08:48:05 +0200
commitf510a7e607b46ba8cc118cd787ff9b0b8bff091f (patch)
treed0ac860c27d45fd45327d07b7897126811391844
parent38463699876e8cd5af3fc5ebdc5b6202d3b7d314 (diff)
Eigen scope refine
-rw-r--r--src/common/doc/installation.h4
-rw-r--r--src/cython/doc/installation.rst8
2 files changed, 5 insertions, 7 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index 02d3c73a..54f86573 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -60,7 +60,7 @@ make doxygen
* Having GMP version 4.2 or higher installed is recommended.
*
* \subsection cgal CGAL
- * Some GUDHI modules (cf. \ref main_page "modules list"), and few examples requires CGAL, a C++ library that provides
+ * Some GUDHI modules (cf. \ref main_page "modules list"), and few examples require CGAL, a C++ library that provides
* easy access to efficient and reliable geometric algorithms.
*
* \note There is no need to install CGAL, you can just <CODE>cmake . && make</CODE> CGAL (or even
@@ -126,7 +126,7 @@ make doxygen
* Alpha_complex/alpha_complex_3d_persistence.cpp</a>
*
* \subsection eigen Eigen
- * The \ref alpha_complex data structure and few examples requires
+ * Some GUDHI modules (cf. \ref main_page "modules list"), and few examples require
* <a target="_blank" href="http://eigen.tuxfamily.org/">Eigen</a> is a C++ template library for linear algebra:
* matrices, vectors, numerical solvers, and related algorithms.
*
diff --git a/src/cython/doc/installation.rst b/src/cython/doc/installation.rst
index 34156942..15f383c2 100644
--- a/src/cython/doc/installation.rst
+++ b/src/cython/doc/installation.rst
@@ -156,7 +156,7 @@ CGAL
====
Some GUDHI modules (cf. :doc:`modules list </index>`), and few examples
-requires CGAL, a C++ library that provides easy access to efficient and
+require CGAL, a C++ library that provides easy access to efficient and
reliable geometric algorithms.
@@ -178,10 +178,8 @@ The following examples requires CGAL version ≥ 4.11.0:
Eigen
=====
-The :doc:`Alpha complex </alpha_complex_user>`,
-:doc:`Tangential complex </tangential_complex_user>` and
-:doc:`Witness complex </witness_complex_user>` data structures and few
-examples requires `Eigen <http://eigen.tuxfamily.org/>`_, a C++ template
+Some GUDHI modules (cf. :doc:`modules list </index>`), and few examples
+require `Eigen <http://eigen.tuxfamily.org/>`_, a C++ template
library for linear algebra: matrices, vectors, numerical solvers, and related
algorithms.