[Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

Glyph glyph at twistedmatrix.com
Tue Mar 26 16:41:47 EDT 2013


On Mar 26, 2013, at 7:03 AM, Kevin Horn <kevin.horn at gmail.com> wrote:

> - figure out a way to get Sphinx to take doctrees as input (I'm guessing you'd serialize them in whatever way Sphinx does when it does it's caching, stick them in the cache, and then get Sphinx to build from the cache?)

This is the only part of the process I believe is actually necessary.  All the other stuff you wrote assumes that this can't be made to work :).  But as I understand it, this is specifically what JP asked Doug.

The whole point is that we want to go straight from Lore->some docutils data structure.  If we have to emit intermediary ReST, it's almost as bad as having to do the whole source translation in the first place.

-glyph

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20130326/6af06e15/attachment.htm 


More information about the Twisted-Python mailing list