gpt4 book ai didi

python - 更改 Sphinx 中的内部链接标签

转载 作者:行者123 更新时间:2023-11-28 19:26:18 24 4
gpt4 key购买 nike

我正在使用 Sphinx 生成文档.我可以使用

更改目录中文档链接的标签
Features </resources/pages/features>

根据 the toctree directive 在 toctree 指令中,但是如何对指向文档部分的链接执行相同的操作?

编辑:

这是我想要实现的:

文档.rst

.. toctree::
:maxdepth: 2

Section - Information <info>

.. _info:

Info Section
------------

因此 Section - information 会出现在目录中,而 Info section 会出现在文档本身中

最佳答案

我相信您可以使用标准的 reST 标签。

例子:

页面/features.rst:

.. _label1:

A section
---------

Some text

其他页面.rst:

See :ref:`label1`

Cross-referencing arbitrary locations .

关于python - 更改 Sphinx 中的内部链接标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11291437/

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