Skip to content
Snippets Groups Projects
Commit 8f6b2c07 authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

Fix documentation

parent 3836f30c
Branches
Tags
2 merge requests!54Refactors the score loading and scripts functionality,!50Generic loading input file
Pipeline #
...@@ -20,9 +20,8 @@ def split(filename): ...@@ -20,9 +20,8 @@ def split(filename):
Parameters Parameters
---------- ----------
filename: :py:class:`str`, ``file-like``: filename: :py:class:`str`:
The file object that will be opened with :py:func:`open_file` containing The name of the file containing the scores.
the scores.
Returns Returns
------- -------
......
...@@ -83,6 +83,12 @@ Plotting ...@@ -83,6 +83,12 @@ Plotting
bob.measure.plot.cmc bob.measure.plot.cmc
bob.measure.plot.detection_identification_curve bob.measure.plot.detection_identification_curve
Loading
-------
.. autosummary::
bob.measure.load.split
Details Details
------- -------
...@@ -90,3 +96,4 @@ Details ...@@ -90,3 +96,4 @@ Details
.. automodule:: bob.measure .. automodule:: bob.measure
.. automodule:: bob.measure.calibration .. automodule:: bob.measure.calibration
.. automodule:: bob.measure.plot .. automodule:: bob.measure.plot
.. automodule:: bob.measure.load
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment