qgis/QGIS-Website

Signals missing from TOC for QgisInterface

bogind opened this issue · 1 comments

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.

image

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.

Can you move this request to the relevant repo please? https://github.com/qgis/pyqgis-api-docs-builder

Seems you already have a ticket there for it.

qgis/pyqgis-api-docs-builder#147

Thanks!