From f3b1d0468a2bb007b16ed7a09a8d9d1db5d876ff Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 7 Jul 2017 13:48:33 +0200
Subject: [PATCH] Fix doc error

---
 bob/bio/vein/preprocessor/crop.py | 6 +++---
 doc/api.rst                       | 5 +++++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/bob/bio/vein/preprocessor/crop.py b/bob/bio/vein/preprocessor/crop.py
index 28b29b3..dfd620d 100644
--- a/bob/bio/vein/preprocessor/crop.py
+++ b/bob/bio/vein/preprocessor/crop.py
@@ -43,9 +43,9 @@ class FixedCrop(Cropper):
   """Implements cropping using a fixed suppression of border pixels
 
   The defaults supress no lines from the image and returns an image like the
-  original. If an :py:class:`..database.AnnotatedArray` is passed, then we also
-  check for its ``.metadata['roi']`` component and correct it so that annotated
-  RoI points are consistent on the cropped image.
+  original. If an :py:class:`bob.bio.vein.database.AnnotatedArray` is passed,
+  then we also check for its ``.metadata['roi']`` component and correct it so
+  that annotated RoI points are consistent on the cropped image.
 
 
   .. note::
diff --git a/doc/api.rst b/doc/api.rst
index 80510bd..9ea9c78 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -15,6 +15,11 @@ which can be used for vein experiments.
 Database Interfaces
 -------------------
 
+Common Utilities
+================
+
+.. automodule:: bob.bio.vein.database
+
 Vera Fingervein Database
 ========================
 
-- 
GitLab