Skip to content

DOC: Misc rst syntax fixes #21823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This documentation is only relevant for Matplotlib developers, not for users.

.. warning:
.. warning::

This module and its submodules are for internal use only. Do not use them
in your own code. We may change the API at any time with no warning.
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/_api/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This documentation is only relevant for Matplotlib developers, not for users.

.. warning:
.. warning::

This module is for internal use only. Do not use it in your own code.
We may change the API at any time with no warning.
Expand Down
3 changes: 2 additions & 1 deletion lib/matplotlib/category.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ def axisinfo(unit, axis):
axis : `~matplotlib.axis.Axis`
axis for which information is being set

.. note:: *axis* is not used

Returns
-------
`~matplotlib.units.AxisInfo`
Information to support default tick labeling

.. note: axis is not used
"""
StrCategoryConverter._validate_unit(unit)
# locator and formatter take mapping dict because
Expand Down