Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-22 Thread Benji York
Georg Brandl wrote: > Okay, I uploaded a new version without JavaScript and with hidden permalink > markers. Very nice. I've compared this version and the 2.4 CHM a little and while mostly similar, there are several small improvements I appreciate. One other minor issue, when viewing the "rando

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Paul Moore
On 21/08/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > Okay, I uploaded a new version without JavaScript and with hidden permalink > markers. Very nice! Works fine now. Thanks for the quick fix. Paul ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Georg Brandl
Paul Moore schrieb: > On 21/08/07, Benji York <[EMAIL PROTECTED]> wrote: >> Georg Brandl wrote: >> > I put the CHM at , if you want >> > to have a look. >> >> Generally looks good. I did get this error when opening the CHM: >> >> """ >> A Runtime Error has

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Paul Moore
On 21/08/07, Benji York <[EMAIL PROTECTED]> wrote: > Georg Brandl wrote: > > I put the CHM at , if you want > > to have a look. > > Generally looks good. I did get this error when opening the CHM: > > """ > A Runtime Error has occurred. > Do you with to De

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Georg Brandl
Benji York schrieb: > Georg Brandl wrote: >> I put the CHM at , if you want >> to have a look. > > Generally looks good. I did get this error when opening the CHM: > > """ > A Runtime Error has occurred. > Do you with to Debug? > > Line: 236 > Error: Ex

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Benji York
Georg Brandl wrote: > I put the CHM at , if you want > to have a look. Generally looks good. I did get this error when opening the CHM: """ A Runtime Error has occurred. Do you with to Debug? Line: 236 Error: Expected identifier, string or number """ N

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Georg Brandl
Paul Moore schrieb: > On 21/08/07, Thomas Wouters <[EMAIL PROTECTED]> wrote: >> >> >> On 8/14/07, Georg Brandl <[EMAIL PROTECTED]> wrote: >> > Now that the converted documentation is fairly bug-free, I want to >> > make the switch. >> >> One thing I miss (and I haven't followed the discussions abou

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Georg Brandl
Thomas Wouters schrieb: > > > On 8/14/07, *Georg Brandl* <[EMAIL PROTECTED] > > wrote: > > Now that the converted documentation is fairly bug-free, I want to > make the switch. > > > One thing I miss (and I haven't followed the discussions about the new > layo

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Paul Moore
On 21/08/07, Thomas Wouters <[EMAIL PROTECTED]> wrote: > > > On 8/14/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Now that the converted documentation is fairly bug-free, I want to > > make the switch. > > One thing I miss (and I haven't followed the discussions about the new > layout at all, so

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-21 Thread Thomas Wouters
On 8/14/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Now that the converted documentation is fairly bug-free, I want to > make the switch. One thing I miss (and I haven't followed the discussions about the new layout at all, so I don't know if it came up already) is section numbers. I very oft

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-17 Thread BJörn Lindqvist
It is fantastic! Totally super work. I just have one small request; pretty please do not set the font. I'm very happy with my browsers default (Verdana), and Bitstream Vera Sans renders badly for me. -- mvh Björn ___ Python-Dev mailing list Python-Dev@p

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-17 Thread Alexandre Vassalotti
On 8/17/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > Alexandre Vassalotti schrieb: > > On 8/16/07, Neal Norwitz <[EMAIL PROTECTED]> wrote: > >> On 8/15/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > >> > Okay, I made the switch. I tagged the state of both Python branches > >> > before the switch a

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-17 Thread Nick Coghlan
Georg Brandl wrote: >> Firefox, on my fairly recent machine, takes ~5 seconds rendering the >> index of the new docs from disk, compared to a fraction of a second >> for the old one. > > But you're right that rendering is slow there. It may be caused by the > more complicated CSS... perhaps the i

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-16 Thread Alexandre Vassalotti
On 8/16/07, Neal Norwitz <[EMAIL PROTECTED]> wrote: > On 8/15/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Okay, I made the switch. I tagged the state of both Python branches > > before the switch as tags/py{26,3k}-before-rstdocs/. > > http://docs.python.org/dev/ > http://docs.python.org/dev/3.

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-15 Thread Georg Brandl
Neal Norwitz schrieb: > On 8/15/07, Georg Brandl <[EMAIL PROTECTED]> wrote: >> Georg Brandl schrieb: >> > >> > Neal will change his build scripts, so that the 2.6 and 3.0 devel >> > documentation pages at docs.python.org will be built from these new >> > trees soon. >> >> Okay, I made the switch.

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-15 Thread Neal Norwitz
On 8/15/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > Georg Brandl schrieb: > > > > Neal will change his build scripts, so that the 2.6 and 3.0 devel > > documentation pages at docs.python.org will be built from these new > > trees soon. > > Okay, I made the switch. I tagged the state of both Pyth

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-15 Thread Martin v. Löwis
>> 1. svn diff Doc; any pending changes will need to be redone >> 2. svn up; this will remove the tex sources, and then likely >>fail if there were still other files present in Doc, e.g. >>from building the documentation >> 3. review any files left in Doc >> 4. rm -rf Doc >> 5. svn up >> >>

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-15 Thread Brett Cannon
On 8/15/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Okay, I made the switch. I tagged the state of both Python branches > > before the switch as tags/py{26,3k}-before-rstdocs/. > > Update instructions: > > 1. svn diff Doc; any pending changes will need to be redone > 2. svn up; this will

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-15 Thread Martin v. Löwis
> Okay, I made the switch. I tagged the state of both Python branches > before the switch as tags/py{26,3k}-before-rstdocs/. Update instructions: 1. svn diff Doc; any pending changes will need to be redone 2. svn up; this will remove the tex sources, and then likely fail if there were still o

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-15 Thread Brett Cannon
On 8/15/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > Brett Cannon schrieb: > > On 8/14/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > >> Now that the converted documentation is fairly bug-free, I want to > >> make the switch. > >> > >> I will replace the old Doc/ trees in the trunk and py3k branche

Re: [Python-Dev] [Python-3000] Documentation switch imminent

2007-08-14 Thread Brett Cannon
On 8/14/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > Now that the converted documentation is fairly bug-free, I want to > make the switch. > > I will replace the old Doc/ trees in the trunk and py3k branches > tomorrow, moving over the reST ones found at > svn+ssh://svn.python.org/doctools/Doc-{26