【发布时间】:2013-10-04 20:26:13
【问题描述】:
我正在使用 Sphinx 编写一些文档。
有没有一种方法可以格式化页面中不属于 TOC 的标题? 最好有一些反映在格式中的层次结构?
例如我想做
My page TOC heading
===================
Subheading (not in TOC, and should be formatted e.g. smaller than the heading)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Sub-subheading (not in TOC, and formatted e.g. smaller than the subheading)
###########################################################################
也欢迎任何其他关于如何标记文本以使其对读者具有更结构化外观的建议。
【问题讨论】:
标签: python-sphinx restructuredtext sections tableofcontents