Skip to content
Snippets Groups Projects
Commit 7ad40360 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

fixing sphinx warnings

parent 92a6df62
No related branches found
No related tags found
1 merge request!74Made re-usable parts of command_line as functions
Pipeline #
...@@ -370,8 +370,9 @@ def initialize(parsers, command_line_parameters=None, skips=[]): ...@@ -370,8 +370,9 @@ def initialize(parsers, command_line_parameters=None, skips=[]):
args : namespace args : namespace
A namespace of arguments as read from the command line. A namespace of arguments as read from the command line.
.. note:: The database, preprocessor, extractor, algorithm and grid (if specified) are actual instances .. note:: The database, preprocessor, extractor, algorithm and grid (if specified) are actual instances
of the according classes. of the according classes.
""" """
from bob.bio.base.database import BioDatabase from bob.bio.base.database import BioDatabase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment