如何在reStructuredText文档中交叉引用索引项?
例如,我如何交叉引用SectionB:
.. index:: pair: SectionA; SectionB SectionB -------- SectionB description.
我试着用:ref:'SectionB'和:index:'SectionB',但他们没有工作.
:ref:'SectionB'
:index:'SectionB'
谢谢.
restructuredtext python-sphinx
python-sphinx ×1
restructuredtext ×1