【发布时间】:2019-02-21 11:51:45
【问题描述】:
我有一个这样的 CSV 表
.. csv-table::
:header: Name, BrowseName, DataType, Description
:widths: 16,16,16,52
"Enabled", "Enabled", "Boolean", "Alarm can..."
我想在 HTML 输出中创建对一行的引用。我试图将.. _reference: 放在表中的每个位置,但要么出现编译错误,要么出现空单元格。我也尝试使用 reST 替换定义,但没有成功。
你知道是否有办法在那种表中添加这样的引用或引用只在网格表中有效?
【问题讨论】:
标签: python-sphinx restructuredtext