[Doc-SIG] Building Python Document 30% faster.

2009-04-04 Thread 稲田直哉
Hi, all. I'm a member of Japanese translate of Python document Project. We complete translating Python 2.5 document last year and now work for Python 2.6 Document. I feel building document is slow a little. So I try to tune docutils and Sphinx. Attached patches make building document 30% faster.

Re: [Doc-SIG] Building Python Document 30% faster.

2009-04-04 Thread Georg Brandl
稲田直哉 schrieb: > Hi, all. > > I'm a member of Japanese translate of Python document Project. > We complete translating Python 2.5 document last year and now > work for Python 2.6 Document. > > I feel building document is slow a little. So I try to tune docutils > and Sphinx. Great! I've already s

Re: [Doc-SIG] Building Python Document 30% faster.

2009-04-04 Thread Michael Foord
Hello, There is a docutils specific mailing list: docutils users You will need to subscribe from sourceforge, or you can just post your patch on sourceforge: http://docutils.sf.net Another patch was recently submitted by Georg Brandl offering a similar speedup. No idea if it is in the sam

Re: [Doc-SIG] Building Python Document 30% faster.

2009-04-04 Thread Aahz
On Sat, Apr 04, 2009, Michael Foord wrote: > > There is a docutils specific mailing list: > > docutils users Actually, there are two docutils mailing lists, and I think that docutils-develop is probably more appropriate for this. -- Aahz (a...@pythoncraft.com) <*> http://www.py

Re: [Doc-SIG] Building Python Document 30% faster.

2009-04-04 Thread Naoki INADA
Hi Georg. >> Attached patches make building document 30% faster. >> (In my environ. 330sec -> 220sec roughly) >> >> I post sphinx.patch to bitbucket, but I don't know where to post >> docutils.patch. >> Could anyone review these patch? > > I will, when I have a bit more time. Thank you. >> But

Re: [Doc-SIG] Building Python Document 30% faster.

2009-04-04 Thread Naoki INADA
> On Sat, Apr 04, 2009, Michael Foord wrote: >> >> There is a docutils specific mailing list: >> >> docutils users > > Actually, there are two docutils mailing lists, and I think that > docutils-develop is probably more appropriate for this. OK. I'll subscribe both. -- Naoki INADA KLab Inc

Re: [Doc-SIG] Building Python Document 30% faster.

2009-04-04 Thread Naoki INADA
>>> But searchindex.js with PyStemmer is different to one with PorterStemmer. >> >> This could be a problem.  The client-side search implemented in JavaScript >> uses exactly the same stemmer (which is necessary to be able to find all >> words).  In short, if you can find a C implementation of the