开发者

editors for tables in Sphinx/reStructuredText?

开发者 https://www.devze.com 2022-12-10 22:59 出处:网络
I\'m looking at using Sphinx / reStructuredText for documentation, and it looks very promising, except tables look like a pain to do. Is ther开发者_如何学Pythone an editor that can help?Emacs acts as

I'm looking at using Sphinx / reStructuredText for documentation, and it looks very promising, except tables look like a pain to do. Is ther开发者_如何学Pythone an editor that can help?


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.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消