How to fix bug 498952?
John Arbash Meinel
john at arbash-meinel.com
Thu Aug 11 08:07:15 UTC 2011
On 7/28/2011 9:33 PM, Dennis Benzinger wrote:
> Hi!
>
> I'm trying to fix bug <https://bugs.launchpad.net/bzr/+bug/498952>,
> but I'm not sure it should be done.
>
> Would it be acceptable to use the reStructuredText parser from
> docutils? Or should additional dependencies be avoided and some regex
> based parsing of the table be used?
>
>
> Best regards, Dennis Benzinger
>
Sorry about the delay in response to this.
I think having autodoc use the reStructuredText parser would be
reasonable. I'm not really sure what the intermediate form is, though.
It might be easier to do with a simple regex based parser.
If I were working on it, I would probably start at looking at the reST
parser, but I wouldn't stick with it if it didn't look promising.
John
=:->
More information about the bazaar
mailing list