This is really cool. But wouldn't it be better to generate docs from comments than refering to GWT docs?
Anyway, they also have an online demo which you won't find on the site. Their BookReader http://pyjs.org/book/output/Bookreader.html (ongoing documentation) is itself a demo.
EDIT: Oh! just noticed that the Bookreader docs is very linux oriented.
this is one i made by hacking the standard python 2.5 pydoc.py to auto-generated pyjamas code, which you then either run with pyjamas-desktop - http://pyjd.org - or you run through the pyjamas compiler - http://pyjs.org and you get the documentation.
so it can and has been done.
re the docs being linux-orientated: yep, i'm a linux baby :) and i haven't encountered too many windows people who use pyjamas, surprisingly. it's self-contained and OS-independent, so works perfectly.
Anyway, they also have an online demo which you won't find on the site. Their BookReader http://pyjs.org/book/output/Bookreader.html (ongoing documentation) is itself a demo.
EDIT: Oh! just noticed that the Bookreader docs is very linux oriented.