I did not find the online documentation, but you can use the help command from the python interactive prompt, for example:
>>> import gi
>>> help(gi)
Help on package gi:
NAME
gi
FILE
/usr/lib/pymodules/python2.6/gtk-2.0/gi/__init__.py
DESCRIPTION
...
source
share