Skip to content
Snippets Groups Projects
Commit 696aaa81 authored by Sushil BHATTACHARJEE's avatar Sushil BHATTACHARJEE
Browse files

bug fix for doc

parent 891b02ed
Branches
Tags
1 merge request!6Iso metrics
Pipeline #
from .PadIsoMetrics import PadIsoMetrics
# to fix sphinx warnings of not able to find classes, when path is shortened
PadIsoMetrics.__module__ = "bob.pad.base.evaluation"
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment