【发布时间】:2012-01-09 19:34:51
【问题描述】:
我想链接到外部文件中的某个部分,但无法正常工作。 :ref: 似乎无法在全球范围内使用,还是我用错了?
..
File: some_file.rst
.. _ref_section:
Some Section
------------
Paragraph, foo bar lorem ipsum.
..
File: some_other_file.rst
.. seealso:: :ref:`ref_section`
如何交叉引用不同文件中的部分?
【问题讨论】:
标签: python-sphinx cross-reference