Jason S
Jason S

Reputation: 189646

editors for tables in Sphinx/reStructuredText?

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?

Upvotes: 12

Views: 4346

Answers (3)

timger
timger

Reputation: 962

The best practice is to me is vscode with plugin and venv

  1. plugin for preview

https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext

  1. plugin for automatic completion

https://github.com/yishenggudou/quick-sphinx-vscode-extension

Upvotes: 0

Chen Levy
Chen Levy

Reputation: 16338

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.

Upvotes: 4

Sam Wilson
Sam Wilson

Reputation: 4512

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

Upvotes: 2

Related Questions