|
From: Dethe E. <de...@ma...> - 2002-08-19 18:10:16
|
On Fri, 2002-08-16 at 17:30, David Goodger wrote: > Dethe Elza wrote: > > I think I can handle creating a directive and even writing up how to > > create a directive, but I'm not up for a revamp of the core system. > > Those two would be great! I'll be happy to take care of revamping > ``utils.Reporter``. Excellent. > > Is image still the best directive to get started with? > > Yes, it does all the parsing you'll need. And also look at the > directives/admonitions.py module to see how to use > ``state.nested_parse()``. If the files you're including contain > section titles (which the general case would require), you'll need to > pass in ``match_titles=1``. Ah, that's the "recursive parse" I was thinking of! Thanks. --Dethe |