On Wed, Apr 14, 2010 at 11:43 PM, Barry Warsaw <ba...@python.org> wrote:

> On Apr 14, 2010, at 11:13 PM, Ralf Gommers wrote:
>
> >You're a core developer (I think). But for the *average* user, do you
> really
> >think tags are fine? Earlier in this thread there was a mention of people
> >that love to read XML. I'm exaggerating a bit of course, but this is
> >similar. Whitespace beats tags for readability.
>
> Well, I would think that help output, whether in a terminal or online would
> use the raw text to do a nicer job of formatting.


If it looks good in help() (and ipython) then I have no problem with it. You
would have to preprocess each docstring each time it's viewed though,
instead of only when generating html docs. But if it's robust, then sure,
it's a non-issue.

Cheers,
Ralf
_______________________________________________
Doc-SIG maillist  -  Doc-SIG@python.org
http://mail.python.org/mailman/listinfo/doc-sig

Reply via email to