From 7950818954912aa20d5f6d3dd6064ae53cf74fbc Mon Sep 17 00:00:00 2001 From: Pavel Korshunov <pavel.korshunov@idiap.ch> Date: Sun, 23 Oct 2016 15:41:22 +0200 Subject: [PATCH] Fixed documentation refs to bob.db.base --- bob/bio/base/database/database.py | 4 ++-- doc/nitpick-exceptions.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bob/bio/base/database/database.py b/bob/bio/base/database/database.py index b445f991..fe89c8a1 100644 --- a/bob/bio/base/database/database.py +++ b/bob/bio/base/database/database.py @@ -49,7 +49,7 @@ class BioDatabase(six.with_metaclass(abc.ABCMeta, bob.db.base.Database)): The file name extension of the annotation files. annotation_type : str - The type of the annotation file to read, see `bob.db.base.annotations.read_annotation_file` for accepted formats. + The type of the annotation file to read, see `bob.db.base.read_annotation_file` for accepted formats. protocol : str or ``None`` The name of the protocol that defines the default experimental setup for this database. @@ -265,7 +265,7 @@ class BioDatabase(six.with_metaclass(abc.ABCMeta, bob.db.base.Database)): def annotations(self, file): """ Returns the annotations for the given File object, if available. - It uses `bob.db.base.annotations.read_annotation_file` to load the annotations. + It uses `bob.db.base.read_annotation_file` to load the annotations. **Parameters:** diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt index 8c40067e..c4b56957 100644 --- a/doc/nitpick-exceptions.txt +++ b/doc/nitpick-exceptions.txt @@ -1,4 +1,2 @@ py:class bob.bio.video.preprocessor.Video -py:class bob.db.base.database.Database -py:class bob.db.base.file.File py:exc ValueError -- GitLab