views:

260

answers:

2

I'm looking at using Sphinx / reStructuredText for documentation, and it looks very promising, except tables look like a pain to do. Is there an editor that can help?

+1  A: 

ReSTedit is good and simple if you're using a Mac. The Wikipedia page lists others.

Sam
+1  A: 

Emacs acts as the default (or the most natural choice) for editing reStructuredText. With that in mind table mode meshes pretty well with the way reST do tables.

Chen Levy