gpt4 book ai didi

python-sphinx - 一些用于 sublimetext 的在线工具或自动化插件,用于生成 sphinx RST 表

转载 作者:行者123 更新时间:2023-12-04 01:33:29 25 4
gpt4 key购买 nike

我正在使用 sphinx 作为文档。

我想根据例如 CSV 文件或复制粘贴文本轻松生成表格,如下所示:
http://sphinx-doc.org/rest.html

+------------------------+------------+----------+----------+
| Header row, column 1 | Header 2 | Header 3 | Header 4 |
| (header rows optional) | | | |
+========================+============+==========+==========+
| body row 1, column 1 | column 2 | column 3 | column 4 |
+------------------------+------------+----------+----------+
| body row 2 | ... | ... | |
+------------------------+------------+----------+----------+

请帮助我并指出我可以使用哪个 sublimeText 插件,或者可能存在一些在线工具

最佳答案

在 ReST 中使用 CSV 列表来定义表是可能的,而无需任何额外的工具(虽然很多人都不知道这一点,包括我直到最近)。您可以链接到文件或 URL 作为资源,或者只提供文本:

.. csv-table:: Frozen Delights!
:header: "Treat", "Quantity", "Description"
:widths: 15, 10, 30

"Albatross", 2.99, "On a stick!"
"Crunchy Frog", 1.49, "If we took the bones out, it wouldn't be
crunchy, now would it?"
"Gannet Ripple", 1.99, "On a stick!"

创建此表:

result of CSV table in restructuredText

文档可以在这里找到: http://docutils.sourceforge.net/docs/ref/rst/directives.html#id4

关于python-sphinx - 一些用于 sublimetext 的在线工具或自动化插件,用于生成 sphinx RST 表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26609816/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com