Create automatic numbering for items in Sphinx reStructuredText

☆樱花仙子☆ 提交于 2021-02-11 13:57:20

问题


I am preparing a training manual for which I have different types of activities. I am looking to have a way to automatically number them. Something like:

Task 1, Task 2, Task n...

I saw examples of how to create lists, but what I want is not quite the same. I guess I am looking for some kind of constructor that allows something like:

'description' + 'number'

来源:https://stackoverflow.com/questions/62936118/create-automatic-numbering-for-items-in-sphinx-restructuredtext

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!