Skip to content

Commit e47f8dd

Browse files
committed
add function list in src
1 parent 2e901af commit e47f8dd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/source/function_description.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ The functions of our pipeline
55

66
----
77

8+
List of functions in the ``src`` folder.
9+
810
.. module:: src
911

1012
.. autofunction:: initPTB()
13+
.. autofunction:: drawFieldOfVIew
14+
.. autofunction:: eyeTracker
15+
.. autofunction:: getExperimentEnd
16+
.. autofunction:: isOctave
17+
.. autofunction:: readAndFilterLogfile
18+
.. autofunction:: waitForTrigger
19+
.. autofunction:: waitFor
20+
1121

1222
:func:`initPTB`
1323

@@ -19,4 +29,4 @@ The functions of our pipeline
1929

2030
.. autofunction:: getResponse()
2131

22-
.. autofunction:: checkAbort()
32+
.. autofunction:: checkAbort()

0 commit comments

Comments
 (0)