Re: [Python-Dev] resurrected modindex

2007-10-27 Thread skip
> "Guido" == Guido van Rossum <[EMAIL PROTECTED]> writes: Guido> Cool! Is it just a matter of checking this in and it will work on Guido> the site? Alas, no. I wrote this awhile ago when the site was built w/ ht2html. My thing is a simple front-end using Myghty. As Georg indicated

Re: [Python-Dev] resurrected modindex

2007-10-27 Thread Georg Brandl
Guido van Rossum schrieb: > Cool! Is it just a matter of checking this in and it will work on the site? No. The current newstyle docs (2.6, 3.0) are static HTML pages. However, Sphinx can also generate slightly different output which is then used by a web app that has all the dynamic features for

Re: [Python-Dev] resurrected modindex

2007-10-27 Thread Guido van Rossum
Cool! Is it just a matter of checking this in and it will work on the site? --Guido 2007/10/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > A long time ago I wrote a redirector to note and display the most frequently > requested modules from the library reference manual's global module index. > When