Closed
Description
Documentation Link
https://matplotlib.org/stable/api/font_manager_api.html https://matplotlib.org/stable/api/backend_tools_api.html
Problem
Compare the rendered font_manager docs with the backend_tools (or any other module) docs:
The toplevel font_manager text ("A module for finding, managing, and using fonts across platforms...") is in a quote box, slightly grayed out; it shouldn't be so (as is the case for all other modules).
The backend_tools toplevel header ("matplotlib.backend_tools") is a link to itself; it shouldn't be so (as is the case for all other modules).
Suggested improvement
No response