Skip to content

Commit 4e8500c

Browse files
committed
Make some typographical edits to CHANGES
1 parent f10f0b6 commit 4e8500c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGES.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,21 @@ Features added
8888
* #11592: Add :confval:`coverage_modules` to the coverage builder
8989
to allow explicitly specifying which modules should be documented.
9090
Patch by Stephen Finucane.
91-
* #7896, #11989: Add a :rst:dir:`py:type` directiv for documenting type aliases,
91+
* #7896, #11989: Add a :rst:dir:`py:type` directive for documenting type aliases,
9292
and a :rst:role:`py:type` role for linking to them.
9393
Patch by Ashley Whetter.
94-
* #12549 Add optional ``description`` argument to
95-
:meth:`~sphinx.application.Sphinx.add_config_value`.
94+
* #12549: Add optional ``description`` argument to
95+
:meth:`.Sphinx.add_config_value`.
9696
Patch by Chris Sewell.
9797
* #6792: Prohibit module import cycles in :mod:`sphinx.ext.autosummary`.
9898
Patch by Trevor Bekolay.
9999
* #12508: LaTeX: Revamped styling of all admonitions, with addition of a
100100
title row with icon.
101101
Patch by Jean-François B.
102-
* #11773: Display :py:class:`~typing.Annotated` annotations
102+
* #11773: Display :py:attr:`~typing.Annotated` annotations
103103
with their metadata in the Python domain.
104104
Patch by Adam Turner and David Stansby.
105-
* #12506 Add ``level`` option to :rst:dir:`rubric` directive.
105+
* #12506: Add ``level`` option to :rst:dir:`rubric` directive.
106106
Patch by Chris Sewell.
107107
* #12567: Add the :event:`write-started` event.
108108
Patch by Chris Sewell.
@@ -1556,7 +1556,7 @@ Features added
15561556
* #9391: texinfo: improve variable in ``samp`` role
15571557
* #9578: texinfo: Add :confval:`texinfo_cross_references` to disable cross
15581558
references for readability with standalone readers
1559-
* #9822 (and #9062), add new Intersphinx role :rst:role:`external` for explicit
1559+
* #9822, #9062: add new Intersphinx role :rst:role:`external` for explicit
15601560
lookup in the external projects, without resolving to the local project.
15611561

15621562
Bugs fixed
@@ -3720,7 +3720,7 @@ Features added
37203720
signature
37213721
* #1063: autodoc: ``automodule`` directive now handles undocumented module level
37223722
variables
3723-
* #6212 autosummary: Add :confval:`autosummary_imported_members` to display
3723+
* #6212: autosummary: Add :confval:`autosummary_imported_members` to display
37243724
imported members on autosummary
37253725
* #6271: ``make clean`` is catastrophically broken if building into '.'
37263726
* #6363: Support ``%O%`` environment variable in make.bat
@@ -4002,7 +4002,7 @@ Features added
40024002
* #4981: C++, added an alias directive for inserting lists of declarations,
40034003
that references existing declarations (e.g., for making a synopsis).
40044004
* C++: add ``cpp:struct`` to complement ``cpp:class``.
4005-
* #1341 the HTML search considers words that contain a search term of length
4005+
* #1341: the HTML search considers words that contain a search term of length
40064006
three or longer a match.
40074007
* #4611: epub: Show warning for duplicated ToC entries
40084008
* #1851: Allow to omit an argument for :rst:dir:`code-block` directive. If
@@ -5341,7 +5341,7 @@ Features added
53415341
* #3449: On py3, autodoc use inspect.signature for more accurate signature
53425342
calculation. Thanks to Nathaniel J. Smith.
53435343
* #3641: Epub theme supports HTML structures that are generated by HTML5 writer.
5344-
* #3644 autodoc uses inspect instead of checking types. Thanks to
5344+
* #3644: autodoc uses inspect instead of checking types. Thanks to
53455345
Jeroen Demeyer.
53465346
* Add a new extension; ``sphinx.ext.imgconverter``. It converts images in the
53475347
document to appropriate format for builders

0 commit comments

Comments
 (0)