From 6ee4aa26833115b26d99317d9816a209d6e91b2e Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 13 Oct 2017 14:15:28 +0200
Subject: [PATCH] Update documentation to include 3D-fingervein pointers

---
 doc/api.rst       | 6 ++++++
 doc/links.rst     | 1 +
 doc/resources.rst | 8 ++++++++
 3 files changed, 15 insertions(+)

diff --git a/doc/api.rst b/doc/api.rst
index 9ea9c78..5eb74b6 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -30,6 +30,12 @@ UTFVP Database
 
 .. automodule:: bob.bio.vein.database.utfvp
 
+3D Fingervein Database
+======================
+
+.. automodule:: bob.bio.vein.database.fv3d
+
+
 
 Pre-processors
 --------------
diff --git a/doc/links.rst b/doc/links.rst
index 0deb5c4..54efc7b 100644
--- a/doc/links.rst
+++ b/doc/links.rst
@@ -13,6 +13,7 @@
 .. _virtualbox: https://www.virtualbox.org
 .. _hdf5: http://www.hdfgroup.org/HDF5
 .. _vera fingervein: https://www.idiap.ch/dataset/vera-fingervein
+.. _3d fingervein: https://www.idiap.ch/dataset/3d-fingervein
 .. _utfvp: http://scs.ewi.utwente.nl/downloads/show,Finger%20Vein/
 .. _put: http://biometrics.put.poznan.pl/vein-dataset/
 .. _installation: https://www.idiap.ch/software/bob/install
diff --git a/doc/resources.rst b/doc/resources.rst
index 8e47300..13af433 100644
--- a/doc/resources.rst
+++ b/doc/resources.rst
@@ -44,6 +44,14 @@ UTFVP Database
 .. automodule:: bob.bio.vein.configurations.utfvp
    :members:
 
+.. _bob.bio.vein.resources.database.fv3d:
+
+3D Fingervein Database
+======================
+
+.. automodule:: bob.bio.vein.configurations.fv3d
+   :members:
+
 .. _bob.bio.vein.resources.recognition:
 
 Recognition Systems
-- 
GitLab