[sphinx-dev] Re: EPUB Output improvements

2010-08-17 Thread Kovid
Yes that looks fine, thanks. On Aug 7, 1:20 pm, rolmei roland_meis...@arcor.de wrote: On 4 Aug., 20:00, Kovid kovidgo...@gmail.com wrote: The EPUB standard does not address covers. Basically, the first item in the spine is rendered at a screenfull typically 600x800 size and used as a

[sphinx-dev] Persistent storage and conditional rebuild in extensions

2010-08-17 Thread Matt Williams
I'm still working on my doxylink extension [1] and it's reached the level of power now when speed is becoming an issue. The way doxylink works is that it scans an XML file generated by Doxygen (called a 'tag file') and pulls out C++ symbols. It puts them into a dictionary which maps symbol names

Re: [sphinx-dev] Persistent storage and conditional rebuild in extensions

2010-08-17 Thread Sebastian Wiesner
2010/8/17 Matt Williams li...@milliams.com: While parts of this can obviously be done with plain Python, I was wondering how it should be done within the framework of Sphinx. This is particularly needed in order to re-evaluate the roles when the file has changed. Just attach your cache to the

[sphinx-dev] Re: Persistent storage and conditional rebuild in extensions

2010-08-17 Thread Matt Williams
On Aug 17, 4:55 pm, Fred Drake fdr...@acm.org wrote: On Tue, Aug 17, 2010 at 11:20 AM, Matt Williams li...@milliams.com wrote: The problem I'm now facing is that the parsing of the XML file can take quite some time (~6 seconds for openbabel, up to ~45 seconds for OGRE3D and obviously even

[sphinx-dev] Re: Persistent storage and conditional rebuild in extensions

2010-08-17 Thread Matt Williams
On Aug 17, 5:31 pm, Sebastian Wiesner lunary...@googlemail.com wrote: 2010/8/17 Matt Williams li...@milliams.com: While parts of this can obviously be done with plain Python, I was wondering how it should be done within the framework of Sphinx. This is particularly needed in order to

[sphinx-dev] Re: Python3 support in Sphinx trunk

2010-08-17 Thread brandon
Hi, I'm trying out the python3.x with some of the autodoc modules and got the following problems: /home/jbk/workspace/pyre-1.0-docs/doc/sphinx4py3/source/ apiAndModules.rst:9: (WARNING/2) error while formatting arguments for pyre.calc.expression: Function has keyword-only arguments or

[sphinx-dev] Re: MathJax

2010-08-17 Thread David
Kevin, I think developers might be following our posts. I updated (svn) MathJax and easy_install -U Sphinx, started anew, and the green font is now gone, both in Safari and Firefox. Your quote: You are correct that the minimal settings will work, however, I left the span and div elements in

Re: [sphinx-dev] ReST Formatting Problem.

2010-08-17 Thread Kevin Horn
On Tue, Aug 17, 2010 at 4:52 AM, sffjunkie sffjun...@gmail.com wrote: I'm not sure where else to ask but does anyone know how to include a literal which ends in a space character? More specifically I want to add 2 literals '* ' (asterisk + space) and ' ' (two spaces) Are there any