From 536d8433b78c85a6acc5b77fbe3e3f11cc9669b8 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 20 Feb 2018 15:58:54 +0100
Subject: [PATCH] Mentions bob.bio.vein on bob.bio.base docs (closes #104)

---
 doc/extra-intersphinx.txt | 1 +
 doc/implementation.rst    | 1 +
 doc/index.rst             | 1 +
 3 files changed, 3 insertions(+)

diff --git a/doc/extra-intersphinx.txt b/doc/extra-intersphinx.txt
index c087b9d7..48dfcde1 100644
--- a/doc/extra-intersphinx.txt
+++ b/doc/extra-intersphinx.txt
@@ -4,6 +4,7 @@ bob.bio.gmm
 bob.bio.video
 bob.bio.csu
 bob.bio.spear
+bob.bio.vein
 bob.learn.linear
 gridtk
 bob.db.youtube
diff --git a/doc/implementation.rst b/doc/implementation.rst
index 4bc3e11b..55908a9a 100644
--- a/doc/implementation.rst
+++ b/doc/implementation.rst
@@ -192,6 +192,7 @@ Here is a list of implementations:
 * :ref:`bob.bio.face <bob.bio.face>` : :ref:`bob.bio.face.implemented`
 * :ref:`bob.bio.video <bob.bio.video>` : :ref:`bob.bio.video.implemented`
 * :ref:`bob.bio.gmm <bob.bio.gmm>` : :ref:`bob.bio.gmm.implemented`
+* :ref:`bob.bio.vein <bob.bio.vein>` : :ref:`bob.bio.vein.api`
 
 .. * :ref:`bob.bio.spear <bob.bio.spear>` : :ref:`bob.bio.spear.implemented`
 
diff --git a/doc/index.rst b/doc/index.rst
index 3ccf7ff5..59c610e4 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -30,6 +30,7 @@ All of these packages can be easily combined.
 Here is a growing list of derived packages:
 
 * :ref:`bob.bio.spear <bob.bio.spear>` Tools to run speaker recognition experiments, including voice activity detection, Cepstral feature extraction, and speaker databases
+* :ref:`bob.bio.vein <bob.bio.vein>` Tools to run vein recognition experiments, such as finger RoI detection, image binarization and template matching, and access to multiple vein image databases
 * :ref:`bob.bio.face <bob.bio.face>` Tools to run face recognition experiments, such as face detection, facial feature extraction and comparison, and face image databases
 * :ref:`bob.bio.video <bob.bio.video>` An extension of face recognition algorithms to run on video data, and the according video databases
 * :ref:`bob.bio.gmm <bob.bio.gmm>` Algorithms based on Gaussian Mixture Modeling (GMM) such as Inter-Session Variability modeling (ISV) or Total Variability modeling (TV, aka. I-Vector) [Pri07]_ and [ESM+13]_.
-- 
GitLab