PDA

View Full Version : Python gpod docs.



dlinuxor
June 2nd, 2008, 08:15 PM
Hello :)

I've just installed python-gpod and i found some example files within the .deb but i couldn't find the documentation or reference manual(just the README).

I downloaded libgpod and i found the reference manual within the tarball.

Do you know if i can use this as the reference manual for python-gpod?

or

do you know where i can find the reference manual for python-gpod?

Thank you in advance :)
(Excuse my horrible english)

kalos
September 21st, 2009, 03:18 AM
The best I've found for a reference is pydoc:


pydoc gpod

Works for any python code you have installed.

You can also run
pydoc -g and click "Open Browser" to browse the documentation for all of your installed python modules in Firefox.