We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a8c72 commit 2e901afCopy full SHA for 2e901af
docs/source/function_description.rst
@@ -5,8 +5,18 @@ The functions of our pipeline
5
6
----
7
8
-.. automodule:: src
+.. module:: src
9
10
-.. autofunction:: setDerivativesDir
+.. autofunction:: initPTB()
11
12
-.. autofunction:: getData
+:func:`initPTB`
13
+
14
+.. autofunction:: getExperimentStart
15
16
+----
17
18
+.. module:: src.keyboard
19
20
+.. autofunction:: getResponse()
21
22
+.. autofunction:: checkAbort()
docs/source/index.rst
@@ -7,7 +7,7 @@ Welcome to CPP_PTB's documentation!
===================================
.. toctree::
- :maxdepth: 2
+ :maxdepth: 4
:caption: Contents:
function_description
0 commit comments