I do not think that constructing the table using this syntax implies that a there should be a line between each row.
There are several different ways to make a table in RST, but at the end of the day they are all just tables. My understanding is that there is no difference between your table and one constructed like this once they have been been parsed and put into the doctree. ======== ==== ===== r1, c1 c2 ... ======== ==== ===== r2 r3 r4 ========= ==== ===== So it comes down to just a matter of personal preference when you are writing documentation. -Chip frank wrote: > I also find this problem: > > +--------------+----------+-----------+-----------+ > | row 1, col 1 | column 2 | column 3 | column 4 | > +==============+==========+===========+===========+ > | row 2 | | | | > +--------------+----------+-----------+-----------+ > | row 3 | | | | > +--------------+----------+-----------+-----------+ > | row 4 | | | | > +--------------+----------+-----------+-----------+ > > this will not generate \hline for each row. > > > any suggestion? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
