summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-03-09 15:56:23 +0100
committerHind-M <hind.montassif@gmail.com>2022-03-09 15:56:23 +0100
commit0047eaacaffef2b3da6207123da3ef3d919c0b27 (patch)
tree74b39c6d08316cda71fe1529ad4a676d016c2787 /src
parent58e2f677081b4e9f21c47d6286b329218aa825d6 (diff)
Add bunny image to the datasets doc
Diffstat (limited to 'src')
-rw-r--r--src/python/doc/datasets.rst6
-rw-r--r--src/python/doc/img/bunny.pngbin0 -> 48040 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/src/python/doc/datasets.rst b/src/python/doc/datasets.rst
index 4fa8a628..62b7dca0 100644
--- a/src/python/doc/datasets.rst
+++ b/src/python/doc/datasets.rst
@@ -112,6 +112,12 @@ Fetching datasets
We provide some ready-to-use datasets that are not available by default when getting GUDHI, and need to be fetched explicitly.
+.. figure:: ./img/bunny.png
+ :figclass: align-center
+
+ 3D Stanford bunny with 35947 vertices.
+
+
.. automodule:: gudhi.datasets.remote
:members:
:special-members:
diff --git a/src/python/doc/img/bunny.png b/src/python/doc/img/bunny.png
new file mode 100644
index 00000000..769aa530
--- /dev/null
+++ b/src/python/doc/img/bunny.png
Binary files differ