Merge pull request #10156 from noahsprent/4.x

Remove commas when describing characters for section headings
This commit is contained in:
Takeshi KOMIYA 2022-02-05 22:20:35 +09:00 committed by GitHub
commit 66ed82854b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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