Thanks, Lex -- that works perfectly.
Yes, I like to have a local copy for 3 reasons:
1.  better performance
2.  less spurious load on the web site
3.  working offline (which I do a lot)

I also keep a local copy of the complete Python docs --
it's quite easy, and python.org is not exactly the speediest
site on the block anyway, so all of the above reasons apply
to the Python docs as well.

Thanks again,
Steve

On 05/09/2012 10:23 PM, Lex Berezhny wrote:
If you want it for offline viewing, you can download a zip or tarball
here: https://github.com/pyjs/pyjs.github.com/downloads

This will be the source of the website, so in there just go into the
api folder and it's the same thing as you see on pyjs.org/api

I hope this helps.

  - lex

On Wed, May 9, 2012 at 10:11 PM, Lex Berezhny<[email protected]>  wrote:
Not sure why it's doing that for you.

You can always try this: http://pyjs.org/api

That's generated from latest code. I verified that the DialogBox API
docs look correct.

  - lex

On Wed, May 9, 2012 at 7:51 PM, Stephen Waterbury
<[email protected]>  wrote:
I just downloaded the 0.8-0 release (for which the zip file
is named a bit strangely, IMO:  pyjs-pyjs-0.8-0-g2829c12.zip,
which unzips to a directory pyjs-pyjs-ade2da9 -- why not
pyjs-0.8-0?).  The first thing I did was run gendocs.py to
generate the API docs, which is the pyjs documentation that
I use the most, and the generated HTML seems to be vastly
inferior to what is generated by the pyjamas 0.7 release.
I've attached a couple screenshots for comparison.
I'm sure the API hasn't changed very much, so I'll just
continue using the API docs generated by 0.7, but new
users won't be as fortunate.

Steve


Reply via email to