ReStructuredText 编号标题

发布于 2024-08-23 02:24:50 字数 364 浏览 6 评论 0原文

首先有没有办法自动进行标题编号?这就像:

#. Some Section
===============
...
#. Some Subsection
------------------
...
#. Another Subsection
---------------------
...
#. Another Section
==================
...

会被渲染为:

1. 某个部分

...

1.1 某个小节

...

1.2 另一个小节

...

2. 另一个部分

...

Is there a way in rst to have automatic header numbering ? That is something like:

#. Some Section
===============
...
#. Some Subsection
------------------
...
#. Another Subsection
---------------------
...
#. Another Section
==================
...

that would be rendered as:

1. Some Section

...

1.1 Some Subsection

...

1.2 Another Subsection

...

2. Another Section

...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不在是我 2024-08-30 02:24:50

根据 docutils 手册,您可以使用 sectnum 指令: http://docutils.sourceforge.net/0.7/docs/ref/rst/directives.html#automatic-section-numbering

因此,您可以在非常中添加类似的内容第一行:

.. sectnum::

HTH

According to the docutils manual, you can use the sectnum directive: http://docutils.sourceforge.net/0.7/docs/ref/rst/directives.html#automatic-section-numbering

So you can add something like this in the very first line(s):

.. sectnum::

HTH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文