summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/doc
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-05-09 14:44:31 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-05-09 14:44:31 +0000
commitb90fa03eb3157e4603e922e120673c80cb05732e (patch)
tree9df74420453149dfc7a486536d79b22b07741406 /src/Nerve_GIC/doc
parent01b7bec722e18851acfc826ca572d01a127339c1 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2410 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: bd5bb67cfc029182dd794969dd2548ba2621ae1c
Diffstat (limited to 'src/Nerve_GIC/doc')
-rw-r--r--src/Nerve_GIC/doc/Intro_graph_induced_complex.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Nerve_GIC/doc/Intro_graph_induced_complex.h b/src/Nerve_GIC/doc/Intro_graph_induced_complex.h
index 44e23983..8c31b262 100644
--- a/src/Nerve_GIC/doc/Intro_graph_induced_complex.h
+++ b/src/Nerve_GIC/doc/Intro_graph_induced_complex.h
@@ -137,9 +137,10 @@ namespace graph_induced_complex {
*
* \include MapperDeltaFunc.txt
*
- * If you have python and firefox, all the previous .txt files can then be plotted using
- * <a target="_blank" href="https://github.com/MLWave/kepler-mapper"> Kepler-Mapper </a>
- * with the following:
+ * If you have python and firefox, all the previous .txt files can then be displayed in a browser.
+ * We provide a .py file called visu.py that comes from the
+ * <a target="_blank" href="https://github.com/MLWave/kepler-mapper"> Kepler-Mapper </a> library.
+ * One can visualize data by launching:
*
* \code python visu.py && firefox SC_visu.html
* \endcode