summaryrefslogtreecommitdiff
path: root/src/Cech_complex/doc
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-04-25 14:57:26 +0200
committerHind-M <hind.montassif@gmail.com>2022-04-25 14:57:26 +0200
commit8730db2e8d1a8663358168ff6a20881c97773002 (patch)
tree24d3603e752fcb6a6b99978ed0ffcb7d5436714e /src/Cech_complex/doc
parentdbb65c3f3eb82d080e47b40b52deb03814d8da31 (diff)
Remove cech_complex_step_by_step example and Miniball
Diffstat (limited to 'src/Cech_complex/doc')
-rw-r--r--src/Cech_complex/doc/Intro_cech_complex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Cech_complex/doc/Intro_cech_complex.h b/src/Cech_complex/doc/Intro_cech_complex.h
index 644fd6cc..595fb64b 100644
--- a/src/Cech_complex/doc/Intro_cech_complex.h
+++ b/src/Cech_complex/doc/Intro_cech_complex.h
@@ -62,10 +62,6 @@ namespace cech_complex {
* This radius computation is the reason why the Cech_complex is taking much more time to be computed than the
* \ref rips_complex but it offers more topological guarantees.
*
- * If the Cech_complex interfaces are not detailed enough for your need, please refer to
- * <a href="cech_complex_step_by_step_8cpp-example.html">
- * cech_complex_step_by_step.cpp</a> example, where the graph construction over the Simplex_tree is more detailed.
- *
* \subsection cechpointscloudexample Example from a point cloud
*
* This example builds the proximity graph from the given points, and maximal radius values.