summaryrefslogtreecommitdiff
path: root/cython/doc/examples.rst
diff options
context:
space:
mode:
Diffstat (limited to 'cython/doc/examples.rst')
-rw-r--r--cython/doc/examples.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/cython/doc/examples.rst b/cython/doc/examples.rst
index d42f5a92..1f02f8a2 100644
--- a/cython/doc/examples.rst
+++ b/cython/doc/examples.rst
@@ -23,3 +23,7 @@ Examples
* :download:`rips_complex_diagram_persistence_from_distance_matrix_file_example.py <../example/rips_complex_diagram_persistence_from_distance_matrix_file_example.py>`
* :download:`rips_persistence_diagram.py <../example/rips_persistence_diagram.py>`
* :download:`random_cubical_complex_persistence_example.py <../example/random_cubical_complex_persistence_example.py>`
+ * :download:`coordinate_graph_induced_complex.py <../example/coordinate_graph_induced_complex.py>`
+ * :download:`functional_graph_induced_complex.py <../example/functional_graph_induced_complex.py>`
+ * :download:`voronoi_graph_induced_complex.py <../example/voronoi_graph_induced_complex.py>`
+ * :download:`nerve_of_a_covering.py <../example/nerve_of_a_covering.py>`