From 4ee1b2ba5f64f9d573e130b174d2191e97e7b3a2 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 22 Feb 2017 10:49:07 +0000 Subject: Fix code review (we are building Cython and not demos) git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2089 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cfa8fb387b808ab846d61b974703988121507080 --- src/cython/doc/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/cython/doc/installation.rst b/src/cython/doc/installation.rst index 20d97b3c..e5cd4cbb 100644 --- a/src/cython/doc/installation.rst +++ b/src/cython/doc/installation.rst @@ -10,10 +10,10 @@ Mac OSX and Visual Studio 2015. It also requires cmake to generate makefiles, and cython to compile the library. -Demos and examples -================== +GUDHI Cythonization +=================== -To build the demos and examples, run the following commands in a terminal: +To build the GUDHI cython module, run the following commands in a terminal: .. code-block:: bash -- cgit v1.2.3