openyou / emokit

Open source driver for accessing raw data from the Emotiv EPOC EEG headset
http://www.openyou.org
Other
524 stars 236 forks source link

Python documentation #115

Open ghost opened 10 years ago

ghost commented 10 years ago

Now that everything seems to "just work," it would be super helpful to have even auto-generated documentation of the classes and methods provided by the library.

ghost commented 10 years ago

Is there anything specific you would like to see? I added docstrings.

olorin commented 10 years ago

(Or are you referring to the C library?)

ghost commented 10 years ago

Yeah, I'm just looking for a manifest/summary of available functions provided by the Python library. I had to guess from the example scripts provided to see what was possible.

ghost commented 10 years ago

dequeue() is really the only one you should need.