Skip to content
Snippets Groups Projects
Commit 38faf004 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: Fix sphinx typos

parent c0d35dc9
No related branches found
No related tags found
No related merge requests found
...@@ -62,8 +62,10 @@ def loadLabelFile(filename, ...@@ -62,8 +62,10 @@ def loadLabelFile(filename,
separated by commas: separated by commas:
- The component index (starting from 1). - The component index (starting from 1).
- One or more labels for the component (multiple labels must be - One or more labels for the component (multiple labels must be
comma-separated). comma-separated).
- ``'True'`` if the component has been classified as *bad*, - ``'True'`` if the component has been classified as *bad*,
``'False'`` otherwise. This field is optional - if the last ``'False'`` otherwise. This field is optional - if the last
comma-separated token on a line is not equal (case-insensitive) comma-separated token on a line is not equal (case-insensitive)
...@@ -91,12 +93,15 @@ def loadLabelFile(filename, ...@@ -91,12 +93,15 @@ def loadLabelFile(filename,
file is returned. file is returned.
:returns: A tuple containing: :returns: A tuple containing:
- The path to the melodic directory as specified in the label
file - The path to the melodic directory as specified in the label
- A list of lists, one list per component, with each list file
containing the labels for the corresponding component.
- If ``returnIndices is True``, a list of the noisy component - A list of lists, one list per component, with each list
indices (starting from 1) that were specified in the file. containing the labels for the corresponding component.
- If ``returnIndices is True``, a list of the noisy component
indices (starting from 1) that were specified in the file.
""" """
signalLabels = None signalLabels = None
......
...@@ -90,8 +90,11 @@ def submit(command, ...@@ -90,8 +90,11 @@ def submit(command,
queuing options queuing options
:arg multi_threaded: Submit a multi-threaded task - Set to a tuple :arg multi_threaded: Submit a multi-threaded task - Set to a tuple
containing two elements: containing two elements:
- <pename>: a PE configures for the requested queues - <pename>: a PE configures for the requested queues
- <threads>: number of threads to run - <threads>: number of threads to run
:arg verbose: If True, use verbose mode :arg verbose: If True, use verbose mode
:return: tuple of submitted job ids :return: tuple of submitted job ids
......
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