Hi Chuck,

Charles R Harris wrote:
[clip]
> I noticed that you removed the ReST markup of the tables in sort
> documentation. I think you should leave it in.

Also the simplified table syntax

======== ======== ========
header 1 header 2 header 3
======== ======== ========
line 1a  line 1b  line 1c
line 2a  line 2b  line 2c
======== ======== ========

is valid ReST [1], and easier to type and IMHO to read than the gridded
tables:

+----------+----------+----------+
| header 1 | header 2 | header 3 |
+==========+==========+==========+
| line 1a  | line 1b  | line 1c  |
| line 2a  | line 2b  | line 2c  |
+----------+----------+----------+

If you strongly prefer the gridded syntax, I can revert it back.

        Pauli

.. [1]
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#simple-tables

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to