【发布时间】:2012-07-02 17:38:57
【问题描述】:
我正在使用Sphinx 生成文档。我可以使用
更改目录中文档的链接标签Features </resources/pages/features>
根据the toctree directive 在 toctree 指令中,但我怎样才能对文档内部分的链接执行相同操作?
编辑:
这就是我想要实现的目标:
doc.rst
.. toctree::
:maxdepth: 2
Section - Information <info>
.. _info:
Info Section
------------
这样Section - information 会出现在目录中,而Info section 会出现在文档本身中
【问题讨论】:
标签: python hyperlink python-sphinx sections toctree