summaryrefslogtreecommitdiff
path: root/src/cython/doc/examples.rst
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-20 15:27:09 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-20 15:27:09 +0000
commit81a29b51428e902e89ce878cbcefb74239203414 (patch)
treeb723f73d72c76a36e4fd49d792accb00e563e51d /src/cython/doc/examples.rst
parent423d68bfe3fcd95260e31cee55f3bca39c7525bf (diff)
Finish the documentation and examples
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/python_nerve_gic_vincent@3299 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d60f4db274962c1c6aaef3c4ab6787bda8c0640f
Diffstat (limited to 'src/cython/doc/examples.rst')
-rw-r--r--src/cython/doc/examples.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cython/doc/examples.rst b/src/cython/doc/examples.rst
index 1e596e18..58b25793 100644
--- a/src/cython/doc/examples.rst
+++ b/src/cython/doc/examples.rst
@@ -19,3 +19,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>`