summaryrefslogtreecommitdiff
path: root/src/cython/doc/installation.rst
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 10:49:07 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 10:49:07 +0000
commit4ee1b2ba5f64f9d573e130b174d2191e97e7b3a2 (patch)
tree4c75fb9034afe7a9aad449b42de2fd0916c02109 /src/cython/doc/installation.rst
parent1cea4c9f6af3fff2b907c7e5e0d9417bc4afaff4 (diff)
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
Diffstat (limited to 'src/cython/doc/installation.rst')
-rw-r--r--src/cython/doc/installation.rst6
1 files changed, 3 insertions, 3 deletions
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