From 5203224b1b99517888cf579376ce49435e005f89 Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Tue, 6 Jun 2017 11:19:12 +0200
Subject: [PATCH] Fixed sphinx warnings locally, missing ref to
 bob.ip.qualitymeasure

---
 bob/pad/face/extractor/ImageQualityMeasure.py | 2 +-
 bob/pad/face/extractor/VideoQualityMeasure.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/pad/face/extractor/ImageQualityMeasure.py b/bob/pad/face/extractor/ImageQualityMeasure.py
index cec240ef..f3140a42 100644
--- a/bob/pad/face/extractor/ImageQualityMeasure.py
+++ b/bob/pad/face/extractor/ImageQualityMeasure.py
@@ -20,7 +20,7 @@ class ImageQualityMeasure(Extractor):
     """
     This class is designed to extract Image Quality Measures given input RGB
     image. For further documentation and description of features,
-    see :ref:`bob.ip.qualitymeasure`.
+    see "bob.ip.qualitymeasure".
 
     **Parameters:**
 
diff --git a/bob/pad/face/extractor/VideoQualityMeasure.py b/bob/pad/face/extractor/VideoQualityMeasure.py
index b8a938ff..33c89e4d 100644
--- a/bob/pad/face/extractor/VideoQualityMeasure.py
+++ b/bob/pad/face/extractor/VideoQualityMeasure.py
@@ -26,7 +26,7 @@ class VideoQualityMeasure(Extractor, object):
     """
     This class is designed to extract Quality Measures for each frame in the
     input color video. For further documentation and description of features,
-    see :ref:`bob.ip.qualitymeasure`.
+    see "bob.ip.qualitymeasure".
 
     **Parameters:**
 
-- 
GitLab