The signals list is missing from the QgisInterface class python API documentation.
This appears to happen in older versions of the documentation as well, see below for 3.34, the detailed information starts right after the list of methods.
The same issue happens on QgsMapCanvas, and I cannot remember if spotted in other pages as well, but I can confirm that the lists appeared in the master and 3.34 pages last week.
Transferring this from qgis/QGIS-Hugo#349 as this seems to be the relevant repository.
First opened on 2024-07-16
URL
https://qgis.org/pyqgis/master/gui/QgisInterface.html
On what type of device(s) did you see this bug?
Desktop
On which browser(s) are you seeing the problem?
Firefox
Other Browser
No response
Summary
The signals list is missing from the
QgisInterface
class python API documentation.This appears to happen in older versions of the documentation as well, see below for 3.34, the detailed information starts right after the list of methods.
The signals themselves still appear with detailed information, and can still be accessed via anchors, for example https://qgis.org/pyqgis/master/gui/QgisInterface.html#qgis.gui.QgisInterface.currentLayerChanged still leads to the signal details.
The same issue happens on QgsMapCanvas, and I cannot remember if spotted in other pages as well, but I can confirm that the lists appeared in the master and 3.34 pages last week.