Description
Problem
In the user's guide section (https://matplotlib.org/users/index.html), the event loop (https://matplotlib.org/devdocs/users/interactive_guide.html) and event handling (https://matplotlib.org/users/event_handling.html) docs are under the "Interactive figures" section. That is in itself fine, but note that if you click on the "Interactive figures" section, you end up at https://matplotlib.org/users/interactive.html which is a full page of docs in itself (which contains all other entries of the "Interactive figures" section, and only contains a hard-to-notice link to the event loop and event handling sub-pages.
(As a side point, I also don't like the leading sentence of the "interactive figures" page, "When working with data, interactivity can be invaluable.": that's also true when working with simulations, or plotting mathematical equations, or whatnot...)