qgis / pyqgis-api-docs-builder

Sphinx project to build python API documentation for QGIS
https://qgis.org/pyqgis/master/
GNU General Public License v2.0
86 stars 31 forks source link

Signals missing from TOC for QgisInterface #147

Closed bogind closed 3 months ago

bogind commented 3 months ago

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.

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.