문제

I'm looking to get list numbers to continue on from heading numbers. I've tried the :numbered: directive in .. toctree:, but that only produces numbers for the headings.

For example:

Section
=====

Sub Section
-----------

#. item 1
#. item 2

  #. item 3

Which would generate:

1. Section

1.1 Sub Section

1.1.1 Item 1

1.1.2 Item 2

1.1.2.1 Item 3

What (if any) would be the approach to producing this result?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top