mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove commas when describing characters for section headings
This commit is contained in:
parent
799385f555
commit
25c4287da5
@ -245,10 +245,10 @@ follow:
|
|||||||
|
|
||||||
* ``#`` with overline, for parts
|
* ``#`` with overline, for parts
|
||||||
* ``*`` with overline, for chapters
|
* ``*`` with overline, for chapters
|
||||||
* ``=``, for sections
|
* ``=`` for sections
|
||||||
* ``-``, for subsections
|
* ``-`` for subsections
|
||||||
* ``^``, for subsubsections
|
* ``^`` for subsubsections
|
||||||
* ``"``, for paragraphs
|
* ``"`` for paragraphs
|
||||||
|
|
||||||
Of course, you are free to use your own marker characters (see the reST
|
Of course, you are free to use your own marker characters (see the reST
|
||||||
documentation), and use a deeper nesting level, but keep in mind that most
|
documentation), and use a deeper nesting level, but keep in mind that most
|
||||||
|
Loading…
Reference in New Issue
Block a user