Skip to content

Commit 1a53bb1

Browse files
committed
DOC: Misc rst syntax fixes
single colon are comments, and not admonitions.
1 parent 4569a70 commit 1a53bb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/matplotlib/_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This documentation is only relevant for Matplotlib developers, not for users.
55
6-
.. warning:
6+
.. warning::
77
88
This module and its submodules are for internal use only. Do not use them
99
in your own code. We may change the API at any time with no warning.

lib/matplotlib/_api/deprecation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This documentation is only relevant for Matplotlib developers, not for users.
55
6-
.. warning:
6+
.. warning::
77
88
This module is for internal use only. Do not use it in your own code.
99
We may change the API at any time with no warning.

lib/matplotlib/category.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def axisinfo(unit, axis):
8585
`~matplotlib.units.AxisInfo`
8686
Information to support default tick labeling
8787
88-
.. note: axis is not used
88+
.. note:: *axis* is not used
8989
"""
9090
StrCategoryConverter._validate_unit(unit)
9191
# locator and formatter take mapping dict because

0 commit comments

Comments
 (0)