我想链接到外部文件中的某个部分,但无法正常工作。 :ref:
似乎无法在全局范围内工作,还是我使用错了?
..
File: some_file.rst
.. _ref_section:
Some Section
------------
Paragraph, foo bar lorem ipsum.
..
File: some_other_file.rst
.. seealso:: :ref:`ref_section`
如何交叉引用其他文件中的Sections?
最佳答案
看看Inter-Sphinx扩展:
http://sphinx-doc.org/en/master/usage/extensions/intersphinx.html
关于Python-Sphinx:链接到外部文件中的节,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/8794088/