gpt4 book ai didi

python-sphinx - 带 anchor 的文档之间的链接

转载 作者:行者123 更新时间:2023-12-04 02:20:44 26 4
gpt4 key购买 nike

我有两个第一个文档,例如:

doc1.rst
doc2.rst

doc1.rst

Doc 1 content
*************

Foo bar
=======

baz !

doc2.rst

Doc 2 content
*************

You can see "foo bar" `here <doc1.html#foo-bar>`.

要在 doc2 中有一个指向 doc1#foo-bar 的链接,我可以对其进行硬编码。但是如果没有硬编码怎么办呢?我可以用 sphinx 代码做到这一点吗?

最佳答案

为您要链接到的 doc1.rst 部分定义一个标签。然后使用 :ref:角色创建对该部分的交叉引用。

doc1.rst:

Doc 1 content
*************

.. _foobar:

Foo bar
=======

baz !

doc2.rst:

Doc 2 content
*************

You can see "foo bar" :ref:`here <foobar>`.

关于python-sphinx - 带 anchor 的文档之间的链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30063446/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com