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 0013c3d commit 8f1b59bCopy full SHA for 8f1b59b
docs/API.rst
@@ -8,7 +8,7 @@ for class names.
8
Reading EDF files
9
-----------------
10
11
-.. automodule:: eyelinkio.edf.read_edf
+.. automodule:: eyelinkio.edf.read
12
:members:
13
:exclude-members: EDF
14
docs/usage.rst
@@ -54,7 +54,7 @@ Example Usage
54
Reading an EDF file
55
~~~~~~~~~~~~~~~~~~~
56
57
-You can read EyeLink EDF files using the :func:`~eyelinkio.edf.read_edf` function, which
+You can read EyeLink EDF files using the :func:`~eyelinkio.edf.read.read_edf` function, which
58
returns an :class:`~eyelinkio.EDF` instance.
59
60
.. code:: python
0 commit comments