Re: Parsing a reStructuredText

2011-10-25 Thread eaman
On Oct 25, 7:04 pm, eaman wrote: > On Oct 25, 6:46 pm, "J. Cliff Dyer" wrote: > [CUT]> What have you got so far? I found this tutorial[1] that quite nails it, now I can traverse through document and extract a piece of content. I guess I'll have to learn to use a transformer -> writer to parse

Re: Parsing a reStructuredText

2011-10-25 Thread eaman
On Oct 25, 6:46 pm, "J. Cliff Dyer" wrote: [CUT] > What have you got so far? About 10 documents, longest one is around ~2700 'lines'. ...and I'm reading docutils documentation [1] and a blog entry quite near my topic [2] >  If you check out the docutils documentation, > you might find docutils.

Re: Parsing a reStructuredText

2011-10-25 Thread J. Cliff Dyer
On 10/25/2011 11:34 AM, eaman wrote: I'm developing a web site in django to manage guides / howtos that I've been writing in reStructuredText. I'd like to display each section of them in a single page, how can I parse the reStructuredText to get titles / context of single sections? What have you

Parsing a reStructuredText

2011-10-25 Thread eaman
I'm developing a web site in django to manage guides / howtos that I've been writing in reStructuredText. I'd like to display each section of them in a single page, how can I parse the reStructuredText to get titles / context of single sections? -- You received this message because you are subscr