我想链接到外部文件中的节,但我无法使其工作。:ref:似乎不能在全球范围内工作,或者我用错了?
..
File: some_file.rst
.. _ref_section:
Some Section
------------
Paragraph, foo bar lorem ipsum...
File: some_other_file.rst
.. seealso:: :ref:`ref_section`如何交叉引用不同文件中的节?
发布于 2012-01-10 03:46:04
看看Inter-Sphinx扩展:http://sphinx-doc.org/en/master/usage/extensions/intersphinx.html
https://stackoverflow.com/questions/8794088
复制相似问题